@charset "utf-8";
body {
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	background-image: url(../images/bcc2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a, a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#DC2726;
}
#container {
	width:950px;
	margin:0 auto;
	background-color: #000;
	border:1px solid #DC2726;
}
#header {
	height:15px;
	background-color:#dc2726;
	top:0;
	padding:5px 30px;
}
#header ul li {
	margin-right:20px;
	display:block;
	float:left;
	color:#000;
	font-weight:bold;
}
#header ul li a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}
#header ul li a:hover, a:focus {
	color:#fff;
}

#logo {
	background-image:url(../images/bcc_logo_2.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:300px;
}
#content {
	padding:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DC2726;
}
#content h1 {
	margin-bottom:15px;
}
#footerInfo {
	background-color:#DC2726;
	padding:5px 30px;
	font-size:0.75em;
	color:#000;
	text-align:center;
}
#footerText {
	margin:30px;
	text-align: center;
}
#footerText a, a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}
#footerText a:hover, a:focus {
	color:#DC2726;
}
.footerSmall {
	font-size:0.625em;
}
.hidden {
	position:absolute;
	top:-50000px;
	left:-50000px;
	visibility:hidden;
}
.center {
	text-align: center;	
}
.fltlft {
	float:left;
}

