body {
	color: #000;
	background-color: #fff;
	margin: 0px;
	text-align: center;
	font: 11px/1.3em Helvetica;
	letter-spacing: 0.1em;
}

#container {
	width: 952px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	}
	
#topSection {
	float: left;
	width: 952px;
	height: 120px;
	margin: 0;
	background: url(../images/BCA_Logo2.gif) no-repeat right;
}

#topRed {
	float: left;
	width: 950px;
	height: 12px;
	margin: 0px;
	background-color: #ce1029;
	border: solid 1px #000;
}
	
#horizontalNav {
	float: left;
	width: 950px;
	height: 25px;
	padding: 0px;
	text-align: center;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

#middleSection {
	float: left;
	width: 950px;
	background-color: #fff;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	min-height: 200px;
}

#vertNav {
	float: left;
	line-height: 2.5em;
	width: 189px;
	padding: 1px;
	font-size: 13px;
	}

#contentSection {
	float: right;
	width: 738px;
	padding: 10px;
	border-left: 1px solid #000;
	min-height: 320px;
	}
	
#bottomRed {
	float: left;
	width: 950px;
	height: 12px;
	margin: 0px;
	background-color: #ce1029;
	border: solid 1px #000;
}

#addressSection {
	float: left;
	width: 942px;
	min-height: 17px;
	color: #fff;
	text-align: center;
	letter-spacing: .2em;
	padding: 5px;
	background-color: #000;
	border: solid 0px;
	}
	
#whatSee {
	float: right;
	width: 240px;
	min-height: 300px;
	padding: 5px;
	border: 0px dotted #ce1029;
	margin: 0px;
}

.heading {
	font-size: 14px;
}

.redText {
	color: #ce1029;
}
	
a.hNav:link, a.hNav:visited, a.hNav:active {
	color: #000;
	font-size: 12px;
	line-height: 2.1em;
	text-decoration: none;
	padding:6px 6px 6px 6px;
	border-right: solid 1px #000;
	}
	
a.hNav:hover {
	color: #fff;
	font-size: 12px;;
	line-height: 2.1em;
	background-color: #ce1029;
	padding:6px 6px 6px 6px;
	border-right: solid 1px #000;
	}
	
a.vNav:link, a.vNav:visited, a.vNav:active {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 1px 1px 9px;
	display: block;
}

a.vNav:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 0px 0px 8px;
	border: 1px solid #ce1029;
	background-color: #000;
	display: block;
}a {
	color: #ce1029;
	background-color: #fff;
	margin: 0px;
	line-height: 1.3em;
	font: 11px/1.3em Helvetica;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #ce1029;
	background-color: #fff;
	margin: 0px;
	line-height: 1.3em;
	font: 11px/1.3em Helvetica;
	font-size: 11px;
	text-decoration: underline;
}

a.bMail:link, a.bMail:visited, a.bMail:active {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

a.bMail:hover {
	color: #fff;
	background-color: #000;
	text-decoration: underline;
}