/* Link Structure */

a:link, a:visited, a:active
  { 
  text-decoration: underline;
  color: #669933;
  }

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

a.bottomNav:link, a.bottomNav:visited, a.bottomNav:active, a.bottomNav:hover
  { 
  font-size: 9px;
  text-decoration: underline;
  color: #669933;
  padding: 0px 3px 0px 12px;
  }

a.bottomNav:hover
  { 
  color: #e23721;
  }

a.leftNav:link, a.leftNav:visited, a.leftNav:active, a.leftNav:hover
  { 
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  }

a.leftNav:hover
  { 
  color: #e23721;
  }

.leftNavBar
  {
	margin: 10px 10px 0px 15px;
  }

li.leftNavBlt
  {
  margin: 5px 10px 0px -10px;
  color: #e23721;
  list-style: disc;
  }  

ul.leftNavBlt
  {
  margin-top: 0px;
  margin-bottom: 20px;
  }

 ol.alpha
  {
  list-style: upper-alpha;
  }   

.bt-on
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #660000;
  }

/* End Link Structure */

/* Body Structure */
.mainbody
  {
  margin: 0px 25px 25px 25px;
  } 

td, p
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 10px 0px;
  }

th
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  }

.leading
  {
  line-height: 16px;
  }
  
.small
  {
  font-size: 11px;
  }
  
.xsmall
  {
  font-size: 9px;
  }

.caption
  {
  font-size: 9px;
  }
    
.footer
  {
  font-size: 10px;
  }
  
.horzline1
  {
  margin: 20px 0px 20px 0px;
  border-bottom: #999999 1px solid;
  }

/* End Body Structure */

/* List Structure */
li
  {
  margin: 5px 10px 0px 0px;
  }

li.doublespace
  {
  margin: 5px 10px 10px 0px;
  list-style: disc;
  }

ul
  {
  margin-top: 0px;
  margin-bottom: 0px;
  }  
    
dd
  {
	line-height: 16px;
	}
dt
  {
	line-height: 16px;
	}

/* End List Structure */


  
/* Headings and Highlights Structure */
  
.highlight
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #669933;
  }

.highlightLeftNav
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  }
    
H1, H2, H3, H4, H5  
  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #e23721;
  margin: 20px 0px 10px 0px;
  }

H1  
  {
  font-size: 21px;
  }
  
H2
  {
  font-size: 18px;
  }  

H3
  {
  font-size: 16px;
  }  

H4
  {
  font-size: 14px;
  }
  
H5
  {
  font-size: 12px;
  color: #669933;
  }
/* End Headings and Highlights Structure */

/* Form Structure */
  
.ftextsm
  {
  font-size: 10px;
  }
  
.field, .smallfield, .smallfield2, .xsmallfield, .widefield, .textarea, .widetextarea, .select, .button, .searchbutton, .search
  {
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
  border-left: #999999 1px solid;
  border-right: #999999 1px solid;
  background-color: #eeeeee;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  }
  
.smallfield2 {height: 20px; width: 135px;}
.smallfield {height: 20px; width: 60px;}
.xsmallfield {height: 20px; width: 20px;}
.field {height: 20px; width: 155px;}
.widefield {height: 20px; width: 350px;}
.textarea {width: 160px;}
.widetextarea {width: 350px;}
.select {height: 17px; width: 160px;}
.button
  {
  background-color: #eeeeee;
  height: 20px;
  text-align: center;
  }
  
.searchbutton
  {
  background-color: #eeeeee;
  height: 20px;
  text-align: center;
  margin-left: 12px;
  }  
  
.search
  {
  font-size: 10px;
  height: 17px;
  width: 120px;
  margin-left: 12px;
  }
/* End Form Structure */

/* Background Structure */
.background-L
  {
  background-image: url(images/side_left.jpg);
  background-position: top right;
  background-repeat: repeat-y;
  }

.background-R
  {
  background-image: url(images/side_right.jpg);
  background-position: top left;
  background-repeat: repeat-y;	
  }
  
  .background-L-hd
  {
  background-image: url(images/side_left_hd.gif);
  background-position: top right;
  background-repeat: repeat-y;
  }

.background-R-hd
  {
  background-image: url(images/side_right_hd.gif);
  background-position: top left;
  background-repeat: repeat-y;	
  }
/* End Background Structure */