* {
	margin: 0;
	padding: 0;
   }

body {
	background: #FFA600 url(../images/homebg1.jpg) repeat-x left top;
	font: 12px Arial, Helvetica, sans-serif;
    color: #990000;
   }
body#yellow {
   background: #FFEB40 url(../images/mainGrad.jpg) repeat-x left top;
   }
#homepage #contentarea table {
   font-size: 14px;
   margin-top: 20px;
   }
table {
	font: 12px Arial, Helvetica, sans-serif;
    color: #990000;
}

a, a:visited {
   text-decoration: underline;
   color: #990000;
   }
a:hover, a:active {
   text-decoration: none;
   }
hr {
   color: #990000;
   background-color: #990000;
   border: none;
   height: 3px;
   }
ul {
  margin: 5px 10px;
  padding: 5px 10px;
  }  
#mainpage {
   width: 955px;
   background: url(../images/home_nav_stretch.jpg) repeat-y left top;
   float: left;
   min-height: 768px;
   }
* html #mainpage {
   height: 768px;
   }
#yellow #mainpage {
   background: url(../images/mainNav_stretch.jpg) repeat-y left top;
   }
#leftnav {
   float: left;
   width: 175px;
   }
#wrapper {
   float: left;
   width: 780px;
   margin-top: -2px;
   background: #FFA600 url(../images/homebg1.jpg) repeat-x left top;
      }
#yellow #wrapper {
   background: #FFEB40 url(../images/mainGrad.jpg) repeat-x left top;
   }
#banner {
   width: 780px;
   }   
   
#contentarea {
   width: 780px;
   min-height: 380px;
      }
* html #contentarea {
   height: 380px;
   }  
#contentarea p {
   margin: 10px 10px 10px 0px;
   }
#contentarea h2, #contentarea h3 {
   margin-top: 5px;
   }
#contentarea h1 {
   font-size: 16px;
   margin-top: 30px;
   }
#contentarea h2 {
   font-size: 14px;
   }
#contentarea h3 {
   font-size: 12px;
   }
   
#footer {
   clear: both;
   font-size: 9px;
   }
#footer img {
   margin-bottom: 10px;
   }
#footer a, #footer a:visited {
   color: #990000;
   text-decoration: underline;
   }
#footer a:hover, #footer a:active {
   text-decoration: none;
   }
   
table.search {
   background-color: #ffff99;
   margin: 10px 0px;
   border: 1px solid #990000;
   border-top: none;
   }
table.search select, table.search input {
   font-size: 11px;
   color: #990000;
   }
table.search td {
   padding: 4px 0px 4px 3px;
   }
table.search td.headingsearch {
   background-color: #ffcc66;
   font-weight: bold;
   border-bottom: 1px solid #990000;
   border-top: 1px solid #990000;
   font-size: 12px;
     }   
table.search a, table.search a:visited {
   text-decoration: none;
   }
table.search a:hover, table.search a:active {
   text-decoration: underline;
   }
   
table.voices {
   background-color: #ffff99;
   border: 1px solid #990000;
   border-top: none;
   margin: 0px 0px 20px 3px;
      }

table.voices table td, table.voices td {
   padding-left: 2px;
   }
 
table.voices td.headingvoices {
   background-color: #ffcc66;
   font-weight: bold;
   border-bottom: 1px solid #990000;
   border-top: 1px solid #990000;
   padding: 4px 0px 4px 4px;
   }   
table.voices a, table.voices a:visited {
   text-decoration: none;
   }
table.voices a:hover, table.voices a:active {
   text-decoration: underline;
   }
   

table.search a.underline, table.search a.underline:visited {
   text-decoration: underline;
   }
table.search a.underline:hover, table.search a.underline:active {
   text-decoration: none;
   }


.largertext {
   font-size: 14px;
   }
#newslink {
   position: absolute;
   top: 410px;
   left: 605px;
   }
#newslink a {
   font-weight: bold;
   }
a.nounderline, a.nounderline:visited {
   text-decoration: none;
   }
a.nounderline:hover, a.nounderline:active {
   text-decoration: underline;
   }
h1 {
   margin: 0;
   padding: 0;
   display: inline;
   }