@charset "utf-8";
/* CSS Document */

body{
margin:0px;
font-family:Arial, Verdana, Helvetica, sans-serif ;
font-size: 11px;
text-decoration: none;
text-align:center;
background-color:#2b356f;
}

td{font-size: 11px;}

A {
	COLOR: #033568;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	outline:none;
}

A:hover {COLOR: #be0034;}

a.navlink {
	COLOR: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.navlink:hover {
	COLOR: #bec3e1;
}
a.footer {
	COLOR: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
a.footer:hover {
	COLOR: #cccccc;
}


#outermain{background-image:url(graphics/mainback.gif); background-repeat:repeat-x; background-color:#FFFFFF;border-bottom:#222a59 5px solid;padding-bottom:20px }
#main{width:935px; margin-left:auto;margin-right:auto;}
#left{width:236px; margin-right:10px; float:left}
#right{width:689px; float:left}
#logodiv{ height:186px; margin-top:18px}
#footer{height:70px;}
#top{padding:10px 0px 0px 370px}
#contentbox{background-color:#FFFFFF; border:#dde0e0 1px solid; margin-bottom:10px; padding:4px; text-align:left}
#boxtitle{background-image:url(graphics/contentbox-title.gif); background-repeat:repeat-x;border:#dde0e0 1px solid;padding:2px 10px 2px 10px;margin-bottom:4px; background-color:#FFFFFF}
#boxcontent{background-image:url(graphics/contentbox-main.gif); background-repeat:repeat-x;border:#dde0e0 1px solid;padding:10px 10px 2px 10px; background-color:#FFFFFF;}
#boxcontentdetails{padding:5px 5px 5px 10px; background-color:#f5f5f5;}
#image{ clear:both; padding-top:20px}


.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */

form { 
margin:0; 
padding:0; 
display:inline; 
} 


