@charset "UTF-8";
/* CSS Document */

body {
	background-color:#999999;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	}

a:link {
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#wrapper { 
	width: 900px;
	height: auto;
	background: #fff url(images/BCHSBanner.gif) center top no-repeat;
	margin: 0 auto 0 auto;
	border-left: 2px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-top: 1px solid #999;
	text-align:center;
	vertical-align: bottom;
	}
	
#banner {
	width: auto;
	height: auto;
	align: left;
	margin-top: 3px;
	text-align: left;
	}

#navleft {
	width: 650px;
	align: left;
	margin-top: 35px;
	margin-left: 120px;
	}
	


#main {
	float: left;
	width: 675px;
	height: auto;
	margin-top: 35px;
	text-align: left top;
	}
	
#main table {
	width: 500px;
	margin-left: 80px;
	border-width: 0px;
	border-style: hidden;
	border-color: #FFFFFF;
	}

#main td {
	width: 185px;
	border: 0px;
	text-align: left;
	vertical-align: text-top;
	}


p {
	text-align: left;
	text-indent: 25px;
	font-size: .9em;
	vertical-align:top;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 20px;
	line-height: 1.2em;		
	}

.bold {
	font-weight: bold;
	}

.downloads {
	font-size: .75em;
	}

.noindent {
	text-indent: 0px;
	}

#linkbar {
	float: right;
	width: 170px;
	height: 380px;
	background: #fff url(images/BCHSside.png) center top no-repeat;
	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
	}

#linkbar h1 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 1em;
	font-weight: bold;
	}

#linkbar p {
	
	text-align: center;
	font-size: .8em;
	line-height: 1.5em
	text-indent: 0px;
	margin-left: -25px;
	margin-top: 10px;
	margin-bottom: 10px;
	}


#linkbar a:link {
	color: #000000;
	text-decoration: none;
	}
	

#linkbar a:visited {
	color: #000000;
	text-decoration: none;
	}

#linkbar a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	}



h1 {
	text-align: left;
	font-size: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	}

h2 {
	text-align: left;
	font-size: 1.25em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	}


#footer {
	align: bottom;
	clear: both;
	margin-top: 0px;
	font-size: .7em;
	
	}

#footer p {
	text-align: center;
	}
	

#footer a:link {
	color: #000000;
	text-decoration: none;
	}

#footer a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333333;
	text-decoration: underline;
	}
