body
{
	font-size:11px;
    font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#353535;
}
h1
{
	color:#353535;
    font-size:18px;
    margin:0 0 15px;
    font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 6px solid #ffca00;
	
}

.contact{
	width: 90px;
}

.feedback{
	width: 100px;
}

.help{
	width: 50px;
}

h2
{
	color:#353535;
    font-size:14px;
    margin-left:30px;
    margin-bottom:0;
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
p
{
	color:#353535;
    font-size:11px;
    margin:0 30px;
    font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content-pane
{
}


#content-right
{
	float:left;
	display:inline;
	width:400px;
}
#content-left
{
	float:left;
	display:inline;
	width:400px;
}
label {
	display:block;
	clear:both;
	margin-top:15px;
	font-weight:bold;
	font-size:12px;
	text-align:right
}

label .label {
	float:left;
	width:70px;
	color:#353535;
}
label input {
	width:300px;
	border: solid 1px #121212;
}

label textarea{
	width:312px;
	border: solid 1px #121212;
}
#form_submit{
	float:right;
	display:inline;
	margin:30px 0 30px 30px;
}

.separator {
	background:transparent url(../images/separator.jpg) no-repeat scroll 0 0;
	height:10px;
	margin:30px 0 10px 70px;
}
/*---------------------------FAQ---------------------------*/

#summary, #questions {
	font-size: 14px;
	color: #353535;
	font-weight: bold;
	margin: 50px 0 0 0;
}
* html #questions {
	margin-left:50px;
}
*+html #questions {
	margin-left:50px;
}
#summary {
	margin-left:200px;	
}
#summary a {
	color: #353535;
	text-decoration: none;
}
#summary a:hover, #summary a:active {
	text-decoration: underline;
}
#summary a:visited {
	color: #BABABA;
}
#summary li, #questions li {
	list-style-type: upper-roman;
	margin: 5px 0;
}
#summary li ol li, #questions li ol li {
	list-style-type: lower-roman;
	font-size: 12px;
}
#questions li ol li ul li {
	list-style-type: disc;
}
#questions h2, #questions p {
	margin-left: 0;
}
#questions h3 {
	font-size: 14px;
	color: #353535;
	font-weight: bold;
}
#questions p, #questions li ol li ul {
	margin: 5px 0;
	color: #353535;
	font-size: 11px;
	font-weight: normal;
}
p.img {
	text-align: center;
	margin: 5px 0 10px;
}
#questions .separator {
	margin-left: 0;	
	background-position: bottom center;
	height: 15px;
	text-align: center;
	font-size: 10px;
}
#questions .separator a {
	color: #353535;
	text-decoration: none;
}
