html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
p, div, a, td, body, li { font-family:arial; font-size:12px; color:#333333; text-decoration:none; }
p {
	padding:10px 0;
	line-height:20px;
}
li {
	line-height:20px;
	margin-left:20px; 
}
ul {
}

a { color:#8E4D8F; text-decoration:underline; font-weight:bold; }
a.nobold { color:#8E4D8F; text-decoration:underline; font-weight:normal; }
a:hover { text-decoration:none; }
.clear { clear:both; }
.bold { font-weight:bold; }
.tan { color:#c9c8c4; }
.purple { color:#8E4D8F; }
.brown { color:#5a471c; }
.light_brown { color:#474641; }
.header {
	color:#8E4D8F;
	font-size:24px;
	font-family:Georgia,verdana;
	font-weight:bold;
	display:block;
}
body {
	background:#c9c8c4;
}
	
#divWrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	border-top:21px solid #c9c8c4;
}
#divHeaderLeft {
	padding:8px 0 0 18px;
	float:left;
}
#divHeaderRight {
	float:right;
	padding:18px 18px 12px 0;
}
#divHeaderNav {
	float:right;
	padding-right:18px;
	clear:right;
	width:500px;
}
#divContent {
	padding:0 35px 35px 35px;
	clear:both;
}
#divSlideshow {
	padding-top:10px;
}
#divFooter {
	width:800px;
	clear:both;
	color:#474641;
	background:#c9c8c4;
	border-top:10px solid #ffffff;
}
