@charset "utf-8";
/* CSS Document */

div#help_container{
	width:98%;
	min-width:900px;
	background-color:#E5E5E5;
	overflow:hidden;
	margin:1%;
	position:relative;
}
div#help_header span.header_text{
color:#FF0000;
}
div#help_body{	
	background-color: #FFFFFF;
	margin:1%;  
	position:relative;
}
div#help_enclosure{
	width: 100%;             /* full window width */
	margin: 0 auto;               /* keep flush with adjacent containers */
	background-color: #FFFFFF; 
	overflow:hidden;
	position:relative;
}
div#help_section_one{
	width:70%;
	float:left;
	background-color:#FFFFFF;
	position:relative;
	border:1px solid #E5E5E5;
	margin-top:10px;
	padding:5px;
	
}
div#help_section_one p.regtext{
	font-family:georgia, sans-serif;
	font-size:14px;
	color:#444420;
}
div#help_section_one span.bold_text{
	font-weight:bold;
}
div#help_section_one ul.link a{
	
	color:#87613A;
    font-size:14px;
}
div#help_section_one p.regtext a{
	color:#87613A;
    font-size:14px;
}
div#help_section_one span.red_highlight{
	color:#F00;
}
div#help_section_one ul{
	font-family:georgia, sans-serif;
	font-size:14px;
	color:#444420;
}
div#help_section_one ol{
	font-family:georgia, sans-serif;
	font-size:14px;
	color:#444420;
}
div#help_section_one h2.title{
	color:#87613A;
	font-size:16px;
}
div#help_section_one h2.effective{
	font-size:16px;
}

ul.sublist span.boldtitle{
	font-weight:bold;
	color:#000;
}
ul.distlist li span.boldtitle{
	font-weight:bold;
	color:#000;
}
div#help_section_two{
	width:27%;
	float:right;
	background-color: #F9F9F2;
	border:1px solid #E5E5E5;
	position:relative;
	margin-top:10px;
	
}
div#help_section_two h2{
	font-family:georgia, sans-serif;
	 font-size:1.1em; 
	 font-weight:bold; 
	 border:3px solid #FFFFFF; 
	 margin-bottom:5px; 
	 padding:3px; 
	 background:#fff url(/images/legend.gif) repeat-x center left;
	 text-align:center;
 }


div#help_section_two ul{
	padding: 0;
	list-style-type: none;
}
div#help_section_two ul li a{
	color:#87613A;
    font-size:14px;
	
}
