/* 2010-04-09 -v01   */
/* saferdet01a.css   */
*{margin:0; padding:0;}
.style1 {
	background-image: url('menuBackground01.gif'); /*image must be same folder as this file*/
	height: 44px;
}
.style2 {
	text-align: center;
	font-size: medium;
	height: 44px;
	padding-bottom:15px;
	padding-top:10px;
}
body {
	background-color:#314A18;        
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
div#footer {
text-align: center;
width:1000;
}
div#header {
	text-align: center;
	width:1000;
}
div#main {
	background-color:white;
	width:1000;
}

div#main p {
	font-size: 10pt;
	font-weight: normal;
	text-align:left;
	margin:12pt;
}
div#outer {
	width: 80%; 
	margin-top: 30px;    
	margin-bottom: 30px;    
	margin-left: 30px;    
	margin-right: 30px;      
}
div#faq {
	font-size: 12pt;
	clear:both;
	text-align:left;
}
div#faq h1 {
	text-align:left;
}
div#faq label {
	font-size: 12pt;
	font-weight: bold;
}
div#faq p {
	font-size: 12pt;
	text-align:left;
	margin:10pt;
}
div#faq ol {
	font-weight: bold;
	margin:5pt;
	padding:25pt;
}
div#contact {
	font-size: 12pt;
	clear:both;
	text-align:center;
}
div#contact div{
	padding-top:15pt;
}

div#legal {
	margin-top:20pt;
	font-size: 12pt;
	clear:both;
	text-align:center;
}
div#legal h4{
	font-weight: normal;
}
div#legal p {
	font-weight: bold;
	text-align:center;
	margin:12pt;
}
