@charset "utf-8";
/* CSS Document */

body{
	background-image: url('/images/background.gif');
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
}

.light_green{
	background-color: #74A165;
}

.dark_green{
	background-color: #0E2D16;
}

.green{
	background-color: #0E2D16;
}

.mid_green{
	background-color: #33412E;
}


#canvas{
	border: 2px solid #74A165;
	background-color: #056521;
	margin: 20px auto;
	width: 800px;
}

	#top{
		height: 190px;
	}
	
		#top #logo{
			width: 150px;
		}
		
			#top #logo img{
				border: 0;
			}
		
		#top #header img{
			border: 1px solid #74A165;	
		}
		
	#middle{
		height: 30px;	
	}
	
		#middle #index{
		}
		
			#middle #index a{
				margin: 0 20px;
				color: white;
				font-size: 18px;
				text-decoration: none;
			}
			
			#middle #index a:hover{
				text-decoration: underline;
			}
	
	#bottom{
		
	}
		
		#bottom #bottom_spacer{
			height: 340px;
		}
		
		#bottom #address{
			padding: 5px;
			color: white;
		}
		
			#bottom #address a{
				color: white;
			}
			
		#bottom #content{
			padding: 20px;
		}
