body {
font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/back.gif);
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 12px;
}
#headerLayer {
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 203px;
	background-image: url(images/fire_header.jpg);
	background-repeat: no-repeat;
}
#menuLayer {
	margin-left: 0px;
	top: 203px;
	width: 200px;
	height: 420px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
#menuLayer ul{
	margin: 0px;
	padding-top: 10px;
	padding-left: 2px;
	list-style-type: none;
}
#menuLayer li.title{
margin-top:6px;
}
#menuLayer li.title a{
margin-left:3px;
font-weight: bold;
color: #000000;
text-decoration: none;
}
#menuLayer li.normal{
list-style-type: none;
margin-left: 6px;
}
#menuLayer li.normal a{
color: #000000;
text-decoration: none;
}
#menuLayer li.title a:hover{
color: #FF6347;
}
#menuLayer li.normal a:hover{
color: #FF6347;
}

#midLayer {
	position: absolute;
	left: 197px;
	top: 203px;
	width: 84%;
	height: 48px;
	background-image: url(images/mid_end.gif);
}
#contentLayer {
	position: absolute;
	left: 205px;
	top: 220px;
	width: auto;
	z-index: 2;
	padding-right: 15px;
}
#contentLayer p.large{
	font-size:14px;
}
#contentLayer p a{
	text-decoration: none;
	color: #FF6347;
}
#contentLayer p a.blue{
	text-decoration: none;
	color: blue;
}
#contentLayer p a:hover{
	text-decoration: underline;
}
#contentLayer ul{
	margin: 0;
	padding: 0;
}

#contentLayer ul li.standard{
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 4px;
}
/*html>body #contentLayer li.standard{
	list-style: disc;
	margin-left: 15px;
}*/
#contentLayer ul li.indent{
	margin-left:25px;
	margin-top:6px;
	list-style-type: circle;
}
/*html>body #contentLayer li.indent{
	list-style: disc;
	margin-left: 25px;
}*/
#pageTitleLayer {
	left: 220px;
	top: 180px;
	width: 500px;
	position: absolute;
	z-index: 2;
}


.txtMenuHeading {
	font-weight: bold;
}
.txtSubHeading {
	font-weight: bold;
	font-size: 11px;
}

.txtContact {
	font-weight: bold;
	font-size: 12px;
	color: White;
	float: right;
	margin-right: 10px;
}
.txtEmail {
	font-weight: bold;
	font-size: 12px;
	color: White;
	text-decoration: none;
}

h1{
	
}
h2{
	font-size: 16px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	font-weight: bold;
}

.question{
	color: Red;
}

label{
	width:8em;
	text-align:left;
	margin-right:0.5em;
	float:left;
	display:block;
}
fieldset{
width:80%;
}