@charset "utf-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: center;
	color: #000000;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #dbecfe;
}

h1 {
	font-size: 1.5em;
	color: #1c5976;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.25em;
	color: #1c5976;
	font-weight: bold;
	}
	
a {
	color: #436075;
	text-decoration: underline;
	}
	
a:visited {
	color: #436075;
	text-decoration: underline;
	}

a:hover {
	color: #89181a;
	text-decoration: none;
	}

a.subnavlinks {
	color: #ffffff;
	text-decoration: underline;
	}
	
a.subnavlinks:visited {
	color: #ffffff;
	text-decoration: underline;
	}

a.subnavlinks:hover {
	color: #ffcc66;
	text-decoration: none;
	}
	
a.mainnavlinks {
	color: #ffffff;
	text-decoration: none;
	}
	
a.mainnavlinks:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
a.mainnavlinks:hover {
	color: #ffcc66;
	text-decoration: underline;
	}

#wrapper {
	width: 889px;
	margin-left: auto;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 30px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/background_leftcolumn.gif);
	background-repeat: repeat-y;
}

#body_left {
	width: 161px;
	text-align: left;
	padding-left: 10px;
	padding-top: 230px;
	padding-right: 10px;
	background-image: url(images/mainimage.jpg);
	background-repeat: no-repeat;
	float: left;
}

#body_right {
	width: 708px;
	text-align: left;
	float: left;
}

#bannerwrapper {
	width: 708px;
}

#bannerwrapper_left {
	width: 467px;
	height: 168px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	float: left;
}

#bannerwrapper_right {
	width: 221px;
	text-align: center;
	font-size: 8.5pt;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	color: #436075;
	float: left;
}

.masstimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

#banner_clear {
	height: 0px;
	clear: both;
}

#mainnavwrapper {
	width: 708px;
	height: 28px;
	background-image: url(images/background_mainnav.gif);
	background-repeat: no-repeat;
}

#contentwrapper {
	width: 688px;
	text-align: left;
	line-height: 1.75em;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
}

#footerwrapper {
	width: 889px;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #4e646f;
	clear: both;
}
