@charset "utf-8";

*{margin:0;
padding:0;
border:0;
}

body {
	font-size:10pt;
	background: #999999;
	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: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr {
	font: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDDDDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.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 */
}

.search {
	border: 1px none #000000;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.oneColFixCtrHdr #container #header #search .search .search input {
	border: 1px solid #000000;
}
.oneColFixCtrHdr #container #header #navigation form {
	display: inline;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	color: #FFFFFF;
	height: 320px;
	font-size: 12px;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#maintext {
	float: left;
	width: 300px;
}

#logo {
	float: left;
	width: 210px;
}
#navigation {
	float: left;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	letter-spacing: 0em;
	word-spacing: normal;
	text-align: center;
	padding: 0px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 8px;
	width: 70px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: inline;
	padding: 8px;
	width: 70px;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: center;
}

.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 */
	font-size: x-small;
	color: #000000;
	text-align: center;
}

.oneColFixCtrHdr #Contents {
	background-color: #F2F2F2;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	clear: both;
	height: 150px;
	text-decoration: none;
}

.oneColFixCtrHdr #container #header #navigation input {
	border: 1px solid #000000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 4px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link2 {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#home_header {
	background-color: #000000;
	background-image: url(../images/homeheader_background2.gif);
	height: auto;
	color: #FFFFCC;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 280px;
}
.redlink {
	color: #FF0000;
}
#search_box {
	width: 16px;
}
.divide {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
