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

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 */
	color: #000000;
	background-color: #071020;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 2;
}
.oneColFixCtrHdr #container a {
	border-bottom: none;
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #FFF;
	text-decoration: none;
}
/*.oneColFixCtrHdr #container a:visited {
	border-bottom: none;
	color: #FFF;
	text-decoration: none;
}*/
.oneColFixCtrHdr #header {
	padding: 0 10px 0 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. */
	height: 168px;
}
.oneColFixCtrHdr #logo {
	width: 422px;
	height: 215px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	position: absolute;
}
.oneColFixCtrHdr #logo a {
	border: none;
}
.oneColFixCtrHdr #logo a:hover {
	border: none;
}
.oneColFixCtrHdr #logo a:visited {
	border: none;
}
.oneColFixCtrHdr #logo h1 {
	top-margin: 0px;
	margin: 0px;
	padding: 0px;
}
.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 */
}
.oneColFixCtrHdr #mainContentWrap {
	background-image: url(../images/container_bg_05.jpg);
	height: 493px;
	width: 800px;
	padding: 0;
	z-index: 3;
	text-align: left;
}
.oneColFixCtrHdr #links {
	height: 34px;
	width: 482px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight:bold;
	color: #FFF;
	font-size: 11px;
	word-spacing: 0.9em;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	padding-left: 319px;
	top: 176px;
}
.oneColFixCtrHdr #socNetwork {
	height: 34px;
	width: 75px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight:bold;
	color: #FFF;
	font-size: 12px;
	word-spacing: 0.9em;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	padding-left: 725px;
	top: 668px;
	z-index: -1;
}
/*.oneColFixCtrHdr #pageLabel {
	width: 114px;
	height: 493px;
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
}*/
.oneColFixCtrHdr #mainContent {
	height: 375px;
	width: 512px;
	/*	overflow: auto;*/
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	margin-left: 208px;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 50px;
	padding-bottom: 25px;
	margin-top: -446px;
	text-align: left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	width: 700px;
}
.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-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #CCC;
}
.oneColFixCtrHdr #footer p a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #CCC;
	text-decoration: none;
}
.oneColFixCtrHdr #footer p a:hover {
	border-bottom: none;
	color:#999;
}
.oneColFixCtrHdr #footer p:visited {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	color: #CCC;
}

