/*
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #9F9F5F; 
  margin-top:30px;
  margin-bottom:30px;
  color:#333333;
}

A:link {
	COLOR: #000000; text-decoration: none
}
A:visited {
	COLOR: #000000; text-decoration: none
}
A:active {
	COLOR: #000000; text-decoration: none
}
A:hover {
	      letter-spacing: 0px; color:blue; background-color:red
			}


#page_wrapper {
  background: #F3E7A9 url('../img/page_bg2.jpg') top left;
  margin-left: auto; 
  margin-right: auto;
  width: 640px;
  text-align: left;
  border: 4px solid #F4F4EE;
}

#page_header {
  height: 140px;
  background: #515230 url("images/pictures/640x140.jpg") top left no-repeat;
}  

#page_header h1 {
  padding-top:30px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #000066;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;  
  color: #000000;
  margin:0px;  
}

#menu_bar {
  height:30px;
  background: #802A2A;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

#content_wrapper {
  background: transparent url("images/graphics/content_bg2.jpg") top left no-repeat;
}

#left_side {
  float:left;
  width:640px;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: arial;
  font-size:12px;
  font-weight: bold;
  line-height:18px;
  color: #A0410D;
}
  
#left_side p {
  margin:10px;
  margin-right:15px;
  font-family: arial;
  font-size:12px;
  line-height:18px;
  color: #333333;
}

#page_footer {
  height: 90px;
  background: #802A2A 
}  

#page_footer A:link {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:visited {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:active {
	COLOR: #F2C968; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #F2C968; text-decoration: none
}

#page_footer p {
  text-align:center;
  padding-top:10px;
  font-family: verdana;
  font-size:11px;
  line-height:16px;
  color: #FCF8E3;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}

.subhead2  {
          color: #A0410D;
		    font-size: 12pt;
		    font-family: Trebuchet MS, Arial, helvetica, sans-serif;
		    font-weight:bold;
          }	
.date 	 {
          color: #0000ff;
          font-size:10pt;
	       font-family:'Trebuchet MS', Arial, sans-serif;
          }
.initial {
          font-size:18pt;
          color:#000000;
		 } 
.text    {
          color:#000000; 
          font-size:10pt;
    	    font-weight:normal;
	       font-family: Arial, sans-serif;
    	 }	
		  	 		  			   
 
 .details {
          color:#000000; 
          font-size:12pt;
    	    font-weight:bold;
	       font-family: Arial, sans-serif;
			 text-align: center;
    	    }		 		 		  		  	 		  			
.writer   {
          background-color: #9F9F5F;
          color: #330000;
		    font-size: 12pt;
		    font-family: Arial, helvetica, sans-serif;
		    font-weight:bold;
          }		 		  		 			 
