
body { 

	background: #A69C81;
	margin: 0;
	padding: 0;
	border-top: 0;
	text-align: center;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	line-height: 18px;
	}
	
p {
	padding: 0;
	margin: 0 45px 15px 0;
	display: block;
}

a, a:link {
	color:#000;
}

a:active, a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

h1 {
	font-size: 20px;
	color: #B19963;
	padding: 0;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
}

.Intro, .LeftQuote {
	font-size: 16px; 
	font-weight: bold; 
	font-style: italic;
	font-family: trebuchet ms;
	line-height: 26px; 
	display: block; 
	color: #AAA;
	margin: 15px 45px 20px 0;
	}
	
.LeftQuote {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #B95E52;
	margin: 0 10px 0 10px;
}
	
#container {
	background: #FFF;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding:0 3px 0 3px;
	border-right: 1px solid #594d32;
	border-bottom: 3px solid #594d32;
	border-left: 1px solid #594d32;
}

#header {
	width: 730px;
	height: 108px;
	background: url(../Images/header.jpg) no-repeat;
}

#navcon {
	width: 710px;
	height: 14px;
	margin-top: -28px;
	text-align: right;
	padding-right: 20px;
}

#navcon a:link, #navcon a:active, #navcon a:hover, #navcon a:visited {
	font-size: 11px;
	color: #000;
	padding: 0 3px 0 3px;
	text-decoration: none;
}

#navcon a:hover {

	color: #B95E52;
	text-decoration: underline;
}

#leftside {
	float: left;
	width: 210px;
	text-align: left;
	margin-top: 10px;
	min-height: 350px;
	/*background: url(../Images/LeftBanner.jpg) no-repeat;*/
}

#leftpad {
	width:190px;
	padding:10px;
}

#centercontent {
	width: 499px;
	margin-top: 15px;
	margin-left: 210px;
	text-align: left;
}

#centerpad {
	width:479px;
	padding:10px;
}

#footer {
	clear: both;
	font-size: 10px;
	background: url(../Images/foot_grad.gif) left top repeat-x;
	padding: 12px 0 20px 0;
	text-align: center;
	color: #999999;
	border-top: 1px solid #ddd;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#B95E52;
	text-decoration:underline;
}

.Question
{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #999;
	margin: 0 35px 6px 0;
	padding: 8px 8px 0 8px;
	border-top: 1px solid #A69C81;
}

.Answer
{
	margin: 0 75px 15px 15px;
}