body {
	background-color: #FFFFFF;
	color: #000000;
	width: 800px;
  	margin: 20px;
  	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#header {
  	margin: 0;
  	padding: 0;
}
#header ul {
	background-color: #97D6D9;
	color: #824738;
	text-align: right;
	margin: 0;
	padding: 10px 75px 10px 0;
}
#header li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	/* font-weight: bold; */
}
/*#header img {
	margin: 0;
}*/
#header a:link {
	background-color: transparent;
	color: #824738;
	text-decoration: none;
}
#header a:visited {
	background-color: transparent;
	color: #824738;
	text-decoration: none;
	font-size: 12px;
}
#header a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#headerBottom {
	margin-top: 0;
}
#headerBottom ul {
	background-color: #E5D3BD;
	color: #937962;
	margin: 0;
}
#content {
	background-color: #97D6D9;
  	margin-top: 0px;
	/* height: 450px; */
}
#contentLeft {
  	float: left;
  	width: 200px;
	background-color: #FFFFFF;
	margin: 15px 0 0 30px;
	display: inline;
}
#contentLeft .sideBox h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #824738;
	color: #E5D3BD;
	margin: 0;
	padding: 2px;
	text-align: center;
}
#contentLeft .sideBox p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #937962;
	font-size: 10px;
	padding: 0 10px 10px 10px;
}
#contentLeft .sideBox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #937962;
	font-size: 10px;
	padding-right: 10px;
}
#contentLeft .sideBox a:link, a:visited {
	background-color: transparent;
	color: #824738;
	text-decoration: underline;
	font-size: 10px;
}
#contentLeft .sideBox a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
.contentLeftBold {
	font-weight: bold;
}
#contentRight {
  	margin: 0 0 0 230px;
	padding: 15px 75px 10px 30px;
	height: 1%;
}
#contentRight a:link {
	background-color: transparent;
	color: #824738;
	text-decoration: underline;
	font-size: 10px;
}
#contentRight a:visited {
	background-color: transparent;
	color: #824738;
	text-decoration: underline;
	font-size: 10px;
}
#contentRight a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
}
#contentRight h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #824738;
	margin: 0;
}
#contentRight h3 {
	font-size: 18px;
}
#contentRight h4 {
	font-size: 14px;
}
#contentRight p {
	line-height: 16px;
}
#contentRightPhotos img {
	float: left;
	padding-right: 20px;
}
#contentRightPhotos p {
	line-height: 12px;
	margin-left: 0px;
	margin-right: 20px;
	/* padding-left: 10px; */
}
#contentRightSmallPhoto img {
	float: left;
	padding-right: 20px;
}
.contentRightTest {
	font-style: italic;
}
.contentItal {
	font-style: italic;
}
.contentBold {
	font-weight: bold;
}
.contentRed {
	color: #824738;
}
#footer {
  	clear: both;
}
#footer ul {
	text-align: center;
}
#footer li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #824738;
	text-align: center;
}
.logos {
	padding-top: 20px;
	padding-bottom: 20px;
}
