body	{
	color:	black;
	background-color: #D7D7D7;
	margin-top: 25px;
	margin-left: 180px;
	text-align: left;
	}
	
#allbody {
	width: 645px;
	text-align: left;
	background-color: white;
	border: 1px solid #005369;
}
	
#topbar {
	position: static;
	margin: 0;
	background-color: transparent;

}


#nav {
	background-color: #005369;

}

#leftbar {
	background-color: white;
	width: 425px;
	float: left;
}

a {
	font-family: arial, sans-serif;
	font-size: 7pt;
}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #005369;
	color: black;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #005369;
	color: black;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #005369;
	color: #005369;
}

#rightbar {
	float: left;
	background-color: white;
	width: 217px;
	margin: 0px;
	padding: 0px;

}


#brookside {
	text-align: right;
	height: 26px;
}
	
.content {
	margin: 20px;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

.smallcontent {
	margin: 20px;
	color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}
.menu {
	background-color: #005369;
	text-align: left;
}


#copybar {
	float: none;
	clear: both;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
	
}

#copycontent {
	color: white;
	background: #005369;
	padding: 5px;
}