/* CSS Document 
#BCAE9D">grey
#BABFD3">light blue
#664E07">lettering<
	*/

BODY { 
background:  url(background.jpg) repeat-y 50% 0 #fff;
margin-top: 0;
margin-botton: 0;
}
  
  P {
  color:#191919; 
  font-family:Geneva, Arial, Helvetica, sans-serif; 
  font-size:14px;
  line-height: 150%;
  }
  
    P.center {
  text-align:center; 
  }
  
  LI {
  text-align:left; 
  }
  
  H1 {
  color:#3E2900; 
  font-family:AntiquaLightSSK; 
  align:left; 
  font-size:30px;
  line-height: 90%;
  }
  
  H2 {
  color:#5B3E00; 
  font-family:AntiquaLightSSK; 
  align:left; 
  font-size:24px;
  line-height: 90%;
  }

  H2.right {
  align:right; 
  }
    
  H3 {
  color:#5B3E00; 
  font-family:AntiquaLightSSK; 
  align:left; 
  font-size:20px;
  line-height: 90%;
  }
  
  H4 {
  color:#5B3E00; 
  font-family:AntiquaLightSSK; 
  align:left; 
  font-size:18px;
  line-height: 90%;
  }
  
  a:link  {
  color: #663300; 
  text-decoration: none;
  }
  
  a:visited  {
  color: #663303; 
  text-decoration: none;
  }
  
  a:hover  {
  color: #003366; 
  text-decoration: underline;
  }
  
  a:active  {
  color: #990000; 
  text-decoration: none;
  }
  
ul{
    margin: 0 auto;
}
ul.submenu li{
    text-align: center;
	font-size: 12px;
    float: right;
    list-style: none;
}
  li.currentpage a:visited{
        text-decoration: none;
		color: #333333 !important;
		font-weight: bold;
		font-size: 12px
		display: block;
        padding: 3px 5px 3px 5px;

  }

    ul.submenu a{
        display: block;
        text-decoration: none;
		color: #000000;
        padding: 3px 5px 3px 5px;
        margin: 2px;
		border-right: #7A7594 dotted 1px;
    }
	ul.submenu a:link{
        text-decoration: none;
		color: #7BA199;
    }
	ul.submenu a:visited{
        text-decoration: none;
		color: #7BA199;
    }
	
    ul.submenu a:hover{
        text-decoration: none;
		color: #7A7594;
    }
	ul.submenu a:active{
        text-decoration: none;
		color: #000000;
    }	

 img {
 border: 1px solid #000000;
 }
 
 img.body {
 text-align: right;
 border: 1px solid #000000;
 margin-top: 3px;
 margin-left: 3px;
 margin-bottom: 3px;
 } 
 
  img.bodynoborder {
 text-align: right;
 border: none;
 margin-top: 3px;
 margin-left: 3px;
 margin-bottom: 3px;
 }


