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

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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/background.png);
	background-color: #fff;
	background-repeat: repeat-x;
	line-height: 1.2em;
}
.oneColFixCtrHdr #bgcontainer {
	width: 908px;
	height: 650px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 85px;
	z-index: 2;
	top: -908px;
	position: relative;
	height: 850px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #topcontainer {
	top:-865px;
	left: 385px;
	border: 0px;
	z-index: 10;
	position: relative;
}
.oneColFixCtrHdr #header {
	height: 75px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 20;
	position: relative;
	top: 300px;
	left: -40px;
	right: 0px;
	width: 800px;
}

.oneColFixCtrHdr #subnav {
	height:25px;
	width:250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #FFFFFF;
	top: 5px;
	right: 0px;
	left: -97px;
	text-align: center;
	float: right;
	word-spacing: 20px;
	font-weight: 200;
	letter-spacing: .1em;
	position: relative;
	padding: 5px;
	bottom: 0px;
}

.oneColFixCtrHrd #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 */
}
.oneColFixCtrHdr #mainContent {
	height: 400px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 75px;
	z-index: 2;
	position: relative;
	top: 320px;
	width: 700px;
}

.oneColFixCtrHdr #column1 {
	height: 250px;
	width: 250px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	top: 0px;
	float: left;
	position: relative;
	left: 12px;
}

.oneColFixCtrHdr #column2 {
	height: 250px;
	width: 250px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	float: right;
	top: -290px;
	position: relative;
	left: -85px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #fullcolumn {
	height: 250px;
	width: 520px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	top: 0px;
	float: left;
	position: relative;
	left: 12px;
}

.oneColFixCtrHdr #twocoltable {
	vertical-align: top;
	padding: 0px;
}

.oneColFixCtrHdr #scrollbox {
	width: 520px;
	height: 220px;
	overflow: auto;
	padding: 5px;
}

.oneColFixCtrHdr #footer {
	height: 30px;
	width: 800px;
	top: -620px;
	position: relative;
	margin: 0px;
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul {
	list-style:square;
	color:#003300;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 1.3em;
}
strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #333333;
}
.imageholder{
	margin: 5px;
	padding: 0px;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:active {
font-weight: bold;
	color: #003300;
	text-decoration: none;
}

