@charset "UTF-8";
html { height: 100%; margin-bottom: 1px; }
body  { font: 11px Verdana, Arial, Helvetica, sans-serif; background: #FFFFFF; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; height: 100%; text-align:center; color: #636542; }
#headfoot {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	text-align: justify;
	text-transform: uppercase;
	margin: 0px 0px 5px;
}
h2 {
	margin: 0px 0px 5px;
	font-size: 11px;
	color: #636542;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
p {
	margin: 0px 0px 25px 25px;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	text-align: justify;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
.required {
	text-transform: lowercase;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.style1 {color: #FFFFFF}
.notes { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: italic; line-height: 10px; }
#padding { padding: 50px 200px 50px 50px; }
#main { height: 100%; }
#imgOL { border: thin solid #000000; }
ul {
	color: #000000;
	margin: 5px 0px 25px;
	padding: 0px 0px 0px 25px;
	text-align: left;
}
li {
	padding: 5px 5px 5px 0px;
	list-style-type: none;
	margin: 0px;
}
