/* CSS Document */

body {background-color: #8c4826;
	  font-family:Geneva, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	}
	
h1,h2,h3 {font-family:"Times New Roman", Times, serif}

h1{ font-size:20px;
	color: #993300;}
	
h2{ font-size:16px;
	color:#006699
	 }
	 
h3{ font-size:15px;
	color: #333333;
	text-decoration:underline;
	}
	
#about { list-style-image:url(images/bullet.png)}
	
a:link{ color:#006699;
		text-decoration: underline}
a:visited {color:#993366;
			text-decoration:none}
			
a:hover{ text-decoration:none}
a:active{}

.address {
    margin-top: 0.8em;
    padding-top: 0.8em;
    border-top: thin ridge }


#main{
		text-align: left;
		height: 550px;
		width: 455px;
		overflow: auto;
		}
		
#news{
		padding-left: 5px;
		font-size: 9px;
		text-align:left
		 }
		
.italic{font-style:italic;
		font-weight: bolder
		}
		
.sig{ text-align:center}

.date{ text-decoration:underline;
		font-weight:bold}


.firstletter{font-size:28px;
			font-family:"Times New Roman", Times, serif
			}

.guide {text-align: left;
		margin-bottom: 1em;
    	padding-bottom: 1em;
    	border-bottom: thin ridge}

.guide a { color: #003399;
		  text-decoration:underline
		  }

.guide a:hover { text-decoration: overline;
				 background-color:#CCCCCC}

.guide a:visited {}

.guide a:active {}









