body {
background-color:#6086B5;
background-image:url(../images/fill.gif);
margin-top:0px;
margin:0px;

}

#container
{
padding-top:20px;
margin-left: auto; 
margin-right: auto;
width:50em;
}

#logo { 
float:left;
width:228px;
height:102px;
background:url(../images/logo.png) no-repeat;

}
#mainnav {
float:left;
height:102px;
width:528px;
background:url(../images/nav_bk.png) repeat-x;
}

#nav_container{
position:relative;
top:40px;
padding-left:15px;
}

#navend {
float:left;
width:34px;
height:102px;
background:url(../images/nav_end.png) no-repeat;

}

#space {
clear:left;
height:5px;
}

#top{
width:780px;
height:45px;
background:url(../images/bk_top.png) no-repeat;
float:left;
}
#mid {
width:786px;
background:url(../images/bk_mid.png) repeat-y;
float:left;
padding-left:25px;
}

#text {
width:720px;
color:#193C58;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#bottom {
width:780px;
height:48px;
background:url(../images/bk_bottom.png) no-repeat;
float:left;
}
#copyright {
text-align:right;
width:760px;
font-size:9px;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.maillink {
text-decoration:none;
font-weight:bold;
color:#193C58;
}
.maillink a:hover {
text-decoration:underline;
}