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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	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: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #E1F1E2;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 865px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E2F1E2;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #B5DDBA;
	border-right-color: #B5DDBA;
	border-bottom-color: #B5DDBA;
	border-left-color: #B5DDBA;
	background-color: #FC3;
}
.green {
	color: #363;
}
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	line-height: 1.2;
	color: #F00;
	text-align: center;
}
.red {
	color: #F00;
}
#textBox {
	width: 100%;
	position: relative;
}
#container #horzMenu {
	margin-bottom: 5px;
	padding-left: 40px;
	margin-top: 5px;
	background-color: #E2F1E2;
}
#container #horzMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #horzMenu ul li {
	display: inline;
}
#container #horzMenu a:link {
	display: inline;
	text-decoration: none;
	color: #366;
	font-size: .9em;
}
#container #horzMenu a:visited {
	color: #363;
	text-decoration: none;
	font-size: .9em;
}
#container #horzMenu a:hover {
	color: #FFF;
	background-color: #366;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-size: .9em;
}
#container #horzMenu a:active {
	font-size: .9em;
}
.oneColFixCtrHdr #mainContent {
}
#container #mainContent p img {
	text-align: center;
}
#container #mainContent p {
	width: 650px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFF;
	background-position: center;
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	color: #366;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #B5DDBA;
	border-right-color: #B5DDBA;
	border-bottom-color: #B5DDBA;
	border-left-color: #B5DDBA;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: inset;
}
#container #footer p a {
	color: #F00;
	text-decoration: none;
}
#container #footer p a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
}
#container #footer h2 {
	text-align: center;
}
#container #footer ul {
	margin: 0px;
	padding: 0px;
}
#container #footer ul li {
	list-style-type: none;
	display: inline;
}
#container #footer ul li a:link {
	text-decoration: none;
	color: #F00;
}
#container #footer ul li a:visited {
}
#container #footer ul li a:hover {
	color: #366;
	text-decoration: underline;
}
#container #footer ul li a:active {
}
#copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 100%;
}
