
body { 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
   color: white;
   background-color : #003300;
}

td { 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 9pt;
}

table {
/*    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11pt; */
   color: black;
   background-color: white;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   border: 0 solid black;
   border-collapse: collapse;
}

.outer {
   color: black;
   background-color: white;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   border: 0px solid black;
   border-collapse: collapse;
}

.full-width /*, .outer*/ {
   width: 890px;
}

.subtitle { 
   font-size: 14px; 
   color: #000000; 
   font-weight: bold;
}
 
table.inner {
   color: black;
   background-color: white;
   padding: 0 0 0 0;
   margin: 0 0 0 0;
   border: 1px solid black;
   border-collapse: collapse;
}  

.bodytext {

/*   font-size: 12px; 
   color: #000000; 
   text-decoration: none;
*/
}

.footer {
   font-size: 10px; 
   color: #ffffff; 
   background-color : #003300;
}

.footer a {
   font-size: 10px; 
   color: #ffffff; 
   text-decoration: underline; 
}

.footer a:hover {
   font-size: 10px; 
   color: #ffee00; 
   text-decoration: none;
}

/* Used in header.html */
.outline {
   border-style: solid; 
   border-width: 1px; 
}

.outline2 {
   border-left: solid #000000; 
   border-bottom: solid #000000; 
   border-width: 1px; 
}

.outline3 {
   border-bottom: solid black; 
   border-width: 1px;
}

.outline4 {
   border-right:solid #000000; 
   border-bottom:solid #000000;  
   border-width:1px;
}

.header1 {
   border: 1px dashed #000000; 
   padding: 1px; 
   font-size: 14px; 
   color: #000000;  
   text-decoration: none; 
   font-weight: bold;
}

.header2 {
   border: 1px dashed #000000; 
   padding:3px; 
   font-size: 12px; 
   color: #000000;  
   text-decoration: none;
   font-weight: bold;
}

.header3 {
   border: 1px dotted #000000; 
   padding:3px; 
   font-size: 12px; 
   color: #000000; 
   text-decoration: none;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
  color: #ff6600;
}

#menutable a.menulink {
   display: block;
   width: 90px;
   text-align: center;
   text-decoration: none;
   font-size: 12px;
   color: #000000;
   background-color:#e6e6e6; 
   border: solid 1px #FFFFFF;
   font-weight: normal;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#menutable a.menulink:hover {
   color: #ffffff; 
   background-color:#336633; 
   border: solid 1px #660033; 
   font-weight: normal;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.footer {
  text-decoration: underline;
  color: white:
}

a.footer:hover {
   color: #ff6600;
   font-weight: bold;
}

img { 
   border: 0; 
   text-decoration: none;
   border: none;
}

/*td {
   background-color: white:
}
*/

td.content-cell {
/*   font-size: inherit; */
   color: orange; 
/*   background-color: white; */
}

.sidebar {
   font-size: 10px; 
   color: #000000; 
   font-family: verdana,geneva,arial; 
   text-decoration: none;
}

.left-col {
   width: 164px;
}

.center-col {
   width: 480px;
}

.right-col {
   width: 200px;
}

div#news {
   width: 96%;
   border: 1px solid black; 
   padding: 10px 10px 10px 10px; 
   margin: 0px 0px 0px 0px; 
   text-align: left; 
   background-color: antiquewhite;
}

div.newsdate {
  font-size: x-small;
  font-stretch: expanded;
  font-weight: bold; 
  background-color: sienna;
  padding: 3px; 
  border: thin solid black; 
  border-bottom: thin dotted black; 
  margin-top: 3px; 
}

div.newsbody {
  font-size: small;
  padding: 3px; 
  border: thin solid black; 
  border-top: none; 
}

