@charset "utf-8";
body {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
}
#backToTop {
	display:none;
}
#container {
	max-width:100%;
	margin:0px auto;
}
#container:after {
    content:"";
    display: table;
    clear: both;
}
.copy_left_50 { float: left; width: 47%; }
.copy_right_50 { float: right; width: 47%; }
.copy_left_50 img { max-width: 100%; height: auto; }
@media screen and (max-width: 480px) {
	.copy_left_50, .copy_right_50 { float: none; width: auto; }
}
.left {
	max-width:100%;
}
.right {
	display:none;
}
.clear_fix {
	float: none;
	clear: both;
}
#footer {
	margin: 1.5em auto 0em auto;
	padding: 1.25em 0em 2em 0em;
	max-width:100%;
	height:1.875em;
	background:#ede59b;
}
#navBar {
	display:none;
}
.masthead { display:block; width:100%; height:100px;background:#ede59b; }
.left {
	margin:0px;
    width: auto;
	padding: .05em 2.5em;
    overflow: hidden;
}
img { border: none; }
img.i_left { float:left; padding-right:1em; }
img.i_right { float:right; padding-left:1em; }
a { text-decoration: none; outline: 0; }
a:link, a:visited { color: #006938; font-weight:bold; }
a:active, a:hover { color: #000; text-decoration:underline; }
.center { text-align: center; }
table { border-collapse:collapse; }
td, th { vertical-align: top; }
th p { text-align: right; margin: 7px 0; padding-right: .5em; }
td p { margin: 6px 0; line-height:18px; }
#required { display: none; }
.formError { color: red; font-weight: 700; }
.masthead p { margin:0px; padding:20px 30px 10px 10px; text-align:right; }
h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
p, li { line-height:1.5em; font-size:14px; }
.left p + ul { margin-top:-12px; }
#footer p {
	text-align: center;
	font-size: 12px !important;
	padding:0em 2em;
}