/* CSS Document */

BODY {
}
 
 
/* General Fonts */
body, p, ol, ul, div, text {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 11px;
   color: #203D79; 
   font-style: normal;  
   line-height: 140%; 
}
 
/* Headings */
h1, h2, h3, h5 {
   font-family: Verdana, Helvetica, sans-serif;
   color: #203D79;
   font-size: 11px;
   font-weight: bold;
   margin_bottom: 0.5em;
}
/* Headings */
h4{
   font-family: Verdana, Helvetica, sans-serif;
   color: #203D79;
   font-size: 12px;
   font-weight: bold;
}


 
/* Bold Title same as text size */
.title {
   font-family: Verdana, Helvetica, sans-serif;
   color: #203D79;   /* black */
   font-size: 15px;
   font-weight: bold;
   margin_bottom: 0.5em;
}
 
/* Blue Border for Tables */
.border {
   border: 1px solid #COC8D4;	/* lite blue grey */
}
 
/* Footer */
.footer {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 9px;
   color: #7D7D7D; 
   font-style: normal;
}
.footer a:link{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 10px;
   text-decoration: none;
   font-family: Verdana, sans-serif;
}
.footer a:visited{
   font-family: Verdana, Helvetica, sans-serif;
   color: #7D7D7D;
   font-size: 10px;
   text-decoration: none;
   font-family: Verdana, sans-serif;
}
.footer a:hover{
   font-family: Verdana, Helvetica, sans-serif;
   color: #7D7D7D;
   font-size: 10px;
   text-decoration: none;
   font-family: Verdana, sans-serif;
}

 
/* Last Update */
.lastupdate {
   font-size: 10px;
   color: #003366;   			/* dark blue */
   line-height: 150%; 
   text-align: center;
}
 
/* Quote */
.quote  {
  color: #9B193D;   			/* dark burgundy */
  font-weight: 550;
}
 
/* In Text Hyperlinks */
a:link,a:visited{
 color: #97640B;   			/* black */
 text-decoration: none;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
}

a:hover,a:active,a:focus{
 color: #203D79;
 text-decoration: none;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
}

 
.contenttable {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 color: #0A50A1;
 padding: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
 border:  1px solid #C0C8D4;
}
 
 
/* Search Formats */
.searchform {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #0A50A1;
 font-weight : normal;
}
.searchresultpagetitle {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #0A50A1;
 font-weight : bold;
}
.searchresultcontent {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #0A50A1;
 font-weight : normal;
}
.searchresultheader {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #30A50A1;
 font-weight : bolder;
}
.searchmarkup {
 color: #0A50A1;
}
.loginform {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #0A50A1;
 font-weight : normal;
}

/* Forms Fields */
SELECT {  
 font-family: Verdana, Helvetica, sans-serif;
 font-color: #7D7D7D;
 font-size: 10px; 
}
TEXTAREA {  
 font-family: Verdana, Helvetica, sans-serif; 
 font-size: 10px;
 border-width:1px;
 border-style: solid;
 border-color:#7D7D7D;
} 
INPUT {  
 font-family: Verdana, Helvetica, sans-serif; 
 font-size:10px;
 border-width:1px;
 border-style: solid;
 border-color:#7D7D7D;
}
RADIO {  
 border-width:0px;
 border-style: solid;
}
.caption {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color: #7D7D7D;
}
.bulletlist {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color: #7D7D7D;
}
.table {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color: #7D7D7D;
}
 
.contenttable {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 color: #0A50A1;
 padding: 1em;
 margin-top: 1em;
 margin-bottom: 1em;
 border:  1px solid #C0C8D4;
}
 
/* Mailform Formattting */
.mailform {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #003366;
 font-weight : normal;
}
.mailformrequired {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #003366;
 font-weight : bolder;
}
.mailformcomment {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #CC0000;
 font-weight : bolder;
}
.mailformradio {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 10px;
 color : #003366;
 font-weight : normal;
}
 
 
.filelinks {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 color: #0A50A1;
}
.filelinkssize {
 font-family : Verdana, Helvetica, sans-serif;
 font-size : 11px;
 color : #000000;
}
