@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 */
	color: #000000;
	background-image: url(images/bg_outer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #818C90;
}
.oneColFixCtrHdr  .pdfset {
	border:3px solid #FFFFFF;
	float:left;
	height:150px;
	width:675px;
	margin-left:35px;
}

.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg_content.jpg);
	position: relative;
	background-repeat: repeat-x;
	background-color: #6A7177;
}
.oneColFixCtrHdr #sidebar {
	background-image: url(images/sidebar.png);
	float: right;
	width: 251px;
	z-index: 1009;
	position: absolute;
	right: 0px;
	background-repeat: no-repeat;
	padding-top: 240px;
	padding-left: 90px;
	min-height: 1000px;
}

.oneColFixCtrHdr #header {

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	position: relative;
	z-index: 1000;
	min-height: 900px;
	padding-right: 150px;
}
.oneColFixCtrHdr  #mainContent #spacer_rt {
	float: right;
	height: 150px;
	width: 40px;
}

.oneColFixCtrHdr  #banner {
	height: 200px;
	width: 100%;
	position: relative;
	z-index: 2;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #0C1E28;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFF;
}
a:link {
	border: white 5px;
}
.oneColFixCtrHdr .pdflink {
	padding: 10px;
	float: left;
	height: 300px;
	width: 350px;
	padding-right: 20px;
}
a {
	color: #FFF;
}
