@charset "UTF-8";
/* CSS Document */


/* Global Sitewide Styles */
 *{
	padding:0px;
	margin:0px;
 }

img{
	border:0px;
	padding:0px;
	margin:0px;
}
strong{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#004990;
}
.sub_table{
	position:relative;
	top:71px;
	text-align:center;
	width:870px;
	border:0px;
	border:1px solid #CCCCCC;	
}
.sub_table tr td div.text{
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color:#004990;
	font-weight:normal;
	padding-top:5px;
	margin-bottom:35px;
}
.logo_table{
	position:relative;
	top:71px;
	text-align:center;
	width:870px;
	border:0px;
	border:1px solid #CCCCCC;
}
.logo_table tr td{
	width:290px;
	border:0px;
	padding:0px;
	text-align:left;
}
.logo_table tr td a img{
	margin-left:28px; 
	margin-right:28px;
}
.logo_table tr td div.text{
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color:#004990;
	font-weight:normal;
	padding-left:28px; 
	padding-right:28px;
	padding-top:5px;
	margin-bottom:35px;
}


/* Lower Navigation */ 

div.bottombar{
	width:870px;
	height:21px;
	font-size:0px;
	background-image:url(images/nav_banner.jpg) ;
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:bottom;
}
div.bottombar a{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footer{
	height:20px;
	padding:0px;
	margin:0px;
}



