@charset "UTF-8";
/* CSS Document */

html {
 height: 100%; 
 margin-bottom: 1px; 
 }

body {
	font: 100% Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	
}

h1 {color: #00305b; font-size:30px; font-weight:normal; margin: 0; padding:15px 0 0 0;}

.blue_text {color: #129795; font-size: 15px;}

.white_text {color: #fff; font-size: 13px;}


A:link {text-decoration: none; color: #00305b;}
A:visited {text-decoration: none; color: #00305b;}
A:active {text-decoration: none; color: #00305b;}
A:hover {text-decoration: underline; color: #129795;}


#container{width:763px; border: thin solid #CCCCCC; margin: 25px auto 25px auto; padding: 7px; overflow: auto;}

#header_logo {float: left; width: 218px; height: 116px; margin: 0; padding: 0; overflow:hidden;}

#header_nav {float: left; width: 544px; height: 116px; background-image:url(images/header_bg.gif);}

.menu {float: left; width: 534px; height: 29px; color: #00305b; padding: 30px 5px 0 5px;}

.under_menu {float: left; width: 534px; height: 46px; color: #00305b; padding: 5px; color:#FFFFFF;}

.second_row {float: left; width: 222px; height: 121px; background-color:#00305b; color: #FFFFFF; font-size: 13px; padding: 25px; margin: 0;}

.picture {float: left; width: 218px; height: 171px; overflow: hidden;}

.main_content {float: left; width: 728px; background-color:#cc9900; padding: 17px;}

.footer {float: left; width: 732px; height: 12px; background-color:#000; padding: 15px; color:#FFFFFF; text-align:right; font-size:10px;}

.dblcolumn{float:left; width: 325px; text-align:right;}

.dblcolumn2{float:left; width: 650px; text-align:right;}