body {
background-image: url(back.png);
background-position: top;
background-repeat:repeat-x;
background-color: #63655F;
margin: 0px;
padding: 0px;
font-family: georgia, times, serif;
font-size: 12pt;
color: #FFFFFF;
letter-spacing: 1px;
}



input, textarea {
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;	
	color:#000000; 
	padding: 2px;
	margin: 2px;
	border: 1px solid #379C6F;
}




a:link { color:#002A2A; text-decoration: underline;  font-weight: bold; }
a:visited { color:#002A2A; text-decoration: underline;  font-weight: bold; }
a:hover { color:#194848; text-decoration: underline;  font-weight: bold; }


a.nav:link { color: #FFFFFF; text-decoration: none; font-weight: none; border: none; background-color: #002A2A }
a.nav:visited { color: #FFFFFF; text-decoration: none;  font-weight: none; border: none; background-color: #002A2A }
a.nav:hover { color: #194848; text-decoration: none;  font-weight: none; border: none; background-color: #002A2A}

h1 {
color: #FFFFFF;
border-bottom: 1px solid #194848;
font-weight: normal;
font-family: Georgia, times, serif;
font-size: 18pt;
font-style: italic;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin-top: 0px;
}

h2 { color: #002A2A;
font-family: Georgia, times, serif;
font-size: 12pt;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px; }

.menu { 
	color: #379C6F;
	font-family: georgia, times, serif;
	font-size: 12pt;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;   
	background-color:#002A2A;
	border: 0px;
	width: 130px;
	margin: 5px;
}


blockquote { color: #006633;
	padding: 10px;   
	background-color:#FFFFFF;
	border: 1px solid #006633;
	width: 85%; 
	line-height: 18px;}

p, ul, li {line-height: 25px;
text-align: justify;}