@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	background-color: #ffffff;
	text-align:center;
	color:#414141;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
a:hover {
	text-decoration:underline;
}
.bodyContainer {
	width: 722px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}
.innerContainer_hp {
	width: 722px;
	float:left;
	background-image:url(img/bg_tile_hp.gif);
	background-repeat:repeat-y;
}
.innerContainer {
	width: 722px;
	float:left;
	background-image:url(img/bg_tile.gif);
	background-repeat:repeat-y;
}
.cnr {
	float: left;
	width: 722px;
}
.masthead {
	width:100%;
	background-color:white;
	float: left;
}
.mainBody {
	float: left;
	width: 710px;
	margin-left:6px;
	display:inline;
	text-align:left;
}
.topnav {
	width:710px;
	height:55px;
	float:left;
	background-image:url(img/bg_nav.jpg);
	background-repeat:repeat-x;
}
.nav_item {
	height:55px;
	float:left;
	border-right:1px solid white;
}
.nav_item a {
	float:left;
	color:#00219e;
	font-weight:bold;
	font-size:11px;
	padding:20px 22px 0 22px;

}
.nav_item a:hover {
	color:#00c0ff;
	text-decoration:none;
}
#selected {
	height:55px;
	float:left;
	background-image:url(img/bg_nav_on.jpg);
	background-repeat:repeat-x;
}
.hp_column1 {
	width:515px;
	float:left;
	margin-left:14px;
	margin-top:14px;
	display:inline;
}
.hp_column2 {
	width:175px;
	float:left;
	text-align:center;
	margin-top:14px;
	font-size:11px;
	padding-bottom:20px;
}
.mainContent {
	width:670px;
	float:left;
	margin-left:14px;
	margin-top:14px;
	display:inline;
	padding-bottom:20px;
}
.footer {
	font-size:11px;
}
.boldBluFont {
	font-size:16px;
	font-weight:bold;
	color:#00219e;
}

.listingTable th{
background-image:url(img/bg_nav.jpg);
background-position:bottom;
height:18px;
font-size:14px;
color: #00219e;
padding-left:5px;
}

.listingTable td{
background-color:#F7F7F7;
}

#mainPublication{
background-color:#E2E2E2; 
float:right;
width:195px;
margin: 0px 0px 5px 5px;
}

#mainPublication #mainPublication1 {padding:3px; text-align:center; float:right}
#mainPublication #mainPublication1 img{padding:1px;border:1px solid #FFFFFF; text-align:center; }



