/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #fbf5dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 110%;
	}
	
	
#container {
	text-align: center;	
	width: 800px; margin: 0px auto;
	position: relative;
	background:url(../images/leafybkg3.jpg) 0 0 no-repeat;
	} 
	
#vcentercontainer:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 10; 
clear: both; 
visibility: hidden;
}	


#vcentercontainer:before{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}	
	
a:link { 
	text-decoration: underline; 
	font-size: 14px;
	color: #0c7998;
	}
a:linkmailto { 
	text-decoration: underline; 
	font-size: 20px;
	color: #0c7998;
	}
a:visited { 
	text-decoration: underline; 
	font-size: 14px;
	color: #60bfb4;
	}
a:hover, a:active { 
	text-decoration: underline; 
	font-size: 14px;
	color: #000000;
	}
.texthighlight {
	color: #0c7998;
	font-size: 14px;
	font-weight: bold;	
	}
.title {
	color: #0c7998;
	font-size: 20px;
	font-weight: bold;
	}

.footer {
	font-size: 12px;
	line-height: 100%;
	}
.copyright {
	font-size: 12px;
	line-height: 100%;
	}