/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;/*vertical-align: baseline;*/
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

html, body {
	height: 100%;
	background-color: #ebe4c7;
	font-family: Georgia, "Times New Roman", Times, serif;
}



a, a:visited {
	text-decoration:none;
	color: #3F563A;
}

a:hover {
	color: #AF8B41;
	text-decoration: underline;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #E23940;
	padding-bottom: 10px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #AF8B41;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #383E4C;
	padding-top: 10px;
	padding-bottom: 5px;
}
#pageWrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#topArea {
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-x;
	height: 94px;
}
#contentContainer {
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	clear: both;
}
#contentContainerLeft {
	width: 183px;
	float: left;
	padding-top: 25px;
	color: #8D8977;
}
#contentContainerRight {
	float: left;
	width: 752px;
	padding-top: 25px;
	padding-left: 25px;
}
#footer {
	clear: both;
	width: 777px;
	margin-left: 183px;
	text-align: center;
}
#footer p {
	font-size: 0.75em;
	text-align: center;
	line-height: 1.5em;
}
#contentContainerRight p {
	line-height: 1.5em;
	padding-bottom: 15px;
}
.imageLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 90px;
}
.people p {
	font-size: .75em;
}
.people  {
	margin-bottom: 35px;
	border: 1px solid #8D8977;
	background-color: #F5F1E2;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}
.imageRight {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
}
#dotline {
	background-image: url(images/dotline.gif);
	height: 8px;
	width: 750px;
	margin-bottom: 10px;
}
