body {
	margin: 0;
	border: 0;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	border:0px solid #f00;
	width:780px;
	text-align: left;
}
#header {
	height:111px;
	width:780px;
	background: url('../images/englewood_header.png') top left no-repeat;
	clear:both;
	text-indent:-9999px;
}
#navigation {
	background:#316175;
	width:100%;
	color:#fff;
	text-align: right;
	height:32px;
	border-top:2px solid;
}
#navigation span {
	margin:8px;
	line-height: 32px;
	font-family: Arial;
	font-size:1em;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#mid {
	/*	border-bottom:4px solid #BBB;   */
	clear:both;
	border-top:4px solid #fff;
	margin-top: 0px;
	margin-bottom: 4px;
}
#subMenu {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	padding-top: 20px;
	color: #316175;
	font-weight: bold;/*	padding-right: 5px;  */
	list-style-type: none;
}
#subMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #316175;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;  
 	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #316175;
	border-bottom-color: #316175; 
}
#subMenu a:hover {
	background-color: #316175;
	color: #FFFFFF;
}
#subContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 620px;
	float: right;
	padding-left: 10px;
	color: #316175;
	padding-bottom: 10px;
}
#subContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mid-left {
	width:240px;
	float:left;
}
#mid-right {
	float:left;
	width:538px;
	text-align: center;
	clear:right;
}
#mid-right p {
	color:#555;
	font-size: 1em;
	font-family: Arial Narrow;
}
#mid h2 {
	color:#650425;
	font-size: 1.7em;
	font-family: Times New Roman;
}
#lower_nav {
	background:#316175;
	width:100%;
	color:#fff;
	text-align: justify;
	clear:both;
	font-family: Arial;
	font-size:1em;
	padding:5px;
}
#lower_nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	color:#fff;
	text-align: justify;
	font-size:1em;
	text-decoration: none;
}

.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;
	margin: 0px;
}
#firstLetter {
	font-size: 24px;
	font-weight: bold;
	color: #3399FF;
}

#footer {
	height:50px;
	margin-bottom:80px;
	float:left;
}
#footer-right {
	float:right;
	text-align:center;
	margin:15px;
	width:300px;
	height:50px;
	line-height: 50px;
	font-family: Arial;
	color:#555;
}
#footer ul {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:15px;
	line-height: 50px;
}
#footer li {
	display:inline;
	margin-left: 20px;
}
#footer a {
	color:#555;
	text-decoration: none;
	font-family: Arial;
}
#footer a:hover {
	text-decoration:underline;
}
blockquote {
	font-style: italic;
	font-weight: bold;
	color: #CCA85A;
}
