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

* {
	margin:0px;
	padding:0px;
}

body{
font-family:Arial, Helvetica, sans-serif;
background:#00204a}

#header{
	width:740px;
	height:168px;
	margin:auto;

}
#header_up, #navbar{
	width:740px;
	height:30px;
	color:#2a6faa;
	font-size:10px;
	line-height:30px;	
}


.whitelinks {color:#FFFFFF;}
	a.whitelinks:link {text-decoration:underline;}
	a.whitelinks:visited {text-decoration:underline;}
	a.whitelinks:hover {text-decoration:none;}
	a.whitelinks:active {text-decoration:underline;}
	
.bluelinks {color:#2a6faa;}
	a.bluelinks:link {text-decoration:underline;}
	a.bluelinks:visited {text-decoration:underline;}
	a.bluelinks:hover {text-decoration:none;}
	a.bluelinks:active {text-decoration:underline;}

.lightbluelinks {color:#6699CC;}
	a.bluelinks:link {text-decoration:underline;}
	a.bluelinks:visited {text-decoration:underline;}
	a.bluelinks:hover {text-decoration:none;}
	a.bluelinks:active {text-decoration:underline;}

#help{
float:right;
}
#header_img{
	background:#3e7db2 url(/images/banner.jpg) top no-repeat;
	width:740px;
	height:108px;
}
#navbar{
	background:#3e7db2 url(/images/btn_back.jpg) top repeat-x ;
	font-size:14px;
	color:#FFFFFF;
}
.navbar_btn{
background: url(/images/btn_back_end.jpg) right no-repeat;
float:left;
margin-left:27px;
padding-right:27px;
}

#footer{
	width:740px;
}
#footer_navbar{
	background:#3e7db2 url(/images/btn_back.jpg) repeat-x top;
	font-size:10px;
	height:30px;
	width:740px;
	line-height:30px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
}
#disclaimer{
text-align:center;
font-size:10px;
color:#666666;
padding-top:10px;
}

.cleaner{
clear:both;
}


