/*Copyright NTTA Fire Academy & Firehouse Sevices - Please respect Copyright laws*/

/*Positioning of columns*/

html, body { 
 background-image: url(images/header_bg.gif);
 background-repeat: repeat-x;
 margin:0; 
 padding:0; 
 } 

#pagewidth { 
 width:777px;  
} 

#header {
 height:296px; 
 background-color:#FFFFFF; 
 width: 777px;	
}

#center {
	width: 500px;
	background-image: url(images/left_map.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 190px;
	margin-top: -18px;
}

a {
 	font-family: Arial, Helvetica, sans-serif;
 }
 
a:link {
 	font-family: Arial, Helvetica, sans-serif;
	 }

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	 }

a:visited {
 	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
 }

p {
 	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
 }

#footer {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding-top: 11px;
	text-align: left;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
	padding-left: 190px;
 }

 #footer a {
 	color: Gray;
 }
 
#footer a:link {
 	color: Gray;
 }

#footer a:visited {
 	color: Gray;
 }
 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 170%;
	font-weight: bold;
	font-style: normal;
	color: #0074E3;
	letter-spacing: -1px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #aaaaaa;
}
 
 h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9f0404;
	letter-spacing: -1px;
	padding-bottom: 3px;
 }
 
li {
 	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #268D27;
	list-style: none;
	margin-left: -15px;
	list-style-image: url(images/bullet.gif);
 }

