/* CSS Document */

body {
text-align: center;
min-width: 800px;
background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.5em;
	color: #000000;
}

#container {
margin:0 auto;
width:800px;
text-align: left;
}

#header {
	position: relative;
	width: 800px;
	height: 140px;

	z-index:5;

}
#contents {
	position: relative;
	left: 0px;
		z-index:5;
}
#column1 {
	float: left;
	width: 260px;
	padding-top: 20;
}
#column2 {
	float: left;
	width: 240px;
	padding-top: 20;
}
#column3 {
	float: left;
	width: 300px;
	padding-top: 20;
}


#left1 {
	width: 255px;

}

#left2 {
	width: 255px;
	color: #bb0000;
		padding-top: 30;
}
#left3 {
	width: 255px;
	color: #bb0000;
		padding-top: 30;
}
#left1print {
display: none;
}
#left2print {
display: none;
}

#right1 {
	z-index:12;
			width: 215px;
	}
#right2 {
	width: 215px;
		z-index:12;
				padding-top: 30;
	}
#right3 {
	width: 215px;
		z-index:12;
				padding-top: 30;
	}
#text1 {
	background-color: #ffffff;
		z-index:12;
			width: 300px;
			padding: 8px;
			}
#text2 {
	background-color: #ffffff;
		z-index:12;
			width: 300px;
			padding: 8px;
						}
#text3 {
	background-color: #ffffff;
		z-index:12;
			width: 300px;
			padding: 8px;			}
#text4 {
	background-color: #ffffff;
		z-index:12;
			padding: 8px;
						width: 300px;
			}
#text5 {
	background-color: #ffffff;
		z-index:12;
			padding: 8px;			
			width: 300px;
			}
#text6 {
	background-color: #ffffff;
		z-index:12;
			padding: 8px;
						width: 300px;
			}
			
#logo {
	z-index:12;
	width: 300px;
			}	
	
#footer {	
	clear: none;
	width: 800px;
	padding-top: 20;
	padding-bottom: 40px;
}










a {text-decoration: none} 
a:link {color: #0000ff}     /* unvisited link - blue*/
a:visited {color: #8888ff}  /* visited link - dk blue*/
a:hover {
font-weight: bolder;}   /* mouse over link - bold*/
a:active {color: #cc0000}   /* selected link - red*/ 


a.menu {text-decoration: none} 
a.menu:link {color: #ccaa77}     /* unvisited link - grey */
a.menu:visited {color: #996633}  /* visited link - darker grey 885522*/
a.menu:hover {
font-weight: bolder;}   /* mouse over link - red */
a.menu:active {color: #cc0000}   /* selected link - blue */ 
/* blue 3399cc
yellow ffcc00
dark grey 999999
green 66cc66 
cc9966 - tan
red cc0000

good alt dk brown visited - aa7744 - lighter*/




.titlered {
	font-size: 28px;
	font-weight: bolder;
		font-style: italic;
				color: #cc0000;
}
.titlegold {
	font-size: 28px;
	font-weight: bolder;
		font-style: italic;
		color: #ffcc00;
}
.title {
	font-size: 28px;
	font-weight: bolder;
		font-style: italic;
				color: #ffffff;
}


.subtitle {
	font-size: 12px;

		color: #000000;
			font-weight: bolder;
}
.categories{
	font-size: 18px;
	font-weight: bolder;
			color: #ffffff;
}



.subemergency {
	font-size: 14px;
	color: #ffcc00;
	font-weight: bolder;
	font-style: italic;				
}
.sub911 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bolder;
	font-style: italic;
		line-height: 1.2em;				
}
.sub911red {
	font-size: 24px;
	color: #cc0000;
	font-weight: bolder;
	line-height: 1.4em;
				
}
.subred  {
	color: #cc0000;
	font-size: 14px;
	font-weight: bolder;

}
.subblue {
	font-size: 14px;
	color: #3399cc;
	font-weight: bolder;
}
.subgreen {
	font-size: 14px;
	color: #66cc66;
	font-weight: bolder;
}
.subgrey {
	font-size: 12px;
	color: #ffffff;
    font-style: italic;
}
.sublightgrey {
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;
		font-style: italic;
}
.links {
	font-size: 1.1em;

}
.phone {
	font-size: 1.1em;
	color: #55bb55;
	font-weight: bolder;
}
.note {
	font-size: .9em;
	color: #ffffff;
	font-style: italic;
}
.alert {
	background-color: #ffcc00;
}

	
ul {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.4em;
}

td  {
	font-weight: normal;
	font-size: 76%;
}
