@charset "utf-8";
/* CSS Document */
*{
	margin-top: 0;
}

body{
	background: #333e54;
}
table{
	border: 0px;
}
#mainContent{
	width: 810px;
	background-position: center;
	background: url(../images/content-bg.gif) center repeat-y;
}
#leftMenu{
	float: left;
	width: 150px;
	padding: 28px 28px 0 28px;
	height: 450px;
	vertical-align: top;
}
#leftMenuTD{
	width: 150px;
	height: 450px;
}
#topMenu{
	background: url(../images/titlebg-content.gif) no-repeat;
	width: 760px;
	position: relative;
	left: 1px;
	color: #dcf4ff;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	
}
#topImage{
/*	background: url(../images/topbanner.jpg) no-repeat; */
	width: 809px;
	height: 108px;
}
#footer{
	background: #1c1c1c;
	width: 760px;
	height: 23px;
	padding-top: 8px;
	margin-left: 1px;
} 
#footerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8px;
	padding-bottom: 10px;

}
#footerText a:link{color:#ffffff;}
#footerText a:hover{color:#ffffff;}
#footerText a:visited{color:#ffffff;}
#footerText a:active{color:#ffffff;}
#contentTD{
	width: 505px;
	vertical-align: top;
	padding-left: 5px; 
	min-height: 450px;
}
#contentTitle{
	background: url(../images/topdiv.jpg) no-repeat bottom left;
	text-align: left;
	color: #18293f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 5px;
	margin-top: 25px;
	padding-bottom: 10px;
}
#contentBody{
	width: 545px; 
	padding: 5px;
/*	padding-right: 30px; */
	text-align: left;
	color: #19283b;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentBody a:link{color:#29404c;}
#contentBody a:hover{color:#4280a1;}
#contentBody a:visited{color:#29404c;}
#contentBody a:active{color:#29404c;}
#spacer{
	height: 5px;
	line-height: 5px;
}

#media li {
	padding-bottom: 1em;
}
