@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-image:url(imgs/page_header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #navigation {
	position:absolute;
	margin-left:373px;
	margin-top:65px;
	width:425px;
	height:26px;
	z-index:1;
	font-size: 12px;
	text-align:left;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	top: 14px;
	
}
.oneColFixCtr #container #navigation a:link{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #container #navigation a:hover{
	color:#000;
	text-decoration: underline;
	cursor:pointer;
}
.oneColFixCtr #container #navigation a:visited{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align:center;
	margin-top: 25px;
}
h1 {
	text-align:center;
	font-size:14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	text-align:left;
	font-size:14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.smallText {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
.thecontent {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}
.oneColFixCtr #container #footer {
	background-color: #CCC;
	font-size: 9px;
	height: 14px;
	width: 99%;
	padding: 2px;
	margin-bottom: 3px;
	margin-left:auto;
	margin-right: auto;
	clear:both;
	text-align:center;
}
.oneColFixCtr #container #mainContent #bottom #textContent {
	width: 490px;
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#000;
}
.oneColFixCtr #container #mainContent #bottom #image2 {
	width: 270px;
	float: right;
}
.oneColFixCtr #container #mainContent #bottom {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}