/* CSS Document */


body {
	margin-top: 25px;
	margin-bottom: 25px;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}

.header1 {
	font-size: 11px;
	font-weight: bold;
}

a.bodylinks, a.bodylinks:link, a.bodylinks:visited, a.bodylinks:active {
	color:#00a88f;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

a.bodylinks:hover {
	color:#f68f1e;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

.redlink {
	color:#b31e17;
	font-size: 11px;
	font-weight: bold;
}


/* backgrounds */

.indexbackground {
	width: 602px;
	background-image: url(images/home_page.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.secondarybackground {
	width: 602px;
	height: 492px;
	background-image: url(images/secondary_background.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.location_citywide {
	width: 552px;
	height: 352px;
	background-image: url(images/location_citywide.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.location_n {
	width: 552px;
	height: 352px;
	background-image: url(images/location_n.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.location_nw {
	width: 552px;
	height: 352px;
	background-image: url(images/location_nw.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.location_sw {
	width: 552px;
	height: 352px;
	background-image: url(images/location_sw.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

