body {
 background: #f3f2da;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 0.8em;
 }
 
h1, h2, h3 {font-weight: normal;}

p {
 padding: 5px 0px;
}

a img {
 border: none;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#content { 
 float: left;
 color: #f3f2da;
 background: #00467f; //#00457e;
 background-image: url(/img/seaweb03.jpg);
 background-repeat: no-repeat;
 width: 900px;
 display: inline;
 }

#contentbox {
width: 850px;
padding: 15px 35px;
}
 
#agathonblue {
 margin: 50px auto 75px auto;
 text-align: center;
 }

#content a {
 color: #f3f2da;
 text-decoration: none;
 font-weight: bold;
}

#footer { 
 width: 100%;
 height: 25px;
 clear: both;
 color: #666;
 background: transparent;
 text-align: left;
 font-size: 0.8em;
}

#navigation {
 float: left;
 width: 100%;
 height: 50px;
 color: #333;
 background:transparent;
 margin-top: 20px;
 font-size: 1em;
}

#navigation ul {
list-style: none;
padding: 0;
margin: 0;
}

#navigation li {
float: left;
/*margin: 0 0.15em;*/
position: relative;
}

#navigation li a
{
background: transparent;
height: 2em;
line-height: 2em;
float: left;
width: 11em;
display: block;
 /*   -moz-border-radius: 4px; /* FF1+
  -webkit-border-radius: 4px; /* Saf3+, Chrome
          border-radius: 4px; /* Opera 10.5, IE 9*/
color: #0d2474;
text-decoration: none;
text-align: center;
} 

#navigation li a:hover
{
background: transparent;
background-image: url(/img/blueback.png);
} 

#navigation ul ul {
position: absolute;
top: 2em;
z-index: 500;
}

div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{display: none;}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{
display: block;
background-image: url(/img/whiteback.png);
width: 11em;
/*-moz-border-radius: 4px; /* FF1+ 
-webkit-border-radius: 4px; /* Saf3+, Chrome 
border-radius: 4px; /* Opera 10.5, IE 9 */
}

#leftcolumn {display: none;}

.newsbar {
width: 900px;
color: #00457d;
background: transparent;
background-image: url(/img/whiteback.png);
margin-bottom: 10px;
margin-left:  -35px;
}

.newsbar p {margin: 0 35px;}
