@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #294229;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(images/back.gif);
	background-color: #426B31;
}
p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #1F4217;
	}
h3 {
	letter-spacing: 3px;
	margin-bottom: 0px;
	color: #576E4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	line-height: normal;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #306624;
	font-style: italic;
	line-height: 10px;
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #EC1C25;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #941C32;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	}

/* specific divs */
#container {
	margin-bottom: 0px;
	margin-left: auto;
	width: 790px;
	margin-right: auto;
	}
#menu {
	height: 22px;
	width: auto;
	background-color: #306424;
	line-height: normal;
	padding-left: 47px;
}
#main {
	height: auto;
	width: auto;
	padding-left: 10px;
	margin-bottom: 20px;
	float: none;
	background-color: #FFFFFF;
	padding-right: 10px;
}


#head {
	background-image: url(images/head1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 185px;
	}
#floaty {
	float: right;
	height: auto;
	width: auto;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


#supportingText {
	margin-left: 0px;
	width: auto;
	text-align: center;
	background-color: #FFFFFF;
	}

#footer {
	text-align: center;
	font: bold 10px arial;
	padding: 0px;
	text-transform: uppercase;
	margin-top: 0px;
	width: auto;
	margin-bottom: 0px;
	height: 10px;
	}
	
