BODY {
background:url(images/background_graylines.gif) top left repeat; 
font-size:80%; text-align:center; 
margin: auto; /* This centered the content in Netscape */

scrollbar-arrow-color: #000000;
scrollbar-face-color: #C2C2C2;
scrollbar-3dlight-color: #C2C2C2;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #d7dadcc;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;

margin-bottom: 10px;
}

P, TD, LI, UL, Table{
color: #333333;
font: 11px/16px verdana, arial, sans-serif;
border-style: none;
border-size: 0 px;
margin: auto; /* This centered the content in Netscape */
}
A:LINK {
color : #C21111;
font-weight: 500;
text-decoration: none;
}
A:VISITED {
color : #C21111;
text-decoration : none;
}
A:HOVER {
color : #C21111;
text-decoration : underline;
}
A:ACTIVE {
color : #C21111;
text-decoration : none;
}


h1, h2, h4, h5, h6 {

font-weight : bold;
padding: 0;
margin: 0;
color : #10325A;
font-size:110%;
}

h3 {
font-size : 110%;
font: Times, serif;
font-weight : normal;
padding: 0;
margin: 0;
color : #7f809a;
}
.navbar {
text-align: right;
background: #B5B292;
}
.textarea {
font-family : Arial, sans-serif;
text-align: justify;
background: #ffffff;
line-height: 17px;
padding: 15px;
}
.code {
font-family : Courier New;
text-align: left;
font-size : 90%;
background: #ffffff;
line-height: 17px;
padding: 15px;
}
.maintable {
background: #ffffff;
}
.leftside {
text-align: center;
background: #C2C2C2;
padding: 1px;
}
.rightside {
text-align: center;
background: #ffffff;
}
.infoheader {
text-align: left;
font-size: 85%;
padding: 5;
font-weight: bold;
background: #10325A;
color: #ffffff;
border-style: solid;
border-size: 1px;
border-color: #3e576b;
}

.info {
text-align: left;
font-size : 90%;
line-height: 15px;
padding: 8px;
border-style: solid;
border-size: 1px;
border-color: #3e576b;
}
.info2 {
text-align: left;
font-size : 85%;
line-height: 15px;
padding: 8px;
}
.copyright {
text-align: left;
font: 9px verdana, arial, sans-serif;
letter-spacing: 1.5;
padding: 5px;

background: #3e576b;
color: #ffffff;
}
.simplecell {
padding: 5px;
}
#navlist
{
padding: 0 1px 1px;
margin-left: .25em;
margin-right: .25em;
font-family: Arial, sans-serif;

width: 14.5em;
}

#navlist li
{

list-style: none;
margin: 0;
border-top: 1px solid gray;
background: E2E2E2;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
margin-bottom: 0.4em;
text-align: left;
}
#navlist li2
{

list-style: none;
margin: 0;
border-top: 0px solid gray;
background: d7dadc;
border-left: 0px solid gray;
border-right: 0px solid gray;
border-bottom: 0px solid gray;
margin-bottom: 0.4em;
text-align: left;
}
#navlist li a
{
display: block;
padding: 0.2em 0.75em 0.25em 0.75em;
border-left: .75em solid #B5B292;
background: #E2E2E2;
text-decoration: none;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }
#navlist li a:active { text-decoration : underline;}
#navlist li a:hover
{
border-color: #3e576b;
color: #000000;
text-decoration : underline;
background: #E2E2E2;
}