@charset "utf-8";
body {
	font: 100% "Lucida Sans";
	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;
	display: block;
	background-repeat: repeat-x;
	background-image: url(side.jpg);
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 766px;  /* 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. */
	float: left;
	background-image: url(mainfreedomlibrary.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
.oneColFixCtrHdr #header {
	clear: both;
	float: none;
	height: 45px;
	width: 766px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: medium;
	font-variant: normal;
}
.oneColFixCtrHdr #header a {
	color:#FFFFFF;
	text-decoration:none;
}

.oneColFixCtrHdr #header a:hover {
	color:#0000FF;
}
.oneColFixCtrHdr #header a:visited {
	color:#0000FF;
}
.oneColFixCtrHdr #mainContent {
	display: block;
	float: none;
	height: 100%;
	font:"Lucida Sans";
	
}
.oneColFixCtrHdr #lnav{
	width: 160px;
	height: 350px;
	display: block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 10px;
	font-weight: bold;
	float: left;
	position: absolute;
	top: 25px;
	padding-left: 25px;
	left: 0px;
}
.oneColFixCtrHdr  #lnav  a{
	text-decoration:none;
	color:#FFFFFF;
22544e
}
.oneColFixCtrHdr  #lnav  a:hover{
	color:#FF0000;
}

.oneColFixCtrHdr #sidebar{
	width: 215px;
	height: 1225px;
	clear: both;
	float: left;
	background-image: url(images/sidebar2.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 475px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 40px;
	left: 10px;
	font-size: small;
	text-align: center;
}

.oneColFixCtrHdr  #sidebar h1{
	color:#000000;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdr  #sidebar h2{
	color:#FF0000;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.oneColFixCtrHdr  #sidebar h5{
	color:#FF0000;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.oneColFixCtrHdr #contentTop{
	width: 470px;
	float: none;
	display: block;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-left: 240px;
	font-size: 13px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
	overflow: visible;
}
.oneColFixCtrHdr #contentWindow{
	width: 475px;
	min-height:1320px;
	height:auto !important;
	height: 1320px;
	background-image: url(images/middle.png);
	background-repeat: repeat-y;
	font-size: 13px;
	margin-right: 10px;
	margin-left: 240px;
	margin-top: -53px;
	margin-bottom: -5px;
	float: none;
	height: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.oneColFixCtrHdr #contentBottom{
	width: 477px;
	float: none;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-size: 13px;
	height: 150px;
	margin-right: 0px;
	margin-left: 240px;
	padding: 25px;
	margin-top: -15px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #footer {
	height: auto;
	margin-top:5px;
	width: 766px;
	display: block;
	clear: both;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.oneColFixCtrHdr #footer a {
	color:#FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover{
	color:#0000FF;
}

