
body { 
background: #003300; 
text-align:center;
}

A:link { text-decoration: none; color: white }
A:visited { text-decoration: none; color: white }
A:hover { text-decoration: underline; }

A.active:link { text-decoration: underline; color: white }
A.active:visited { text-decoration: underline; color: white }
A.active:hover { text-decoration: underline; }

span.nav { margin-right: 9px; }
span.subnav { margin-right: 20px; }

H2 { font-family: Arial, sans; font-size: 14pt; font-weight: heavy; margin-top: 10px;}
H3 { font-family: Arial, sans; font-size: 12pt; font-weight: heavy; margin-bottom: 5px; }
hr { color: white; margin-top: 25px; margin-bottom: 5px; }
table { font-family: Arial, sans; font-size: 9pt; font-weight: normal; color: white; }

#header { 
/* top: 10px;
left: 10px; */
width: 780px; 
/* border: 1px solid red; */ 
font-family: Arial, sans; font-size: 10pt; font-weight: normal;
color: white;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#nav {
/* margin-top: 75px; */
padding-top:75px;
}

#content { 
/* top: 120px;
left: 10px; */
width: 780px; 
/* border: 1px solid blue; */
font-family: Arial, sans; font-size: 10pt; font-weight: normal;
color: white;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#news-nav { float: left;
padding-right: 5px;
width: 120px;
font-family: Arial, sans; font-size: 10pt; font-weight: normal;
color: white;
margin-left: auto;
margin-right: 10px;
text-align: left;
/* border: 1px solid pink; */
}

#news-content {
width: 600px;
padding-left: 10px;
font-family: Arial, sans; font-size: 10pt; font-weight: normal;
color: white;
margin-left: 130px;
margin-right: auto;
text-align: left;
/* border: 1px solid white; */
}

