* {
    padding:0px;
    margin:0px;
}

BODY {
    background-image:url(../images/b.jpg);
    background-repeat: repeat;
    font-family: arial, sans-serif;
}

A {

}

A:link, A:visited {
    color: #0033FF;
}

A:hover {
    color: #800000;
}

H1 {
    color: #800040;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
H3 {
    color: #008040;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 3px;    
}
H4 {
    color: #0000A0;
    font-size: 16px;    
    margin-top: 3px;
    margin-bottom: 3px;    
}

P {
    line-height: 1.2;
    padding-bottom: 16px;
}

HR {
    border: 1px solid #800000;
    margin-top: 10px;
    margin-bottom: 30px;

}

#content UL {
   padding-left: 10px;
   margin-left: 10px;
}

#content LI {
  padding-bottom: 10px;
}

#content H1 {
   padding-top: 10px;
}

#banner {
    text-align: left;
    padding-top: 2px;
    border-bottom: 1px solid #800000;
}

#banner IMG {
    float: left;
}

#banner H3 {
    padding-top: 60px;
    margin-left: 110px;
}

#banner H4 {
    margin-left: 110px;
}


#container {
    margin-left: 20px;
    margin-right: 20px;
    width: 95%;
    border: 1px solid #800000;
    background-color: #FFFFFF;
}

#topnav {
    
}

#leftnav {
    float:left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px dotted #800000;
}
#leftnav UL {
    list-style-type: none;
}

#leftnav LI {

}

#leftnav LI A:link, #leftnav LI A:visited {
    background-image:url(../images/menu-off.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #F7F381;
    width: 94px;
    height: 27px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    margin-bottom: 10px;    
}

#leftnav LI A:hover {
    background-image:url(../images/menu-on.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color: #F7F381;    
    width: 94px;
    height: 27px;
    display: block;   
    font-size: 13px;
    font-weight: bold; 
    text-align: center;   
    text-decoration: none;
    padding-top: 5px;
    margin-bottom: 10px;
}

#leftnav #submenu LI A:link, #leftnav #submenu LI A:visited {
    background-image: none;
    text-align: left;   
    color: #800040;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 0px; 
    height: auto;
    text-decoration: none;
}		

#leftnav #submenu LI A:hover {
    color: #008040;
    font-size: 11px;
    font-weight: bold;
}
					    
#content {
    padding-top: 10px;
    margin-left: 125px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 20px;
}

#footer {
    clear: both;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;    
    border-top: 1px solid #800000;
    background-color: #EEEEEE;
}

#footer P {
    padding: 0px;
    margin: 0px;
}
.last-updated {
    color: #666666;
}

.homepage {
    text-align: center;
}
.homepage IMG {
    padding-top: 40px;
    padding-bottom: 14px;
}

.homepage H1 {
    color: #008040;
    font-size: 24px;
}
.homepage H3 {
    color: #0000A0;
    font-size: 16px;    
}

.celltable {
    border-collapse: collapse;
}

.celltable TH {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: left;
    border: 1px solid #800000;
    background-color: #DDCCDD;
    font-size: 12px;
}

.celltable TD {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border: 1px solid #666666;
    font-size: 12px;    
    background-color: #EEEEEE;    
}


.nocell TD {
    border-bottom: 0px dotted #800000;
    border-right: 0px dotted #800000;    
}

.small {
    font-size: 11px;
}

.red {
    color: #FF0000;
}
.imagelink {
    text-decoration: none;
}
.text {
  font-weight: normal;
  font-size: 12px;
}

.image_display_left {
  color: #666666;
  float: left;
  text-align: center;
  font: bold 9pt arial;  
  margin: 10px 15px 10px 0;
}

.image_display_right {
  color: #666666;
  float: right;
  text-align: center;
  font: bold 9pt arial;  
  margin: 10px 0 10px 15px;
}

.image_display {
  color: #666666;
  text-align: center;
  font: bold 9pt arial;
  margin: 10px 15px 10px 15px;
}

.quote {
  background-color: #EEEEEE;
  margin: 10px 0px;
  padding: 5px;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
}