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

body {
width: 100%;
margin:0px;
margin-top:15px;
padding:0px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
#container{
width:942px;
position:relative;
padding: 0px 0px 0px 0px;
margin:0px auto;
margin-bottom:5px;
border:solid #000033 1px;
}

/* HEADER */


#header {
	position: relative;
	width: 942px;
	margin: 0px;
	padding: 0px;
}

#toplines{
	width: 942px;
	height: 29px;
	background-image:url(../images/01_topblue.gif);
	background-repeat:no-repeat;
}

#logo{
	float:left;
	width: 507px;
	height: 108px;
}



#address{
	margin-top:10px;
	margin-bottom:20px;
	right: 25px;
	top: 8px;
	position:relative;
	text-align:right;
	font-size: 10px;	
	line-height:14px;
}

#navbee {
 position:relative;
 top:0;
 left:0;
 width:200px;
 color:#999999;
}
#conbee {
 position:relative;
 top:0;
 right:0;
 width:200px;
 color:#000099;
}

	
#midlines{
	width: 942px;
	height: 27px;
	background-image:url(../images/03_midblue.gif);
	background-repeat:no-repeat;
}	

#bottomlines{
	position: relative;
	width: 942px;
	height: 21px;
	background-image:url(../images/04_botblue.gif);
	background-repeat:no-repeat;
	top:-30px;
	margin-bottom:-30px;
}	

#megabox{
padding-top:20px;
	background-image: url(../images/navback.gif);
	background-repeat:repeat-y;
	background-position:left;

}

#contentzone{

	
	min-height:370px;
	margin-bottom:20px;
	margin-left:220px;
}

#contenttext{
margin: 22px 0px 22px 30px;
width: 660px;
font-size: 12px;	
line-height:16px;
	
}

#navbox {
	float:left;
	width: 250px;
	background-image: url(../images/navback.gif);
	background-repeat:repeat-y;
	background-position:left;
	max-width: 211px;
}
#navigation {
margin-top: 20px;
	font-size: 12px;	
	line-height:16px;
	max-width: 200px;
	color:#FFFFFF;
}
#navigation li {
	margin-bottom:5px;
}
#navigation a:link { 
	color: #ffffff;
	text-decoration: none;
	}
#navigation a:visited { 
	color: #ffffff;
	text-decoration: none;	
	}
#navigation a:hover { 
	color: #ffffff;
	text-decoration: underline;
	}
#navigation a:active { 
	color: #ffffff;
	text-decoration: none;
	}

#floatimage {
clear:right;
postion:relative;
float:right;
margin-left: 30px;
margin-bottom:20px;
border: 2px solid #043961;
}


h1{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
color:#02375e;
font-weight:bold;
padding-top: 2px;
margin: 0px;
}
h2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#02375e;
font-weight:bold;
padding: 10px 0px 0px 0px;
}

.links{
list-style-type:none;
margin: 0px;
padding: 0px;
}
.links li{
float:left;
padding-right: 20px;
padding-top:10px;
}
.links a{
text-decoration:underline;
}
.links a:hover{
text-decoration:none;
}

li{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}
a{
color:#02375e;
}