@charset "utf-8";
/* CSS Document */

html, body {
	padding:0px;
	margin: 0px;
}

a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #012C5B;
	text-decoration: none;
}
a:link {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #012C5B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-size: 13px;

}

#wrapper {
	background-image: url(images/main-bkg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: center;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
}
#header {
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #006;
	text-align: left;
	height: 360px;
	width: 980px;
}
#flash {
	float: left;
	height: 320px;
	width: 980px;
}

#search {
	background-image: url(images/search-bkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 40px;
	width: 401px;
	margin: 0px;
}
#main {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	width: 880px;
	padding-right: 50px;
	padding-left: 50px;
	height: auto;
}
#news {
	background-image: url(images/news-box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 247px;
	width: 192px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
#content {
	text-align: left;
	float: right;
	width: 630px;
	padding-left: 20px;
	font-size: 16px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#content h1{
	background-image:url(images/h1-bkg.jpg);
	background-repeat: no-repeat;
	padding-left: 55px;
	color: #000D94;
	font-size:24px;
	display:block;
	background-position: 20px 3px;
}

h2 {
	color: #F00;
	font-weight: bold;
	font-size: 17px;
}
h3 {
	color: #093a7f;
	font-weight: bold;
	font-size: 17px;
}
#content ul, li {padding-bottom:10px;}
#content li {
	list-style-type:disc;
	list-style-position: outside;
	margin-left: 0px;
	list-style-image: url(images/listbullet.jpg);
}

#footer {
	background-image: url(images/footer-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	clear: both;
	height: 129px;
	width: 980px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif, Arial;
	font-size: 12px;
	vertical-align: bottom;
}
#footer a, a:visited{
	font-size:12px;
	color:#006;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}
.color_blue{color:#006; font-weight:bold;}
.floatleft{float:left;}
.floatright{float: right;}

#logos td{background-image:url(images/logos_bkg.gif); background-position:center center; background-repeat:no-repeat; height:99px;width:210px; padding-top:15px; padding-bottom:15px; text-align:center; vertical-align:middle;}

#logos td:hover{ background-image:url(images/logos_bkg_over.gif); background-position:center center; background-repeat:no-repeat;} 

#logos td img{margin:auto; border:none;}

