body {
	margin:0;
	text-align:center;
}

#wrapper {
	text-align:left;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:100%;
	height:211px;
	background-image:url(pix/bayViewLogo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}

#topMenu {
	width:612px;
	height:25px;
	background-color:#990000;
	float:right;
	border-top:2px solid white;
}

#leftDiv {
	width:220px;
	float:left;
	margin-top:48px;
}

#leftContent {

}

#navcontainer { 
	width: 200px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:20px;
	margin-bottom:5px;
	width: 200px;
	background-color: #e0e4e1;
	border-bottom: 2px solid #990000;
	text-align:right;
	font-family:"trebuchet MS", Arial, Verdana;
	font-weight:normal;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	color:#990000;
	text-decoration:underline;
}

#centerDiv {
	width:610px;
	min-height:410px;
	float:right;
	background-color:#FFF;
	margin-top:20px;
}

#centerContent p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:130%;
	color:#000;
}

#centerContent h1 {
	font-size:160%;
	color:#006699;
	font-family:"trebuchet MS", Arial, Verdana;
}

#centerContent h2 {
	font-size:95%;
	line-height:120%;
	color:#B4B4B4;
	font-family:"trebuchet MS", Arial, Verdana;
}

#centerContent h3 {
	font-size:90%;
	color:#006699;
	font-family:"trebuchet MS", Arial, Verdana;
}

#centerContent li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	list-style-image:url(pix/list-style-bg.gif);
	color:#000;
	line-height:170%;
}

#centerContent a {
	color:#990000;
	padding:2px;
}

#centerContent a:hover {
	background-color:#990000;
	color:white;
	text-decoration:none;
}

#centerContent img {
	padding:10px
}

#footer {
	width:100%;
	height:91px;
	background-image:url(pix/bayViewFooter.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}