body {
	font-size: small;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

.header_title  {
	padding: 46px 0 0 0px;
	font-family: "Gill Sans", sans-serif;
	color: #385B88;
	margin: 0px;
	padding: 0px;
	font-size: 1.9em;
	line-height: 44px;
	letter-spacing: -2px;
	font-weight: bold;
}

.header_title a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
}

.header_subtitle {
	font-family: "Gill Sans",sans-serif;
	color: #385B88;;
	letter-spacing:-1px;
	text-transform: uppercase;
	font-size: 1em;
	margin-top:-3px;
	font-weight: bold;
	border-bottom:none;
}

.title {
	font-family: Georgia, "Times New Roman", Times,serif;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
	color: #385B88;
	border-bottom:1px solid #D3D3D3;
}

.heading {
	font-family: Georgia, "Times New Roman", Times,serif;
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-weight: normal;
	color: #385B88;
	border-bottom:1px solid #D3D3D3;
	font-size: 1.4em;
}

.subheading {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #385B88;
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.subheading_small {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #385B88;
	margin-top: 0;
	margin-bottom: 1em;
	letter-spacing: 2px;
}

.body {
	margin: 0;
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

.body_small {
	line-height: 1.8em;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

.pagination_links {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #385B88;
	margin-top: 0;
	padding-top: 2px;
	margin-bottom: 1em;
	letter-spacing: 2px;
	border-top: 1px solid #D3D3D3;
}

.footer {
	margin: 0;
	margin-bottom: .6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	font-size: x-small;
	text-align: center;
}

a {
	text-decoration:none;
	color: #E08934;
}

a:hover {
	text-decoration: underline;
}

#sidebar .heading, #sidebar hr {
	margin-left: -20px; /* this line and the next make the underline extend 10px to the left of the text */
	padding-left: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

#sidebar .body {
}

#menu_residents .heading {
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

ul.menu {
	font-family: Georgia, "Times New Roman", Times,serif;
	line-height: normal;
}

ul.menu li a {
	padding: 10px 0 10px 20px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

ul.menu li a:hover, ul.menu li a#active {
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	color: #385B88;
}

ul.menu li a#active {
	background: #EBEBEB;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin: 0 0 0 3em;
	padding: 0;
}

ol {
	margin-left: 3em;
}

hr {
	margin: 5px 0px 0px 0px;
	border: none;
	border-top: 1px solid #D3D3D3;
}

hr.heavy {
	margin: 5px 0px 30px 0px;
	border: none;
	border-top: 4px solid #D3D3D3;
}

.form_element_full {
	width: 400px;
	margin: 0;
	padding: 0;
}

.form_element_twothirds {
	width: 260px;
	margin: 0;
	padding: 0;
}

.form_element_half {
	width: 196px;
	margin: 0;
	padding: 0;
}

.form_element_third {
	width: 128px;
	margin: 0;
	padding: 0;
}

.form_element_quarter {
	width: 94px;
	margin: 0;
	padding: 0;
}

.form_element_fifth {
	width: 74px;
	margin: 0;
	padding: 0;
}

.form_element_tiny {
	width: 50px;
	margin: 0;
	padding: 0;
}

.form_element {
	margin: 0;
	padding: 0;
}

.stack_left {
	float: left;
	margin-right: 8px;
}

.stack_right {
	float: right;
	margin-left: 8px;
}

.column_half {
	float: left;
	margin-right: 2%;
	width: 47%; /* this is also set in the IE tweaks file */
}

.column_third {
	float: left;
	margin-right: 2%;
	width: 30%;
}

.column_fourth {
	float: left;
	margin-right: 2%;
	width: 22%;
}

.column_fifth {
	float: left;
	margin-right: 2%;
	width: 17%;
}

.reset {
	clear: both;
}

.reset_left {
	clear: left;
}

.reset_right {
	clear: right;
}

.hide {
	display: none;
}

.submit_hack {
	/* this allows us to add a standard submit button to all our forms so that IE and Firefox will submit when pressing Enter, and hide the button from users but not from the browsers */
	width:0px;
	height:0px;
	position: absolute;
	top: -100px;
	left: -100px;
}

.feedback_positive {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #009900;
	/*background: url(/images/icons/feedback_positive.gif) no-repeat;*/
	/*padding: 6px 0 4px 26px;*/
}

.feedback_positive a {
	color: #009900;
}

.feedback_negative {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #FF3300;
	/*background: url(/images/icons/feedback_negative.gif) no-repeat;*/
	/*padding: 6px 0 4px 26px;*/
}

.feedback_negative a {
	color: #FF3300;
}

.debug {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999999;
}

.debug a {
	color: #999999;
}

.contentfile_title {
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.contentfile_fieldlabel {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666666;
}
