body {
 	margin: 0;
	font-family: Arial;
}

div, table {
 	font-size: 12px;
} 

img { border: none; }

form {
	margin: 0;
}

ol { 
	list-style: upper-roman;
	margin: -6px 0 0 -26px;
}

* html ol {
	margin: -6px 0 0 20px;
}

* html #container {
	text-align: center;
}

#main, #footer {
 	width: 800px; 
	margin: 0 auto 0 auto;	
	text-align: left;
}

#main, #footer1 {
 	width: 800px; 
	margin: 0 auto 0 auto;	
	text-align: left;

}
#main a:hover {
        text-decoration: none;
        color: #800080;
        font-weight: bold;
}

#main a {
                text-decoration: none;;
	color: #666666;
}

#header {
	width: 100%;
	margin: 0;
	background-image: url(../images/bg_header.jpg);		
}

#header div {
	display: block; 
 	width: 800px; 
	margin: 0 auto;
	background-image: url(../images/bg_div_header.jpg);
	background-repeat: no-repeat;	
	height: 110px;	
	bottom: 0; 
	position: relative;
	text-align: left;
}
	
#header img {
	margin-left: 10px; 
	margin-top: 68px;
}

#header ul li img {
 	margin: 0;
}
#header ul {
	list-style: none;	
   	position:absolute;
   	overflow:visible;	
	margin: 0;
	padding: 0;	
	top: 72px;
	right: 0;
}

#header ul li {
 	float: left;
	display:block;
	height: auto;
}				 

#header ul li a:link,#header ul li  a:visited {
	color: #A82827;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding: 5px 15px;
	/*background-color: #E7E8DB;*/
}

#header ul li a:hover {
	border-bottom: 3px solid #C86A33;
	color: #C86A33;	
}
	
#main {
   	margin-top: 20px;
}

#content {
	width: 100%;	
	background-repeat: repeat-y;
	margin: 0 auto;
}

#main div div {
	width: 47%;	
	padding: 10px;
	/*background-color: #E7E7D6; */
	/*border: 1px solid #CDCDA9;*/
	float: right; 
	margin-bottom: 20px;   
	background-image: none;
} 

#main div div h1 {
 	width: 100%;
	margin: 0;
                border-bottom: 2px solid #C86A33;
	margin-bottom: 10px;
	font-size: 18px;
}

#main div div h2 {
 	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
}


#main div div h3 {
 	width: 100%;
	margin: 0;
	border-bottom: 2px solid #C86A33;
	margin-bottom: 10px;
	font-size: 12px;
}

#main div div ul {
 	margin: 0;
	color: #666666;
}

#main div div ul li {
 	list-style-image: url(../images/arrow.gif);   
	line-height: 17px;
}

#main div div ul li a {
	text-decoration: none;
	color: #666666;
}

#main div div ul li a:hover {
	color: #F88017;
}

#main table td{
	vertical-align: top;
}

#footer {
text-decoration: none; }

#footer a {
                text-decoration: none;;
	color: #666666;
}

#footer a:hover {
        text-decoration: none;
        color: #800080;
        font-weight: bold;

}

#footer div {
	margin-top: 20px;
	text-align: center;
	border-top: 1px dashed #CCCCCC;
	padding: 5px;	
	color: #666666;
	clear: both;
}

#footer 1{
text-decoration: none; }

#footer1 a {
                text-decoration: none;;
	color: #666666;
}

#footer1 a:hover {
        text-decoration: none;
        color: #800080;
        font-weight: bold;

}

#footer1 div {
	margin-top: 20px;
	text-align: center;
	border-top: 1px dashed #CCCCCC;
	padding: 5px;	
	color: #666666;
	clear: both;
}

dl {
 	margin: 0;
}

dt {
 	font-weight: bold;
	margin-bottom: 6px;
	color: #C86A33;
}

dd {
 	color: #666666;
	margin-bottom: 6px;
}
	
div.faq a {
	 color: #DF6645;
} 

div.faq a:hover {
 	color: #333333;
} 

ol a {
 	font-style: italic;
}

a.print {
	text-decoration: none;
	color: #989898;
}