body {
  font-family: Tahoma, Arial, sans-serif; 
  background-color: #003300; 
  margin: 0px; 
  padding: 0px; 
  text-align:center; 
  font-size: 10pt;
}
p {
  font-size: 10pt; 
  line-height: 14px;
  margin: 0px 10px 10px 20px;
}
li {
  font-size: 10pt; 
  line-height: 16px;
  margin-left: 0px;
  margin-bottom: 6px;
}
a:link {
  font-size: 9pt;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  font-size: 9pt;
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
.introsplash {
  margin-left: 110px;
  font-size: 10pt;
  font-weight: bold;
  line-height: 16px;
}
.footer {
  font-size: 7pt;
  text-align: left; 
  color: #999999;
}
.footer a:link {
  font-size: 7pt;
  color: #999999;
}
.footer a:visited {
  font-size: 7pt;
  color: #999999;
}
.footer a:hover {
  font-size: 7pt;
  color: #666666;
}
.footer a:active {
  font-size: 7pt;
  color: #666666;
}

.sidelinkhead {
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #006600;
margin-left: 0px;
padding-left: 1px;
}
.sidelinkhead a:link {
  font-size: 10pt;
  color: #006600;
}
.sidelinkhead a:visited {
  font-size: 10pt;
  color: #006600;
}
.sidelinkhead a:hover {
  font-size: 10pt;
  color: #990000;
}
.sidelinkhead a:active {
  font-size: 10pt;
  color: #006600;
}
.sidelinkheadtop {
  font-size: 10pt;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
  color: #006600;
margin-left: 0px;
padding-left: 1px;
}
.sidelinkheadtop a:link {
  font-size: 10pt;
  color: #006600;
}
.sidelinkheadtop a:visited {
  font-size: 10pt;
  color: #006600;
}
.sidelinkheadtop a:hover {
  font-size: 10pt;
  color: #990000;
}
.sidelinkheadtop a:active {
  font-size: 10pt;
  color: #006600;
}
.sidelink {
  font-size: 9pt;
  text-align: right;
 margin-left: 0px;
}
.currentsidelink {
  font-size: 9pt;
  color: #000000;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  margin-left: 0px;
}
.currentsidelinkhead {
  font-size: 10pt;
  color: #006600;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
  font-style: normal;
}
.toplinkp1 {
  text-align: left;
  font-size: 9pt;
  color: #999999;
  text-transform: uppercase;
}
.toplink {
  text-align: right;
  font-size: 9pt;
  color: #999999;
  text-transform: uppercase;
}
em.currenttoplink {
  font-style: normal;
  color: #990000;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px 10px 10px 20px;
}
h1 {
  font-size: 15pt;
  font-family: Tahoma;
  color: #000099;
}
h2 {
  color: #333333; 
  line-height: 30px;
  font-size: 12pt;
  margin-top: 25px;
}
h3 {
  color: #999999; 
  font-size: 10pt;
  margin-top: 20px;
  line-height: 20px;
  case: caps;
}
img {
  border-style: none;
}


/* DIVS */

/* JAR -- Changed margins to "auto" to center the frame. */

#frame {
  width: 770px; 
  margin: auto;
  padding:0px; 
  text-align:left; 
  border-style: none solid solid;
  background-color: #FFFFFF;
 
}
#introtop {
  width: 750px; 
  margin: auto;
  padding:0px; 
  text-align:center; 
  background-color: #FFFFFF;
}
#introbody {
  width: 580px; 
  margin-left: 0px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 30px; 
  text-align:left; 
  background-color: #FFFFFF;
}
#pagebody {
  width: 580px; 
  margin-left: 105px;
  border-left: solid 1px #9999FF; 
  padding-bottom: 50px; 
  text-align:left; 
  background-color: #FFFFFF;
}
/* NOTE -- float:left in #pagebody broke Safari and Firefox, so
I removed it. The width change should fix IE6.  Mind the div:clear
suggestion, too. */

/* JAR -- Changed sidenav margin-left to -20 to correct alignment,
not sure if this is the right solution. */

#sidenav {
  float: left;
  width: 100px; 
  margin-left: 1px; 
  margin-right: auto; 
  margin-top: 0px; 
  padding-bottom: 50px; 
  text-align:left; 
  background-color: #FFFFFF;
}
/* REMOVED: border-right: solid 1px #9999FF;  */
#boxleft {
  width: 450px;
  position: relative;
  float: left;
}   
#boxright {
  position: relative;
  top: 0px;
  left: 475px;
  width: 150px;
  padding: 10px;
  text-align: left;
  background-color: #CCCCFF;
}
#pagefoot {
  position: static;
  width: 750px;
  clear: both;
  height: 100px;
  text-align: left; 
  background-color: #FFFFFF; 
  border-top: solid 10px #CCCCCC;
}
#nav, #nav_internal {
  width: 630px; 
  height: 37px;
  border-left: solid 1px #9999FF; 
  border-top:solid 1px #9999FF; 
  margin-top: 5px; 
  margin-left: 105px; 
  padding-top: 10px;
  background-color: #FFFFFF; 
}
#nav_internal {
  height: 50px;
}
#nav a, #nav_internal a {
  margin-top: 60px; 
  margin-left: 20px; 
  margin-right: 20px; 
}
#graphic {
  background-color: #ffffff; 
  width: 750px;
}
#main, #vert, #vertleft {
  vertical-align:top; 
  border-bottom: 1px solid #cccccc;
}
#main ul, #main li { 
  font-size: 9pt;
}
#vert {
  border-right: 1px solid #cccccc;
}
#vertleft {
  border-left: 1px solid #cccccc;
}
#button {
  width: 198px; 
  padding: 0 0 0 0; 
  margin-bottom: 10px;
}
#button ul {
  list-style: none; 
  margin: 0; 
  padding: 0; 
  border: none;
}
#button li {
  border-bottom: solid 1px #cccccc; 
  margin: 0;
}
#button li a {
  display: block; 
  padding: 1px 3px 3px 5px; 
  color: #660000; 
  font-weight: bold; 
  text-decoration: none; 
  font-size: 8pt;
}
html>body #button li a{width: auto;}
#button li a:hover { 
  background-color: #4769DC; 
  color: #fff;
}
#formtable {
  font-size:9pt; 
  margin-left:10px;
}
span.date {
  font-size: 8pt; 
  color: #ffffff; 
  font-weight: bold; 
  margin: 5px;
}
pre {
  margin: 0px 10px 10px 10px; 
  font-size: 7pt;
}
.monospace {
	font-family: monospace;
}
.bluemonospace {
	font-family: monospace;
	color: #0000FF;
}
.blue {
	font-weight: bold;
	color: #000099;
}
.red {
	color: #FF0000;
}
.more_news {
	color: #AAAAAA;
	font-weight: bold;
	font-size: 8pt;
}
.newshead {
	color: #FFAA22;
	font-weight: bold;
	font-size: 10pt;
}
.newstext {
	color: #FFFFFF;
	font-size: 10pt;
        line-height: 13pt;
}
.activepage {
   color: #339900;
}
