 html {
	margin: 0;
	padding: 0;
	}
	
/*body, html { height:100%;width:100%; }*/	
	
body {
	background: #777675 url(images/tile-bg.jpg) repeat-y top;
	font-family: lucida grande, tahoma, verdana, arial, helvetica, sans-serif;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;	
	}	

img { /* needed for firefox */
	border: 0px;
	}	
	
a {
	color: #2971a7;
	text-decoration: none;
	}
	
a:hover {
	color: #2971a7;
	text-decoration: underline;
	}
		
p {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #666;
	}	
	
#wrapper {
	margin-bottom: 0px;
	margin-top: 40px;		
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

#masthead {
	border-top: 5px solid #000000;
	border-bottom: 10px solid #000000;	
	background: #000000 url(images/masthead-bg.jpg) no-repeat top center;
	height: 266px;		
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	}
	
#masthead.secondaryPages {
	background: #000000 url(images/masthead-bg2.jpg) no-repeat top center;
	height: 54px;		
	}
	
.logosmall {
	background: #000000 url(images/fireLogo-navsmall.gif) no-repeat top left;
	height: 54px;
	float:left;
	padding-right: 20px;
	width: 68px;		
	}		
	
.nav {
	color: #000000;	
	font-size: 13px; 
	height: 20px;
	letter-spacing: .08em;	
	padding-top: 10px;
	text-align: center;
	}
	
.nav a {
	color: #FFFF00;
	text-decoration: none;
	}
	
.nav a:hover {
	color: #ffffff;
	text-decoration: none;	
	}
					
	
#content {
/*	border: 1px solid red;*/
	margin-right: auto;
	margin-left: auto;
	padding: 30px 40px 50px 40px;	
	text-align: left;
	}
	
.intro {
	width: 600px;	
	}
	
.intro p {
	color:#4b4742;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 160%;		
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}	
	
h3.headtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 28px;
	color: #990000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}			
	
#footer {
	/* border: 1px solid red; */
	clear: both;
	margin: 0px;
	padding-top: 17px;
	height: 50px;
	background: url(images/footer-bg.jpg) no-repeat top center;
	text-align: center;		
	}			
	
.legal {
	/*border: 1px solid green;*/
	color: #333333;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;
	text-align: center;	
	}
	
.legal a {
	/*color: #e3e2e2;*/	
	color: #666666	;	
	text-decoration:none;
	padding: 0px 2px 0px 2px;			
	}	
	
.legal a:hover {
	color: #ffffff;
	text-decoration:none;	
	}		
