#blurb_container a {
	color: black;
	text-decoration: none;
}

.blurb {
	width: 400px;
	height: 118px;
	margin-bottom: 1em;
	text-align: left;
}
#blurb_container {
	margin: 2em 2em 0 2em;
	width: 840px;
	text-align: center;
}
#blurb_container a {
	color: black;
	text-decoration: none;
}
#blurb_container img {
	float: left;
}
#blurb_container p {
	margin-left: 95px
}
#blurb_container span {
	color: #0000cc;
	font-weight: bold;
}
#blurb_left {
	clear:right;
	float: left;
	width: 400px;
}
#blurb_right {
	clear: right;
	float: right;
	width: 400px;
}
#quick_lists {
	margin-top: 1em;
	width: 840px;
	text-align: center;
}
#quick_lists ul {
	float: left;
	list-style: none;
	text-align: left;
}
#quick_lists li {
	margin-top: .1em
}

#headlines fieldset {
	margin: 0 0 2em 0;
	padding: .3em 0 .8em 0
}
#headlines legend {
	font-size: .8em;
	font-weight: bold;
}
#headlines ul {
	list-style-image: none;
	float: left;
	color: black;
	list-style-type: none;
	padding: 0;
	margin: .4em 1em 0 1em;
}
#headlines li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .6em;
	line-height: 1.3em;
}
#headlines a.headline_text {
	color: black;
	text-decoration: none;
}
.normal {
	color: rgb(160,160,160);
	border: 1px solid rgb(160,160,160);
}
.emergency {
	color: red;
	border: 1px solid red;
}


#local_nav_list {
	width: 115px;
	margin: 0;
	padding: 2em 0 0 0;
	z-index: 5;
}
#local_nav_list  ul {
	list-style-image: none;
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
	font-size: .8em;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #006633;
}
#local_nav_list  li {
	margin: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #006633;
}
#local_nav_list  a {
	display: block;
	color: black;
	margin: 0;
	text-decoration: none;
	padding: .4em .3em .6em .6em;
	font-size: .84em;
	font-weight: bold;
}
#local_nav_list  a:hover {
	background-color: rgb(255,255,204);
}
#local_nav_icons {
	margin-top: 1em;
	width: 115px;
	text-align: center;
}
#local_nav_icons img {
	border-style:none;
}
