@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2px;
	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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px 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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0px 10px 0px 20px;  /* 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-image: url(../images/header.jpg);
	height: 110px;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px 0px 0px 450px; /* 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 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 17px;
	color: #FFFFFF;
	text-align: right;
}
.oneColFixCtrHdr #header p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}
.oneColFixCtrHdr #nav {
	margin: 5px 0px 5px 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	list-style-position: outside;
}
.oneColFixCtrHdr #nav p {
	font-size: 11px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #nav ul{
	margin: 0px;
	padding: 5px 10px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #nav ul li{
	margin: 0;
	padding: 5px 8px 5px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	display:inline;
	line-height: 14px;
	border-right:1px solid #DEDEDE;
}
.oneColFixCtrHdr a.navlist, a.navlist:link, a.navlist:visited, a.navlist:active  {
	text-decoration:none;
	font-size: 12px;
	color: #333333;
}
.oneColFixCtrHdr a.navlist:hover{
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 960px;
}
.oneColFixCtrHdr #Content {
	margin:0px;
	padding: 0px 105px 0px 115px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-image: url(../images/main_container2.gif);
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	min-height: 500px;
}
.oneColFixCtrHdr #Content h1{
	font-size: 20px;
	letter-spacing:0px;
	margin:0px;
	padding:  20px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #Content p{
	font-size: 13px;
	letter-spacing:0px;
}
.oneColFixCtrHdr #Content form{
	font-size: 13px;
	letter-spacing:0px;
}
.oneColFixCtrHdr #Content ul li{
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	padding: 0px;
	letter-spacing:0px;
}
.oneColFixCtrHdr #footer {
	font-size: 12px;
	padding: 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border: 1px solid #000000;
}
.oneColFixCtrHdr #footer p {
	font-size: 12px;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr #footer a:link {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr #footer a:visited {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr #footer a:active {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.oneColFixCtrHdr #footer a:hover{
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
