/* title: Brookview;
author: Pam williamson;
version:one;
CSS Document
date: Sept 2007; */
body {
	font-family:  Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color:#000000;
	letter-spacing: 1pt;
	background-color:#ffffff;
	margin:0 0 5px 0;
	
}
.heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 62pt;
	color: #fd9c4f;
}
.heading2 {
	font-family:  Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}
.heading3 {
	font-family:  Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5480BD;
}
#leftcolumn{
	width:180px;
	padding: 0px;
	background-color: #5480BD;
	height:90px;
	margin-left:20px;
}
#leftcolumn2{
	width:180px;
	padding: 0px;
	background-color: #5480BD;
	height:90px;
	margin-left:20px;
}
#mainbody{
padding 15px
}

#rightcolumn{
	width:220px;
	margin-left:20px;
	background-color:#E9F1F1;
}
.rightcol{
	color: #000000;
	letter-spacing: 1pt;
	padding-left: 15px;
}
.nav {
	color: #254879;
	font-weight: bold;
}
a:link {
	color: #254879;
	font-weight: bold;
	text-decoration:none;

}

a:visited {
	color: #003732;
	text-decoration:none;

}
a:hover {
	text-decoration:underline;
	color: #B60044;
	font-weight:600;
}
.divider {
	border-bottom: #fa9c4f 1px solid
}
.name{
	font-family: "Times New Roman", Times, serif;
	color: #fd9c4f;
	font-size: 16pt;
	font-weight: bold;
}
.address
{color: #ffffff}

.footer{
font-size: 7pt; 
color: #ffffff;
}
a.footer {
	text-decoration: underline;
	color:	 #ffffff;
	font-weight: normal;

}
a.footer:hover {
	text-decoration:none;
}
a.footer:visited {
	color: #ffffff;
	text-decoration: underline;


}
#navigation ul
	{
		margin-left: 0;
		padding-left:175px;
		list-style-type: none;
		background: #fdad6d;
		float: left;
		width: 100%;
		height:20px;
	}
	
#navigation li { display: inline; }
	
#navigation a
	{
		display: block;
		float: left;
		padding:0 10px 0 10px;
		text-decoration: none;
		color:#254879;
		font-weight:600;
		background:#fdad6d;
		border-right: 1px solid #254879;
	}
	
#navigation a:hover 
	{
		color: #000;
		background:#5480BD;
		height:20px;

	}
#navigation a.current 	{
		color: #000;
		background:#ffffff;
		height:20px;

	}