html, body {
margin : 0;
padding : 0;
}
body {
width : 100%;
font : 100% "Trebuchet MS", Arial,Tahoma, Helvetica, sans-serif;
background : #014da1 url(/body_bg.png) top center repeat;
color : #777F5C;
}
#box {
width : 946px;
margin : 0;
line-height : 1.8em;
background : transparent;
color : #014da1;
}
#top {
margin : 0 auto;
width:100%;
height:395px;
color:#014da1;
}
#top h1 {
margin:0;
padding: 50px 0 0 0;
font: 200% georgia, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
text-align:center;
background:transparent;
color:#fff;
}
#top p {
padding : 2px 0 0 10px;
font-size: 0.9em;
text-transform:none;
}
#top a:link, #top a:visited {
text-decoration: none;
background:inherit;
color: #fff;
}
#top a:hover { 
text-decoration: none;
background:inherit;
color: #ccc;
}
#navcontainer {
height: 27px;
border-bottom: 0px solid #666;
background: #014da1;
}
/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 210px;
margin : 0;
padding : 10px 10px 0px 10px;
background : transparent;
color : #777F5C;
}
#navlist li {
margin: 0 15px 0 0;
list-style-type: square;
background: inherit;
color: #000;
}
#content {
margin :0 0 0 220px;
padding : 10px 0 0px 10px;
border-right: 1px dotted #E4D4AE;
background: #fff;
color:#000;
}
#content a:link, #content a:visited {
text-decoration: none;
background:inherit;
color: #073161;
}
#content a:hover { 
text-decoration: underline;
background:inherit;
color: #014da1;
}
#content p {
margin : 10px 10px 0px 10px;
}
#footer {
clear : both;
padding : 0.5em;
font-size: 0.9em;
border-top : 5px solid #073161;
background : #014da1;
color : #000;
}
#leftnav p {
margin : 5px 10 10px 10px;
}
h2 {
padding : 20px 0 5px 5px;
font : 140%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
text-transform:uppercase;
letter-spacing: 5px;
background:transparent;
color: #073161;
}
h3 {
margin :10px 0 0 5px;
padding : 10px 0 5px 10px;
font : 110%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing: 3px;
text-transform:none;
background:transparent;
color: #000;
}
#footer img {
   float : left;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */
a:link, a:visited {
text-decoration : none;
background:inherit;
color : #ffffff;
}
a:hover {
text-decoration : none;
background:inherit;
color :#000;
}
a:active {
text-decoration : none;
background:inherit;
color : #dbecff;
}
img {
border : none;
}
blockquote {
margin-bottom:40px;
font-size : 90%;
font-weight: normal;
background : transparent;
color : green;
} 
.box {
margin: 0;
border : 1px dotted #848E60;
padding : 15px;
background: #dbecff;
color:#333;
}	