@charset "utf-8";
/* CSS Document */

#container {
	width: 900px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #FFC;
}

#header {
	background-color: #FFC;
	clear: both;
	width: 900px;
	overflow: auto;
}

#leftBar {
  float: left; 
  width: 150px; 
  background: #EBEBEB; 
}

#content {
	width:900px;
	background-color: #FFC;
	clear: both;
	vertical-align: top;
	text-align: left;
}
#pagecontent {
	background-color: #FFC;
	text-align: left;
	float: none;
	width: 884px;
	padding-left: 12px;
}
#pagetitle {
	background-color: #FFC;
	clear: both;
	text-align: center;
	width: 900px;
}

#rightBar {
	float:right;
	width: 160px;
	background: #EBEBEB;
}

#footer {
	text-align: center;
	vertical-align: middle;
	font-size: 10pt;
	background-color: #FFC;
	padding-top: 20px;
	padding-bottom: 20px;
} 
#mission {
	position: absolute;
	z-index: 2;
	height: 417px;
	width: 709px;
	top: 132px;
	right: 200px;
	clear: none;
	overflow: auto;
	padding-left: 8px;
	padding-right: 8px;
	left: 131px;
	vertical-align: top;
}
.fancytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 6px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #900;
	text-align: center;
}

h2 {
	color: #900;
	font-size: 28px;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #930;
	text-align: center;
}

body {
	background-color: #FFC;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/yellowtexture.gif);
}
#homecontent {
	float: left;
	height: 581px;
	width: 860px;
	top: 0px;
	background-image: url(images/firestation1920%27s.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #930;
	font-weight: bold;
}
#menu {
	background-color: #900;
	width: 900px;
	clear: both;
	float: left;
}
hr {
	background-color: #900;
	height: 4px;
	width: 600px;
	color: #900;
	clear: left;
}

ul {
	list-style-position: inside;
	list-style-type: disc;
}
.blinking {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	text-decoration: blink;
	text-align: center;
}

