*{
	padding:0px;
	margin:0px;
	font-family:Arial,sans-serif;
}
#container{
	width:684px;
	background-color: #eeebdf;
}

#body{
	background: url('images/faqs_curve_mid.gif');
	background-repeat: repeat-y;
	background-color: #eeebdf;
	height:auto;
}

#list{
	margin-left:40px;
	padding-left:20px;
	list-style-type:decimal;
	list-style-position:outside;
	font-size:15px;
}
#list li{
	margin-bottom:1em;
	color: #959796;
	font-weight: bold;
}
#list .qa{
	margin-left:25px;
	margin-bottom:.5em;
}
#list .question{
	color: #b6bbb7;
	margin-bottom:10px;
	font-weight:normal;
	/*text-decoration:underline;*/
}
#list .over{
	color: #810b0b;
	cursor:pointer;
}
#list .answer{
	margin-left:20px;
	margin-right:35px;
	margin-bottom:20px;
	color: #000000;
	font-weight: normal;
}		
#list .disp{
	margin-left:20px;
	margin-right:35px;
	margin-bottom:5px;
	font-weight:bold;
	color: #959796;
}
#list .answer_close{ 
	font-weight:normal;
	text-decoration:underline;
	font-size: 10px;
	margin-left:20px;
	position: relative;
	top: 0px;
	color: #ffffff;
}
#list .answer li{
	margin:0px;
	margin-right:15px;
	list-style-position:inside;
	color: #525972;
	font-weight: normal;
}
#list .sub{
	margin-left:20px;
}
h1{
	color:#036;
	margin-left:20px;
	font-weight: normal;
}
h2{
	color: #666666;
	font-size: 12px;
	margin-left:20px;
	font-weight: bold;
}
p{ margin-bottom:.75em; }
.bold{font-weight:bold}
.dotted{
	/*border-bottom: 1px dotted #000;*/
}
.copyright {
	color: #666666;
	font-size: 10px;
}
.footeraddress {
	color: #666666;
	font-size: 11px;
}

#email {
	width: 125px;
}

#email a{
	text-decoration:none;
	color:#810b0b;
}
#email a:hover{
	text-decoration:none;
	color:#959796;
}

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	width: 710px;
	background-color: #e4e4e4;
	height: 1px;
}

.answerback {
	background-color: #f6f6f6;
	width: 710px;
}
.answerbackcontents {
	padding: 10px;
	background: url(../images/V2/faq_closeanswer_back.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

