/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
}
#clear {
	clear:both;
}
#sectionNav {
	float: left;
	margin-top: 60px;
}
#sectionNav a{
}
#header {
	height: 80px;
	float: left;
	background-color: #FFFFFF;
	clear: both;
	width: 1000px;
}
#title {
	background-image: url(../images/bhchs_title.gif);
	background-repeat: no-repeat;
	width: 560px;
	height: 25px;
	float: right;
	margin-top: 55px;
}
#title h1{
	display: none;
}

#admin {
	/*width: 1000px;
	margin: 0 auto;*/
	color: white;
	/*background-color: #B5AB94;*/
	background-color: #000033;
	font-size: 1.1em;
	height: 27px;
	font-weight: bold;
}

#admin a{
	text-decoration: none;
	color:white;
}

#admin a:hover{
	color: #336666;
}

#adminLinks {
	float: left;
	margin: 5px;
}

#adminDetails {
	float: right;
	margin: 5px;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
