a:link {
text-decoration: none;
background-color: transparent;
font-size:12;
color: #066832;
font-family: Verdana, sans-serif;
font-weight: bold;
}
a:visited {
text-decoration: none;
background-color: transparent;
font-size:12;
color: #044d25;
font-family: Verdana, sans-serif;
font-weight: bold;
}
a:hover {
text-decoration: none;
background-color: transparent;
font-size:12;
color: #044d25;
font-family: Verdana, sans-serif;
font-weight: bold;
}
a:active {
text-decoration: none;
background-color: transparent;
font-size:12;
color: #066832;
font-family: Verdana, sans-serif;
font-weight: bold;
} 



a.nav:link {
text-decoration: none;
background-color: transparent;
font-size:14;
color: #ffffff;
font-family: Verdana, sans-serif;
}
a.nav:visited {
text-decoration: none;
background-color: transparent;
font-size:14;
color: #ffffff;
font-family: Verdana, sans-serif;
}
a.nav:hover {
text-decoration: none;
background-color: #CCFFFF;
font-size:14;
color: #000000;
font-family: Verdana, sans-serif;
}
a.nav:active {
text-decoration: none;
background-color: #066832;
font-size:14;
color: #ffffff;
font-family: Verdana, sans-serif;
} 

	body {
		/*align: center;*/
		margin:0;
		padding:0;
		height:100%;
		width:100%;
		background-color: #e8e4e3;
		background-image:url('img/pattern3.gif');
		}
		
	#header { 
		background-position: top right; 
		background-color: #ffffff;
		background-repeat:no-repeat;
		}
		
		h1 {
	margin: 0.5em;
	
}
		h2 {
	font-size: 1.5em;
	margin: 1em;
	
}

P {

	line-height: 1.2;
	margin: 1em;
	
}

	#links{
	
		background-color: #565051;
		border: 1px solid #F5F5F5;/*#657383;*/
		width: 100%;
		spacing: 20px;
		padding: 1px;
		background-image:url('img/stripe.gif');
		}
	
	#container {
		position: relative;
		top: 10px;
		width: 75%;
		margin-right:auto;
		margin-left:auto;
		margin-top:5px;
		padding:10px;
		background-color: #ffffff;
		border: 3px solid  #F5F5F5;/*#D5D5D5;#ffc;#FCDFFF;#ffffff*/
		
		}

	#footer {
		text-align: center;
		}

	