body {
	background-color: #a5a5a5;
	margin-top: 0;
}

#dropmenudiv {
	position: absolute;
	border: 1px solid white;
	border-bottom-width: 0;
	opacity: 0.9;
	filter: alpha(opacity = 88);
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 2;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	color: white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #bcc4cf;
	color: #153d69;
}

.content {
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
}

.title {
	font-family: Verdana;
	color: #ffffff;
	font-size: 20px;
}

.news {
	font-family: Verdana;
	color: #325D8E;
	font-size: 10px;
	line-height: 11px;
}

.left_nav {
	font-family: Verdana;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	line-height: 33px;
}

.left_nav:hover {
	font-family: Verdana;
	color: #0d2803;
	font-size: 18px;
	text-decoration: none;
	line-height: 33px;
}

.redHeader {
	background: url(/images/red_title_bg.gif);
	/*	padding-top:2px;*/
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.redContent {
	width: 198px;
	background: #eee1e8 url(../images/rightShadow.gif) repeat-y right top;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.redContent a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}

.redContent a:hover {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

.greenHeader {
	background: url(/images/green_title_bg.gif);
	/*	padding-top:2px;*/
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.greenContent {
	width: 197px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ccf1cc url(../images/rightShadow.gif) repeat-y right top;
}

.greenContent a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

.greenContent a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.yellowHeader {
	background: url(/images/yellow_title_bg.gif);
	/*	padding-top:2px;*/
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.yellowContent {
	width: 197px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #eeeae1 url(../images/rightShadow.gif) repeat-y right top;
}

.yellowContent a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.yellowContent a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.blueHeader {
	background: url(/images/blue_title_bg.gif);
	/*	padding-top:2px;*/
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.blueContent {
	width: 197px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #e1e8ee url(../images/rightShadow.gif) repeat-y right top;
}

.blueContent a {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

.blueContent a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#bottomNav {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}

#bottomNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}