* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
}
body {
	min-height: 101%;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 1px;
	background: #588d49 url(../images/bk_tile2.gif) repeat-y center;
}
#outerWrapper {
	background: url(../images/outerWrapperBG.jpg) no-repeat #ffffff;
	width: 760px;
	margin: 0 auto;
	font-size: .8em;
}
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
#mainWrapper {
	margin: 135px 16px 0px 17px;
	border: 1px solid #666666;
	background: #ffffff url(../images/mainWrapperGradient.jpg) repeat-x;
}
#mainnav {
	width: 725px;
	background-color: #006127;
}
#contentWrapper {
	margin: 50px 20px 0px 20px;
	background: url(../images/bottomFiligree.gif) no-repeat bottom right;
}
#footer {
	margin: 0 16px 0 17px;
	background: url(../images/footerBar.jpg) no-repeat top;
	padding: 15px 0 20px 15px;
}
#footerLogo {
	background: url(../images/logoFooter.gif) no-repeat left;
	float: left;
	width: 180px;
	height: 80px;
}
#footerText {
	padding: 20px 0 0 0;
	text-align: right;
	color: #006127;
	font-size: 0.9em;
}
h1, h2, h3 {
	color: #006127;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
p {
	margin: 7px 0 10px 0;
}
ul {
	margin: 7px 0 10px 0;
	padding: 0;
}
li {
	 font-size: 0.9em;
	 margin: 0;
	 padding: 0;
}
ul ul li {
	font-size: 1em;
	padding: 0;
}
#formContainer, #formContainer form {
	width: 650px;
}
fieldset {
	padding-left: 7px;
}
input, select, textarea {
	margin-right: 10px;
	width: 500px;
	text-align: left;
	float: right;
	margin-bottom: 5px;
	clear: right;
	display: block;
}
label {
	text-align: right;
	float: left;
	margin-bottom: 1px;
	width: 100px;
	clear: left;
}
form br {
	clear: both;
}
legend {
	color: #006127;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
}
#formContainer input.button {
	text-align: center;
	display: block;
}
#formContainer #submit {
	width: 90px;
	margin: 10px auto;
	clear: both;
	float: none;
	text-align: center;
}
.required {
	color: #f12577;
}
.special {
	display: none;
}
a:link {
	color: #006127;
}
a:visited {
	color: #588d49;
}
a:hover, a:active, a:focus {
	color: #ffffff;
	background-color: #006127;
}
.floatleft {
	float: left;
	margin-right: 7px;
}
.floatright {
	float: right;
	margin-left: 7px;
}

