 /* Include County Standard Stylesheet  */
@import url(/ssi/header.css);
/* *********************************** */
* {
	margin: 0px; 
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	
}
#mainsite {
	background-image: url(/bc/images/mainbg.jpg); 
	background-color:#e5e5e5;
	padding: 30px 0px;
	background-repeat:repeat-x;
}
#bcmainsection {
	background-image: url(/bc/images/sidebarbg.jpg);
	background-repeat:repeat-y;
}
#bcbodysection {
	text-align: center;
	margin: 0px auto 0px auto;
	background-color:#fff;
	width: 960px;
	position: relative;
	border: 1px solid #fff;
}
#bcbodysection * {
	margin: 0px; 
	padding: 0px;
}

.banner {
	
	display: block;

}
#breadcrumb {
	background-color:#334433;
	text-align:left;
	color: #fff;
	padding: 5px 10px;
	font-size: 70%;
}
#breadcrumb a {
	color: #fff;
}
#bcmainsection #bcsidebar {
	width: 200px;
	float: left;
	background-color: #778877;
	text-align: left;
	
}
#bcmainsection #bcsidebar ul {
	margin-left: 0px;
}
#bcmainsection #bcsidebar ul li {
	list-style-type:none;
	padding: 0px;
	border-bottom: 1px solid #fff;
}
#bcmainsection #bcsidebar ul li a {
	padding: 10px 5px 10px 10px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
	display: block;
}
#bcmainsection #bcsidebar ul li a:hover {
	color: #334433;
	background-color:#ccc;
}
#bcbodysection #bcfooter {
	border-top: 5px solid #334433;
	padding: 10px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 70%;
	color: #000;
	background-color:#efebc0;
}
#bcbodysection #footer img {
	float: left;
	padding: 0px 10px 0px 0px;
}
.pdfsize {
	font-size: 75%;
}
#bcbodysection #footer #bcsidebar {
	width: 400px;
	float: right;
	background-color: transparent;
	text-align: right;
	padding-top: 15px;
}
#bcbodysection #footer #bcsidebar ul {
	margin-left: 0px;
	
}
#bcbodysection #footer #bcsidebar ul li {
	list-style-type:none;
	padding: 0px;
	border-bottom: 0px;
}
#bcbodysection #footer #bcsidebar ul li a {
	padding: 0px 5px 0px 0px;
	text-decoration: underline;
	letter-spacing: 0px;
	display:inline;
	float: left;
}

	
	
	
	
	