﻿h1{font-family: "arial black", georgia; font-weight: bold;text-align: center; color: #black; line-height: 95%; font-size: 32px;}
h2{font-family: "arial", georgia; color: black; font-size: 18px; line-height: 95%}
h3{font-family: "arial", georgia; font-size: 14px; line-height: 95%}
p{font-family: "arial", georgia; font-size: 14px; text-align: left;}
p2{font-family: "arial", georgia; font-size: 14px; text-align: center;}
p3 {font-family: "arial black", georgia; 
text-align: left; font-size: 14px; 
font-weight: bold; color: #FFFFFF; text-decoration: none;}

#container {position: relative;
	width: 800px; height: 1200px;
	margin: auto; 
	padding: 0 0;
	border: 1px solid black;}

#navigation {position: absolute; 
	top: 1px; right: 1px;
 	margin-left: 600;
	width: 200px;
	height: 600px; 
	text-align: center;
	background:#DEF3BD; 
	padding: 25px;}
	
#pageheader {background-image: url(images/greengradient.png);
	background-repeat: repeat;
	top: 1px; left: 1px;
	width: 520px;
	height: 150px;
	padding: 15px;}  
	
#content {position: absolute;
	top: 170px; left: 10px;
	width: 500px;
	height: 1800px;
	padding: 10px;}
	
	
a.button {text-decoration: none;
 font-family: "verdana", georgia; 
 font-size: 14px; text-align: left;
 display: block; width: 200px;
	background-color: #ADDE63;
	color: #black;
	 border-width: 4px;
	 border-style: solid;
	 border-top-color:#DFDFDF;
	 border-right-color: #666;
	 border-bottom-color: #333;
	 border-left-color: #858585;
	 padding: 2px;}

	



	


