html body
{
margin:auto;
text-align:center;
font-family:georgia;
background:#edf5fe;
}

#container
{
width:760px;
margin:auto;
background:#ffffff;
}

#mast
{
background:url('images/mast.gif') no-repeat;
height:100px;
text-align:left;
color:#ffffff;
}

h1
{
margin:0px;
padding-left:20px;
}

h4
{
margin-top:0px;
color:#082DAE;
}

h3
{
margin-top:0px;
color:#082DAE;
}

h5
{
margin:0px;
padding-left:20px;
}

.body
{
text-align:left;
background:#ffffff;
padding:5px;
}

#footer
{
background:#3078D1;
height:18px;
line-height:18px;
color:#ffffff;
font-size:12px;
clear:both;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#body_left
{
width:500px;
float:left;
}

#body_right
{
width:240px;
float:right;
}

.side_nav
{
display:block;
}

ul,li
{
list-style:none;
margin:0px;
padding:0px 0px 5px 0px;
color:#000000;
}

a:link, a:active, a:visited
{
color:blue;
}

a:hover
{
text-decoration:none;
}
