body {
	background: #FDF7E4;
	margin: 0;
	padding: 0;
	min-width: 1024px;
	font-family: Times New Roman, Tahoma, serif;
	font-size: 10pt;
	color: #353535;
}
a:link{color:#566c10;text-decoration:none;}
a:visited{color:#566c10;text-decoration:none;}
a:active{color:#566c10;text-decoration:none;}
a:hover{color:#566c10;text-decoration:underline;}
.first-char p:first-letter
{
	font-size:300%;
	float:left;
}
#divContainer 
{
	position:relative;
	border: solid 1px black;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	width: 1024px;
	background: #DACA9A url(images/container_background.gif) repeat-y top left;
	overflow: hidden;
}
#divHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
}
#divLeft {
	width: 194px;
	float: left;
	display: block;
	background: #C2CAA5;
	padding: 0;
	padding-top: 240px;
	z-index:100;
}
#divLeft p {margin-top: 0;}
#divMenu ul 
{
	width: 194px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 101;
}
#divMenu ul li {
	display: block;
	width: 194px;
	height: 25px;
	background: white url(images/menu_button.jpg);
}
#divMenu ul li a 
{
	display: block;
	padding: 0;
	height: 100%;
	padding-left: 40px;
	padding-right: 10px;
	color: #353535;
	text-decoration: none;
	font: normal bold 9pt/1.7em "Arial";
}
#divContent 
{
	position:relative;
	display: block;
	margin-left: 194px;
	margin-top: 180px;
	padding: 15px;
}
#divFooter 
{
	padding: 5px 20px;
	clear: both;
	background: #8F9F60;
	text-align: center;
	color: #FDF7E4;
	font-weight: bold;
	font-size: 9pt;
	z-index: 99;
}
.middot
{
	background: url(images/middot.png) no-repeat scroll center center;
}
.faq-header
{
	font-size: 120%;
	font-weight:bold;
	margin-bottom:-10px;
}