@charset "utf-8";
body {
	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: #FDFEE7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
a:link {
	color: #7D7D71;
	text-decoration: none;
}
a:visited {
	color: #7D7D71;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #7D7D71;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}

.oneColFixCtrHdr #header {
	height: 150px;
	background-image: url(images/bfrbanner1new1.jpg);
}
.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 #addressbar {
	background-image: url(images/bfrbannerbottom.jpg);
	height: 32px;
	width: auto;
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #blurbbox {
	height: auto;
	width: 420px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
}
.oneColFixCtrHdr #newsbox {
	width: 418px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: 50px;
	background-image: url(images/newsbox.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #newsbox p {
	padding: 2px;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.oneColFixCtrHdr #newsbox h2 {
	color: #FDFEE7;
	background-color: #7D7D71;
	padding: 2px;
	margin: 0px;
}



.oneColFixCtrHdr #linkbox {
	float: right;
	width: 50%;
	margin-left: 0px;
	margin-top: 0px;
}


.oneColFixCtrHdr #footer {
	padding: 0 1.5%;
	width: 97%;
	clear: both;
}

.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 */
}
.oneColFixCtrHdr #titlecell {
	color: #FDFEE7;
	font-family: "BankGothic Md BT", Georgia, "Times New Roman", Arial;
	background-image: url(images/tabletop.jpg);
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FDFEE7;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.midcell {

}
.pageblurb {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}

.topcell {
	background-image: url(images/maintop1.jpg);
	background-repeat: no-repeat;
}
.botcell {
	background-image: url(images/botcell.jpg);
}
