/*********** aside table on right side of page **********************/
.aside_content {
	float: right;
	width: 220px;
    margin: 30px 0 10px 15px;
	margin-top:80px;
	/* width:170px;
	height:310px;*/
    background-color: #feefc7; /* fef3d5; /* fcf1d3  ; /* c6fbf5 ; /* eefcfb; ; /*#ca3e19;*/
	/*border:1px solid #bbb;*/
	/*border:0px none;*/
    /*font-size:14px;
    text-decoration: none;
    float:left;*/
    padding: 10px 0 10px 10px;
	line-height: 1.0em;
}
.aside_heading {
    color:#866301;
    font-size:17px;
    font-weight: 700;
    margin-top: 0;
}
.aside_date {
    margin-top: 6px;
    margin-bottom: 0;
    font-size:14px;
    /*font-weight: 600;*/
    color: #bb0033; /* 493500; /* 815e02 ; /* c6fbf5 ; /* eefcfb; ; /*#ca3e19;*/
}
.aside_event {
    margin-top: 0;
    margin-bottom: 0;
    font-size:14px;
    padding-left: 13px;
    /*font-weight: 600;*/
}
.aside_line {
    border-top: 1px solid #bb0033;
    margin-top:6px;
    margin-bottom:6px;
    margin-right:200px;
    width:140px;
    float:left;
}
/************************************************/
