/* CSS Document */
body, html {
	background-color: #fff;
	margin:0px;
	padding:0px;
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:170%;
	font-size:95%;
	text-align:center;
	height:100%;
	background-image:url(images/bggreydiag.gif);
}
#container {
	width:762px;
	margin: 0 auto;
	text-align:left;
	height:auto;
	min-height:100%;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	border-left:15px solid #dcdcdc;
	border-right:15px solid #dcdcdc;
	background-color:#FFF;
}
.columns {
	float:left;
	padding:10px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:170%;
	margin-bottom:5px;
}
a:link {
	text-decoration:none;
	color:#003a94;
	border-bottom:1px solid #CCC;
}
a:visited {
	text-decoration:none;
	color:#2d66a4;
	border-bottom:1px solid #CCC;
}
a:active {
	text-decoration:none;
	color:#2d66a4;
	border-bottom:1px solid #2d66a4;
}
a:hover {
	text-decoration:none;
	color:#2d66a4;
	border-bottom:1px solid #2d66a4;
}
.topNav {
	margin-left:15px;
	font-family:Helvetica, arial, sans-serif;
	font-size:130%;
	font-weight:bold;
}
.topNav a:link{
	text-decoration:none;
	color:#000;
	border-bottom:none;
}
.topNav a:visited{
	text-decoration:none;
	color:#000;
	border-bottom:none;
}
.topNav a:active{
	text-decoration:none;
	color:#000;
	border-bottom:none;
}
.topNav a:hover{
	text-decoration:none;
	color:#2d66a4;
	border-bottom:none;
}
.on {
	color:#00499b;
}
.widget1{
	background-image:url(images/greyGlassBack2.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	padding:15px;
	background-color:#054098;
	border:1px solid #054098;
}
.widget1 img {
	padding-left:4px;
}
.widget1 table {
	margin-left:16px;
}
#topSection{
	text-align:left;
	background-color:#FFF;
	height:80px;
	padding-left:10px;
	padding-top:10px;
	background-image:url(images/topBarBack.jpg);
}
#navContainer {
	float:right;
	margin-top:50px;
	margin-right:15px;
}
#blueBanner{
	height:244px;
	width:762px;
	background-image:url(images/blueBack.jpg);
	margin:auto;
}
#blueBannerPrint{
	display:none;
}
#footer {
	color:#999;
	text-align:center;
	font-size:90%;
	font-family:Helvetica, sans-serif;
	margin-top:20px;
	width:100%;
}
#footer a{
	color:#999;
	border-bottom:none;
}
#promoText {
	position:relative;
	left:35px;
	top:95px;
	color:#FFF;
	width:380px;
	font-family:Georgia, "Times New Roman", Times, serif;
}