@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #666666;
}
a {
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 2em;
	color: #7F8D5A;
	margin-top: 0em;
	margin-bottom: -0.5em;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666666;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: -0.5em;
	margin-left: 0em;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/topstrip.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 40px;
	padding-right: 95px;
	padding-bottom: 0;
	padding-left: 95px;
}
.oneColFixCtrHdr #mainContent a:link, .oneColFixCtrHdr #mainContent a:visited {
	color: #333333;
}
.oneColFixCtrHdr #mainContent a:hover, .oneColFixCtrHdr #mainContent a:active {
	color: #FFFFFF;
	background-color: #7F8D5A;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #DCEAB6;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
}
.oneColFixCtrHdr #footer a {
	color: #333333;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	color: #7F8D5A;
	text-decoration: none;
}
.bold {
	font-weight: bold;
	color: #333333;
}
.boldgrn {
	font-weight: bold;
	color: #7F8D5A;
}
.floatR {
	float: right;
	margin-left: 10px;
}
.formtxt {
	font-size: 12px;
	color: #666666;
	vertical-align: top;
}
.formstyle {
	border-top-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7F8D5A;
	border-left-color: #7F8D5A;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.sml {
	font-size: 0.6em;
	line-height: 1.4em;
}
.floatL {
	float: left;
	margin-right: 10px;
}
.boldred {
	font-weight: bold;
	color: #CD0017;
}
