@charset "UTF-8";
/* CSS Document */

a:link {
	color: #CA2128;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CA2128;
}

a:hover {
	text-decoration: underline;
	color: #CA2128;
}

a:active {
	text-decoration: none;
	color: #CA2128;
}

a.menu span {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menu span {
	color: #FFFFFF;
	text-decoration: underline;
}

ul{
	line-height: 1.5em;
}

.content_master {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(/images/common/content_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	min-height: 450px;
	height: 450px;
	padding: 5px;
}

.content_main {
	padding-left: 15px;
	padding-right: 5px;
}

.content_highlighted {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099CC;
	text-decoration: none;
}

.content_classified_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
	float: right;
}

.content_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.submenu_main {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.submenu_inset {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 5px;
}
.calendar_dates {
	font-size: 0.8em;
}

