

a.menulink:link, a.menulink:visited { 
	color: #0033cc;
	}

a.menulink:hover, a.menulink:active { 
	color: #446b92;
	}


a:link { 
	color: #1772c4;
	text-decoration:none;
	}

a:visited { 
	color: #1772c4;
	}

a:hover,a:active { 
	color: #446b92;
	text-decoration:underline;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px 
	}

form {
	margin: 0px;
	}




/***** CALENDAR STYLE ****/


.sidebarcontent1{
padding:10px 15px 10px 15px;
}

.sidebar h3{
padding-bottom:0px;
margin-bottom:0px;
font-size:13px;
font-weight:600;
}

.sidebar-header1{
padding:3px;
padding-left:6px;
font-size:20px;
font-weight:600;

}

/***** CALENDAR DATE CHOOSER STYLE ****/
.calendar_start_date_box {
	width:200px;text-align:center;
}

.calendar_end_date_box {
	float:right;width:auto; text-align:center;
}

.calendar_date_select_input {
	visibility:visible;text-align:center;
}


.t4sAccentedBackground {
	background: url(../../_site_custom/images/accentedBackground.jpg);
}