BODY
{
	background-color: white;
	width: 750px;
}
div#container
{
	width:700px;
}
div#navbar
{
	width:160px;
	background: no-repeat url(images/navbar_bg.jpg) 0px 0px;
	float:left;
	margin-right: 30px;
	margin-left: 10px;
}

div#navbar ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 65px;
	padding-bottom: 50px;
	margin-left: 0px;
}

div#navbar li {
	list-style: none;
	padding-top: 7px;
	padding-bottom: 7px;
}

div#navbar a, div#navbar a:link {
	color: black;
	font: bold italic 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#navbar a:hover {
	color: black;
	font: bold italic 16px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
div#content
{
	background: white;
	margin-left: 210px;
}
A, LI, P, DT, DD, H2, H3
{
	font-family: Arial, Verdana, sans-serif;
}
a:link
{
	color:red;
}
a:visited
{
	color:blue;
}
h1 {
	color: red;
	width: 400px;
	border-bottom: 5px solid red;
	text-align: right;
	font: bold italic 36px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

body#contact div#content li {
	padding-bottom: 20px;
}

body#testimonials dd {
	padding-bottom: 15px;
	font-weight: bold;
}

body#testimonials dt {
	padding-bottom: 5px;
}
.clboth
{
	clear:both;
}
div#footer
{
	text-align:center;
}
div#footer ul
{
	padding:0px;
	margin:0px;
}
div#footer ul li
{
	padding:0px 10px 0px 10px;
	margin:0px;
	display:inline;
}
body#communitybenefits div#content li
{
	padding-bottom:20px;
}
span.p-title { font-style: italic; }
