/* CSS Document */
table, tr, td, div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a{
	border-width: 0;
	margin: 0;
	padding: 0;
}

html{ 
	width: 100%;
	height: 100%;
}

body { 
	background: #737373 url(../images/page_bg.gif) 0 0 repeat;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#02354e;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.page_container{
	margin-left:auto;
	margin-right:auto;
	width:757px;
	padding: 0px 0px 0px 0px;
	background:url(../images/page_bg.gif) 0 0 repeat;
}


#header {
	height: 86px;
	background:#fff url(../images/header_bg.jpg) 50% 0 no-repeat;
	z-index:1;
	text-align:center;
}

.header_container{
width:757px;
margin-left:auto;
margin-right:auto;
}


.logo {
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom:10px;
	float: left;
}

#logon_form {
	width: 340px;
	padding-top: 20px;
	padding-left:40px;
	float: left;
	text-align:right;
	font-size: 11px;
	font-weight:bold;
}

.logon_form {
	color: #2C4A61;
	height:60px;
}

.logon_form input {
	margin-bottom:3px;
	width:150px;
	font-size:11px;
	background:#fff !important;
	background:#fff;
	margin-right:10px;
	border:1px solid #999;
}

.logon_form input.button{
width:55px;
border:0;
}

.logon_form_left {
	float: left;
}

.logon_form_right {
	padding-top:30px;
	padding-right:20px;
	float: right;
}

.main {
	width:670px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/content_bg_shadow.gif) 0 0 repeat-y;
}

.main_nav {
	background-image:url(../images/main_nav_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:30px;
}

ul.main_nav {
	font-size:12px;
	font-weight:bold;
	/*padding-top:8px;*/
	/*padding-bottom:8px;*/
}

.main_nav li {
	float:left;
	list-style-type:none;
}

.main_nav li a:active, .main_nav li a:hover {
	background:url(../images/main_nav_on_bg.gif) 0 0 repeat-x;

}

li.active a{
	background:url(../images/main_nav_on_bg.gif) 0 0 repeat-x;
}

.main_nav a {
    float:left;
	color: #fff;
	text-decoration: none;
	padding:8px 15px 8px 10px;
	border-right:1px solid #fff;
}

.border {
clear:both;
border: 1px solid #012e50;
}

.content_top{
background:url(../images/content_top.gif) 0 0 no-repeat;
clear:both;
padding-top:20px;
}

#copy{
padding:10px 20px 20px 40px;
line-height:18px;
background:url(../images/content_bottom.gif) 0 100% no-repeat;
}

#copy h1{
color:#005596;
font-size:18px;
font-weight:normal;
margin-bottom:10px;
}

#copy h2{
color:#2b92cd;
font-size:14px;
margin-top:20px;
margin-bottom:10px;
}

#copy h3{
color:#555;
font-size:12px;
margin-top:20px;
margin-bottom:10px;
}

#copy ul{
list-style-type:none;
margin:10px 0;
}

#copy ul li{
margin:5px 0;
background:url(../images/bullet.gif) 0 6px no-repeat;
padding-left:15px;
}

#copy ol li{
margin:5px 0;
}

#copy ol{
margin:10px 0 10px 20px;
}


#copy a{
color:#369;
}

#copy a:hover{
text-decoration: none;
}

#copy p{
margin-bottom:10px;
}

.left_content {
	float:left;
	width:;
}

.right_content {
	float:right;
	width:55%;
}

.right_content img {
	padding: 20px 10px 5px 10px;
}

.right_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px 10px 15px;
	color:#02354e;
}

.bottom {
	width:670px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main_bg_bottom.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:10px 0px 0px 0px;
}

.clear{
clear:both;
}

.copyright {
	width:670px;
	clear:both;
	background-color:#8cb2d0;
	height:17px;
	padding-top: 5px;
	font-size: 10px;
	border-top:1px solid #fff;
}

.copyright_left {
	text-align:left;
	padding-left: 10px;
}

.copyright_right {
	color:#fff;
	padding-left: 425px;
	text-align:right;
}

.footer_nav {
	background:url(../images/content_bg_shadow.gif) 0 0 repeat-y;
	width:670px;
	margin-left:auto;
	margin-right:auto;
}

.footer_nav ul{
	padding-top:10px;
	text-align:left;
	list-style-type: none;
	padding-bottom: 20px;
	color: #444;
	padding-left:5px;
}

.footer_nav li{
	display: inline;
}	

.footer_nav li a{
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
	color: #444;
}

.footer_nav li a:hover{
	text-decoration: none;
}

.footer_nav  p{
	font-size: 9px;
	padding: 0px 15px 0px 15px;
        backgroundcolor:#C0C0C0

}

.strong {
	font-weight:bold;
}