body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.bdoc #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.bdoc #header {
	height:179px;
	width:998px;
}
.bdoc #header2 {
	position:absolute;
	top:0px;
	left:219px;
}
.bdoc #bodycont {
	background-image:url(images/bodyBCK.gif);
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	margin-right:7px;
	margin-left:10px;
}
#mainContent {
	width:704px;
	margin-left:220px;
	border-top:solid 1px #cccccc;
}
#mainContent h3 {
color:#666666;
font-size:12px;
font-weight:bold;
}
#footer {
	width: 998px;
	height:43px;
	background-image: url(images/footerBCK.gif);
	position:relative;
	left:-11px;
	font-weight:bold;
	font-size:10px;
	color: #0066CC;
	text-align:center;
	line-height:35px;

}
#footerL {
	float: left;
}
#footerM {
	background-image: url(images/footerBCK.gif);
	height:43px;
	background-repeat:repeat-x;
}
#footerR {
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#imgCollage {
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
	margin-left:120px;
	}
	
#fltrt img{
	float: right;
	display: inline;
	padding-top: 7px;
}
#staffimg {
	float: left;
	display: inline;
	background-image: url(images/photobck.gif);
	background-repeat: no-repeat;
	height: 193px;
	width: 210px;
	padding-top:1px;
	padding-left:1px;
}
#smFieldset {
width:205px;
float:left;
margin-left:5px;
padding:5px;
}

#smFieldset legend{
font-weight:bold;
margin-bottom:5px;
}
#notNav {
background-image:none;
border:none;
position:static;
margin-top:5px;
	margin-left:18px;
	margin-right:0px;
	margin-bottom:5px;
}