/* CSS Document */
body	{	
	font-size:	75%;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color:#006632;
/*	background-image:url(images/mainbg.jpg); */
/*	background-position:center; */
/*	background-repeat:repeat-x; */
	}		
	
p, blockquote, ul, ol, dl, dd, li, dir, menu	{	
	font-size: 1.0em;
	}		
	
.small	{	
	font-size:	0.95em;
	}

.highlight	{
	font-weight: bold;
	}	
			
.reverse {
	color: #2F4F43;
	}
	
.white {
	color: #FFFFFF;
	}	
		
h1	{
	font-family: "Times New Roman", Times, serif;
	font-size:	1.35em;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color: #006632;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 	
	}	
		
h2	{
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	font-size:	1em;
	color: #000000;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h3	{	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
		
h4	{	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	
	
h5	{	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	0.85em;
	color: #2F4F43;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}		
		
h6	{	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	inherit;
	font-size:	1em;
	color: #FFFFFF;
		margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}			
	
		
/* Links */		
			
a:	{
	text-decoration:	none;
	color:#000000;
	}				
			
a:link	{
	text-decoration:	none;
	color:#000000;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:#000000;
	}	
		
a:active	{	
	text-decoration:	none;
	color:#000000;
	}	
		
a:hover	{
	text-decoration:	underline;
	color:#000000;
	}	

/* Form elements and buttons */

.formbutton:link{
background-color: #3E6959;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: 10px "Times New Roman", Times, serif;
}
.formbutton{
background-color: #3E6959;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: 10px "Times New Roman", Times, serif;
}
.formbutton:hover{
background-color: #51B84E;
border: 1px #FFFFFF outset;
padding: 3px;
color:#FFFFFF;
text-decoration: none;
font: 10px "Times New Roman", Times, serif;
}


/* Menu  */

.menu a {
	display: block;
	padding: 1px 1px; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:	none;
	text-transform:	uppercase;
	font-size:	1em;
	color: #FFFFFF;	
}

.menu a:hover {
	display: block;
	padding: 1px 1px; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:	none;
	text-transform:	uppercase;
	font-size:	1em;
	color: #006632; 
}
.menu a:visited {
	display: block;
	padding: 1px 1px; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration:	none;
	text-transform:	uppercase;
	font-size:	1em;
	color: #FFFFFF;	
}




.highlights {
	color: #FFFFFF;
	background-image: url(images/sidebarfade.jpg);
}
.highlights a {
	color: #FFFFFF;
	text-decoration: none;
}
.highlights a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.highlights a:visited {
}
