﻿/* CSS layout */
#sidebar {
	float: left;
	width: 190px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	border: medium solid #491213;
	margin: 0px auto 0px auto;
}
#masthead {
	background-image: url('images/BFB-wide-top.jpg');
	width: 100%;
	height: 225px;
	border: 1px none #FFCC00;
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 600px;
	top: 0px;
	bottom: 10px;
}
#page_content {
	margin-right: 200px;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #581514;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
body {
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BCBCA7;
}
#logo {
	background-color: #581514;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	font-style: oblique;
	text-align: center;
	border: 1px double #757B85;
	width: 100%;
}
a {
	color: #000080;
}
.style1 {
	text-align: center;
}
h2 {
	text-align: center;
	color: #000080;
	font-weight: bold;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#sub-logo {
	background-color: #000000;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	font-style: oblique;
	text-align: center;
	border: 1px double #757B85;
	width: 100%;
}
h1 {
	margin: 0px;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #581514;
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.style3 {
	font-size: 17pt;
	color: #9A2316;
}
.style4 {
	margin: 3px 10px;
	border-width: 0;
}
#page_content p {
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
}
#footer {
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #BCBCA7;
}

