
html {
	  margin: 0;
	  padding: 0;
	  }
	  
body {
	  color: #ffebcd;
	  background-color: #383838;
	  font-family: Verdana, sans-serif;
	  font-size: 1em;
	  }

 	 a:link {

 	color: #87ceeb;
 	text-decoration: none;
 	}
 	
 a:visited {
 	       color: #87ceeb;
 	        }
 	        
a:hover {
 	     color: #b22222;
 	      }
 	      
.home {
	   color: #008000;
	   }
 	       
 	 
 h1,h2  {
 	     font-family: Georgia, serif;
 	     font-size: 1.8em;
 	     font-weight: lighter;
 	     color: #daa520;
 	     }
 	     
 .hed {
 	     font-family: Georgia, serif;
	     font-size: 1.6em;
	     color: #daa520;
	     text-align: center;
	     	   }	     
 	     
.subhed {
	     font-family: Georgia, serif;
	     font-size: 1.1em;
	     color: #0000ff;
	     text-align: center;
	     } 	     	   
	  
#container {
	        margin: 3% 0 0 3%;
	        width: 760px;
	        height:2325px;
            border: solid 0.5px #686868;
            
	         }	  	  
	         
.banner {
	     float: left;
	     margin: 0 0 0 0;
	     }
	      
#navrail {
	      float:left;
	      margin: 0 0 0 2%;
	      width:  92%;
	      height: 3%;
 	     font-size: .78em;
 		       }
	      
	         
#navrail a:link {
 	       color: #b0b0b0;
 	       text-decoration: none;
      	}
 	
#navrail a:visited {
 	                color: #b0b0b0;
  	              text-decoration: none;
  		        }
 	        
#navrail a:hover {
 	             color: #fff;
 	            text-decoration: underline;
 	      }	         
	         

#main {
 	           float:left;
 	           width: 98%;
 	           height: 2200px;
 	           margin: 0 0 0 0;
  	  background-color: #000;             
              padding: 1%;
               }	
                
 	 
#main p  {
 	 line-height: 130%;
 	 font-size: .88em;
 	 }
 	  	 
#pullQuote1  {
                font-family: Georgia, serif;
                font-weight: lighter;

                margin-left: 5px;
                padding: 0 0 0 12px;
                color: red;
                width: 245px;
                float: right;
                }
                
#pullQuote1 p {
                font-size: 1.6em;
                 }                
                
                
#pullQuote2  {    
                font-family: Georgia, serif;
                font-weight: lighter;

                margin-left: 5px;
                padding: 0 12px 12px 0;
                color: red;
                width: 245px;
                float: left;
                }	      
          	      
#pullQuote2 p {
                font-size: 1.6em;
                	} 	      


 	      
	                
 	           
#pscript {
	      font-family: Georgia;
	      font-style: italic;
	      color: #87cefa;
	      width: 76%;
	      } 
	      
#footer {
	     font-size: small;
	     color: green;
	     }	      	                 	         	         	      	      	         