@charset "UTF-8";
/* CSS Document */

body {
	background-color:#466AA2;
	margin:0;
	padding:0;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}
td {
	vertical-align:top;
}
li {
	list-style-image:url(images/bullets/bullet001.gif);
	margin-bottom:6px;
}
.wrapper {
	background-color:#CCCCCC;
	color:#000000;
	border:2px solid #6699FF;
	padding:2px;
}
.head1, .head2, .head3, .head4, .head5, .head6 {
	background-color:#466AA2;
}
.head2, .head4, .head6 {
	text-align:right;
}
.head1, .head2 {
	border-top:px solid #769AD2;
}
h2.pageTitle {
	color:#336699;
	border-bottom:2px solid #336699;
	padding-bottom:5px;
	margin-bottom:8px;
}
h3.pageTitle {
	color:#336699;
	border-bottom:2px solid #336699;
	padding-bottom:5px;
	margin-bottom:8px;
}
h2.teamTitle {
	color:#B06638;
	border-bottom:2px solid #B06638;
	padding-bottom:5px;
	margin-bottom:8px;
}

#leftNav {
	width:151px;
	background-color:#769AD2;
	font-size:0.85em;
}
td.homeInfo {
	border:1px solid #466aa2;
	width:48%;

}
td.homeInfo li {
	font-size:0.9em;
	font-style:italic;
	color:#000000;
}
td.contentMainCell {
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0.5em 10px 0.5em;
}

.footer {
	font-size:0.8em;
	text-align:center;
	color:#FFFFFF;
}

/* southborough website design link styles */
#southborough {
	color:#cccccc;
	font-size:0.75em;
	text-align:center;
	margin:10px 0 20px 0;
	padding:0;
}
#southborough a {
	color:#cccccc;
	text-decoration:none;
}
#southborough a:hover{
	color:#CC9900;
	text-decoration:underline;
}
/* end */

