	
/* styles all page links globally */
a:link {
	text-decoration: none;
	color: #009899;
}
a:visited {text-decoration: none; color: #009899;}
a:hover {text-decoration: underline; color: #800000;} /* this styles links red */
a:active {text-decoration: none;}

/* styles overall text and fonts */

h1,h2,h3 {
	text-align:left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: small;
	line-height: 120%;
	text-align: left;
	margin-left: 50px;
	margin-right: 50px;
	}
	
#text {
	width: 600px;
	visibility: visible;
	height: auto;
	background-color: #FFFFFF;
	margin: 5px 0px 75px 60px;
	border: solid #000 1px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size:small;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	margin:0;
	padding:0;
	background-color: #66CC66;
	background-image: url(../images/BGFadeHome.gif);
	}
	
form {
	margin-left: 50px;
	margin-right: 500px;
	margin-bottom: 25px;
}
	
/* all lists except FAQs */
 li{
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
	text-align: left;
	text-indent: 15px;
	list-style-type: square;
	list-style-position: inside;
	padding-left: 15px;
	margin-right: 60px;
	margin-bottom: 10px;
}



/* unique styles */

.spacer {
	height: 18px;
}

.red_subhead {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.contact {
	font-size: 12px;
	font-weight: bold;
	color: #009899;
}

.address {
	font-size: 10px;
}

.corrections {
	font-size: 8px;
} 
/* only used in FAQs. Same as li except that line-height is %160 */
.faq_questions {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	line-height: 175%;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 15px;
}



#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

