body {
  margin: 0px;
  padding: 0px;
}
#header {
	width: 100%;
	height: 140px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin dashed #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/LogoWhiteBoston.jpg);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	padding-top:10px;
	margin-bottom:10px;
	margin-top:10px;
}
#leftcol {
	background: #FFFFFF;
	float: left;
	width: 270px;
	height: 800px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 15px;
	color: #666666;
	margin-bottom: 10px;
}
#topcontent {
	background: #fff;
	width: 780px;
	height: 20%;
	margin:0 305px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-size: 12px;
}
#middleleft {
	background: #fff;
	float: left;
	width: 24%;
	margin:0 33px;
	height: 20%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-size: 12px;
}
#middlecenter {
	background: #fff;
	float: left;
	width: 24%;
	height: 20%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin-right: 15px;
	font-size: 12px;
}
#middleright {
	background: #fff;
	float: left;
	width: 24%;
	height: 20%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin-right: 15px;
	font-size: 12px;
}
.stylecontacts {
	background: #fff;
	float: left;
	width: 400px;
	height: 170px;
	margin:0 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: thin dashed #CCCCCC;
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
}
.stylesubscriptiontop {
	background: #fff;
	float: left;
	width: 20%;
	height: 10%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: thin dashed #CCCCCC;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 10px;
}
.styleleftbar {
	background: #FFFFFF;
	float: left;
	width: 16%;
	height: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: 15px;
	margin-right: 30px;
	color: #666666;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a:link{ text-decoration: none;
	color: #808285;
}
	
a:visited{ text-decoration: none;
	color: #666666;
}

a:hover{
	text-decoration: underline;
	color: #44c8f5;
	font-weight: normal;
}
