/*BODY TAGS*/
body#home {
	background-color: #27318C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: repeat-x;
}
body#about {
	background-color: #DB325E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body#central {
	background-color: #1F648B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body#holyoke {
	background-color: #1D8FD1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body#northern {
	background-color: #1A874E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body#tidelands {
	background-color: #ED622C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body#valley {
	background-color: #92278F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

/*LAYOUT and NAV*/
div#maintitle {
	height: 62px;
	width: 427px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 10px;
	top: 10px;
}
#navbar {
	position: absolute;
	height: 76px;
	width: 291px;
	left: 450px;
	top: 30px;
	visibility: visible;
	z-index: 2;
}
#signpost {
	height: 186px;
	width: 170px;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 200px;
	right: 0px;
}
/*main text copy elements*/
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	visibility: visible;
	z-index: 3;
	width: 572px;
	left: 170px;
	top: 130px;
}
td {
	font-size: 12px;
	color: #000000;

}
td a {
	font-weight: normal;
	text-decoration: underline;
	color: #000099;


}
td.a:visited {
	color: #000033;
	text-decoration: underline;

}
td.a:hover {
	color: #FFFF99;
	text-decoration: none;

}
td.a:active {
	color: #FFCC00;
	text-decoration: underline;

}
#subtitle {
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 30px;
	width: auto;
	left: 10px;
	top: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
h1 {
	color: #000066;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
}
p {
	padding-right: 5px;
	padding-left: 5px;
}

a {
	text-decoration: underline;
	color: #FFFFCC;
}
a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
a:hover {
	color: #FFFF33;
	text-decoration: none;
}
a:active {
}

/*home page containers*/
#homepgpic {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: auto;
	width: auto;
	left: 5px;
	top: 45px;

}
#hometitle {
	position: absolute;
	top: 0px;
	left: 240px;
	height: auto;
	width: auto;
	visibility: visible;
	z-index: 2;

}
#homesubtitle {
	position: absolute;
	visibility: visible;
	height: auto;
	width: auto;
	left: 390px;
	z-index: 3;
	top: 66px;

}
#homemap {
	left: 370px;
	top: 125px;
	position: absolute;
	height: 300px;
	width: 340px;
	visibility: visible;
	z-index: 1;
	background-image: url(../images/homepage_map.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;





}
#homesignpost {
	height: 180px;
	width: 146px;
	position: absolute;
	visibility: visible;
	z-index: 3;
	left: 582px;
	top: 253px;

}
#homefooter {
	position: absolute;
	visibility: visible;
	z-index: 4;
	width: 740px;
	left: 0px;
	top: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-indent: -10pt;
}
#footer a{
	text-decoration: underline;
	color: #FFFFCC;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
#footer a:hover {
	color: #FFFF33;
	text-decoration: none;
}
#footer a:active {
	color: #FFCC33;
	text-decoration: underline;

}

