body {
margin : 20;
padding : 0;
font : 80% arial, helvetica, verdana, tahoma, sans-serif;
line-height : 1.7em;
background : #9F9F9F;
color : #333;
}
a:link {
	color: #003399;
	text-decoration: underline;
	font-weight : bold;
}
a:visited {
	text-decoration: none;
	color: #003399;
	font-weight : bold;
}
a:hover {
	text-decoration: underline;
	font-weight : bold;
}
a:active {
	text-decoration: none;
	color: #003399;
	font-weight : bold;
}
#container {
width : 800px;
margin : 0 auto;
font : 80% arial, helvetica, verdana, tahoma, sans-serif;
background : #ffffff;
color : #333;
}
			/*TOP*/
#top {
margin : 0;
padding : 0;
}
#top h1 {
padding-top : 10px;
text-align : center;
text-transform : none;
font-size : 150%;
font-weight : bold;
letter-spacing: 5px;
background : #9aad42;
color : #666666;
}
			/*BANNER*/
#banner {
width : 800px;
height : 99px;
margin : 0 auto;
padding : 0;
color : #ffffff;
}

			/*MAIN CONTENT*/
#content {
float : right;
width : 433px;
margin-top : 0;
padding : 0;
background : #ffffff;
}

			/*FOOTER*/
#footer {
clear : both;
font-size : 11px;
color : #000;
background : #9f9f9f;
text-align : center;
margin : 0;
padding-right : 10px;
vertical-align : bottom
}
#footer a:link, a:visited, #navlist a:link, a:visited, a:link, a:visited {
color : #006600
background : inherit;
text-decoration : none;
}
#footer a:hover, #navlist a:hover, a:hover {
color : #666666;
background : inherit;
text-decoration : underline;
}
			/*TYPOGRAPHY*/
h2 {
font : 14pt verdana, arial, sans-serif;
line-height: normal;
text-transform : uppercase;
letter-spacing : 1px;
font-weight : bold;
color : #3B4B77;
background : ;
margin : 20px 20px 0px 10px;
padding : 0;
}
h3 {
font : 100% arial, verdana, sans-serif;
font-weight : bold;
color : #666666;
background : inherit;
margin : 5px 0 5px 10px;
padding : 0;
}
p {
margin : 10px;
font : verdana, arial, helvetica, tahoma, sans-serif;
font-size : 12pt;
color : #000000;
line-height: 1.5em;
}
li {
margin : 10px;
font : verdana, arial, helvetica, tahoma, sans-serif;
font-size : 12pt;
color : #000000;
line-height: 1.5em;
}
td {
margin : 10px;
font : arial, helvetica, verdana, tahoma, sans-serif;
font-size : 10pt;
color : #000000;
line-height: 1.3em;
}
p strong {
color : #000000;
background : inherit;
}

			/*LINKS*/
#navlist li {
list-style-type : square;
background : inherit;
color : #769009;
margin : 0 15px 0 0;
padding : 0;
}
#navlist2 li {
list-style-type : circle;
background : inherit;
color : #769009;
margin : 0 15px 0 0;
padding : 0;
}
a img {
border : 0;
}
			/*CLASSES*/
.myborder {
border : 1px solid #aaa;
margin : 15px 10px 10px 10px;
padding : 5px;
}
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 11em;
width : 250px;
padding : 5px;
border : 1px solid #aaa;
margin : 0 0px 0px 0px;
background : #ffffff;
color : #000000;
font-size : 90%;
}
