body
{ 
   background: #00adef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	color:#666666;
 }
.main {width: 980px; margin:0 auto;}
.content {width:100%;background: white;padding: 20px 0 20px 0;}
a img {border: none;}

.header_logo{height:222px;}
.header_right{width:310px;vertical-align: bottom;text-align: right;}
.header_right a {font-size:11px;color: #003361;text-decoration: none;}
.header_right a:hover{color: white;}
.menu a,.menu  {font: bold 13px Arial;color: white; text-decoration: none;}
.menu a:hover{color: #003361;}

.login_form {width: 310px; height: 38px; background: url(images/bg_login_form.gif) no-repeat;padding-top:10px;}
.login_form input {border: none; font: normal 11px Arial; color: #00adef; background: none;}
.login_form input.login {width: 100px;margin-left: 25px;}
.login_form input.password {width: 100px;margin-left: 10px;margin-right: 10px;}

.bottom_logo {vertical-align: top;height:160; padding-top: 30px;}
.bottom a, .bottom {font: normal 13px Arial;color: white; text-decoration: none;}
.bottom a:hover{text-decoration: underline;}

.blue {color:#008abf;padding-right:30px;line-height: 140%;}
.required {color: red;}
li 
{
	list-style: none;
	background: url(images/bullet.gif) no-repeat left 8px;		
	padding-left: 15px;
}

.subpages a {display: block; background: url(images/dots.gif) repeat-x bottom ;color: #666666; text-decoration: none;	line-height: 20px;}
.subpages a:hover {color: #00adef}

.text_field {border: 1px solid #777; width: 230px;}
.form_label {font-weight: bold; width: 300px;}

h1
{
	font-size: 22px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;

}
h2
{
	font-size: 18px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	color: #00adef;
}
h3
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	margin: 0;
}
.button
{
	border: 1px solid #2E597F;
	color: White;
	background-color: #003361;
	font: bold 15px Arial;
	padding: 3px 10px 3px 10px;
}
p, li, ul, ol
{
	font: normal 13px Arial;
	line-height: 160%;
}
input {font-family: Arial, Helvetica, sans-serif;	font-size: 12px;}

a
{
	color: #00adef;
}
a:hover
{
	text-decoration: none;
}

.short_text {width: 50%}

.error_message {padding: 10px; background: #f8dddd; border: 1px solid #ff9797; margin: 5px 0 5px 0;}
.success_message {padding: 10px; background: #D0FFD3; border: 1px solid #4CC17F; margin: 5px 0 5px 0;}