html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

/****************** LAYOUT STYLES BEGIN ************************/	

body {
	background-repeat: repeat-x;
	font-size: 100.01%;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFF;
	background-image:  url(body_bg.jpg);
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	font-size: 80%;
	border: 1px black solid;
	background-image:    url(wrapper_bg.gif);
	background-repeat: repeat-y;
}

#header {
	background-image:    url(header_image.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

#innerwrapper { /* only used to position leftcol in DW - this selector not really needed
	/* background-image:  url(bridging_slice.jpg); */
	background-repeat: no-repeat;
}
/****************** LAYOUT STYLES END ************************/	

/****************** NAV STYLES BEGIN ************************/	

#leftcol {
	float: left;
	width: 200px;
	margin-left: 0px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	border-bottom: 1px solid #000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 200px;
	background-color: #F5D8C2;
}

#leftcol li a {
	font-size: 110%;
	display: block;
	font-weight:bold;
	text-decoration: none;
	color: #333;
	padding: 4px 0 4px 10px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #FAE9DC;
	color: #333333; 
}

.logostyle {
	padding: 25px 10px 25px 25px;
	}
/****************** NAV STYLES END ************************/	


/****************** CONTENT STYLES BEGIN ************************/	
#content {
	width: 450px;
	margin-left: 235px;
	background-color:#FFFFFF;
	padding: 15px 0 15px 0;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#content p {
	margin: 10px 0;
	line-height: 125%;
	color: #000000;
}

#content  p a:link,#content  p a:visited {
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
}

#content p a:hover, #content p a:focus {
	color: #990000;
	font-weight:bold;
	text-decoration: none;
}

#content ol {
	line-height: 125%;
	}
#content ul {
	list-style-type: disc;	
	line-height: 125%;
	}	
#content li {
	margin-left:35px;
	}	
#content ol a:link, #content ul a:link, #content ol a:visited, #content ul a:visited {
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
	}
#content ol a:hover, #content ul a:hover, #content ol a:focus, #content ul a:focus {
	color: #990000;
	font-weight:bold;
	text-decoration: none;
	}	
	
#content h1 {
	font-size: 150%;
	padding: 10px 0;
	color: #243968;	
}
#content h2 {
	font-size: 125%;
	padding: 2px 0;
	color: #243968;		
}
#content h3 {
	font-size: 115%;
	padding: 8px 0 5px 0;
	font-weight:bold;
	color:#233765;
}
#content h4 {
	font-size: 110%;
	padding: 2px 0;
}
/*  #content h5 {
	color: #666;
	font-size:140%;
	font-weight:bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
	border-bottom: 1px solid #333;  also top of the menu 
} */

#content h6 {
	font-size: 140%;
	padding: 10px 0;
}




/****************** CONTENT STYLES END ************************/	

/****************** TABLE STYLES BEGIN ************************/	

table 	{
	width:100%;
	border: 1px #ECAF82 solid;
	background-color:#FEF9F5;
	margin: 0px;
	margin: 0px;
	border-collapse:	collapse;
	}
	
table a:link, p a:visited {
	color: #990000;
	font-weight:bold;
	text-decoration: underline;
}

table a:hover, p a:focus {
	color: #990000;
	font-weight:bold;
	text-decoration: none;}
table td {
	border: 1px #ECAF82 solid;
	padding:4px;
	}
	
table tr.center {
	font-weight:normal;
	text-align:center;	
	}	
table tr.altcenter {
	font-weight:normal;
	text-align:center;	
	background-color:#FFFFFF;
}		
table tr.boldcenter {
	font-weight:bold;
	text-align:center;
	}	
table tr.header {
	font-weight:bold;
	font-size:   105%;
	text-align:center;	
	}
table tr.boldleft {
	font-weight:bold;
	text-align:left;
	}	
table td.cellcenter {
	text-align:center;
	}	
table tr.altwhite {
	background-color:#FFFFFF;
	}				
/****************** TABLE STYLES END ************************/	

/****************** FOOTER STYLES BEGIN ************************/	
#footer {
	background-image:    url(footer_bg.jpg);
	background-repeat: no-repeat;
	height: 33px;
	margin-left: -1px;
	clear: both;
}

#footer p {
	font-weight:bold;
	font-size: 105%;
	float: right;
	color: #CCCCCC;
	padding: 5px 25px 10px 0 ;
}
#footer p a:link, p a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer p a:hover, p a:focus {
	color: #CCCCCC;
	text-decoration: none;
	}

/****************** FOOTER STYLES END ************************/	

/****************** OTHER STYLES BEGIN ************************/	
.left {
  float: left;
  padding:4px;
  border:none;
  margin: 3px 10px 20px 0;
}
.right {
  float: right;
  padding:4px;
  border:none;
  margin: none;
}
.borderimage { /* makes the grey/white border */
  float: left;
  padding:4px;
  border:1px solid #ddd;
}
/****************** OTHER STYLES END ************************/	

/****************** FAQ STYLES BEGIN ************************/	

#p7faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	font-size: 0.9em;
	color: #000000;
}

a:link, a:visited {color: #990000;}
a:hover, a:active {color: #990000;}
.showfaq {display: block;
	background-color:#FEF9F5;
}
.hidefaq {display: block;
background-color:#FEF9F5;}

h5 {
	font-size: 130%; 
	color:#990000;
	border-top: 1px solid #990000;
	padding-top:3px;
	margin-top: 8px;}  

h3 {
	color: #000;
	font-size: 150%;
	margin: 15px 0px 6px 0px;
}

#p7faq p {
	margin: 6px 0 20px 0;
	padding-left: 20px;
	line-height:1.4em;
	font-size: 115%;
	line-height:1.4em;
}
#p7faq li {
	margin: 6px 0 3px 0;
	font-size: 115%;
	line-height:1.3em;
}

#p7faq a:link, #p7faq a:visited {color: #990000; text-decoration:underline;}
#p7faq a:hover, #p7faq a:active, #p7faq a:focus {color: #990000; text-decoration:underline;}

/****************** FAQ STYLES END ************************/	

