body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	/*	background: #781a26;  */
	background: #484747;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-decoration: none;
}
/* delete default padding for these tags */
p,h1,h2,h3,h4,ol,ul,li {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
}

/* Basic page parms like width, bg, alignment  */
#wrapper {
	background:#FFF;
	margin: 0 auto;
	text-align:left;
	width:940px;
	height:600px;
}
a.homelink,a.homelink:visited,a.homelink:active {
	text-decoration: none;
	color: #fff;
/*	letter-spacing: .1em;  
	font-size:.95em;  */
}

a.homelink:hover {
	color: #b9d2ce;
}

.tdata1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #091026;
}
#banner {
	width:940px;
	height:103px;
	background-image:url(images/banner.jpg);	
}

#bannersub {
	width:400px;
	height:28px;
	text-align:left;
	padding-left:330px;
	padding-top:72px;
	color:#000;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}
#navline {
	width:940px;
	height:23px;	
	background-color:#000;
	text-align: center;
	color:#FFF;
	padding-top:4px;
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#nav ul li {
	margin-left: 0;
	padding: 0px 15px;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
	color:#b9d2ce;
	letter-spacing: .1em;  
	font-size:.95em;
	}
		
#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#body {
	width: 940px;
/*	height:470px;  */
	background-color:#FFF;
	padding-top:0px;
	font-size:.9em;
}
#bleft {
	width:470px;
	height:300px;
	float:left;
	padding-top:30px;
	background-repeat:no-repeat;
	background-position:84px;
	clear: none;
	background-image: url(images/box1.jpg);
}
#box_text1{
	padding-top:144px;
	text-align:center;
	width:344px;
	margin-left: 84px;
}
#box_text1a{
	padding: 5px 0px 0px 102px;
	font-size:.8em;
	color:#000;
	width:100px;
	float:left;
}
#box_text1b{
	padding: 5px 0px 0px 15px;
	font-size:.8em;
	color:#000;
	width:90px;
	float:left;
}
#box_text1c{
	padding: 68px 0px 0px 0px;
	width:100px;
	float:left;
}
#box_text2a{
	padding: 5px 0px 0px 65px;
	font-size:.8em;
	color:#000;
	width:100px;
	float:left;
}
#box_text2{
	padding-top:144px;
	text-align:center;
	width:344px;
	margin-left: 42px;
}
.btexthdr {
	color:#126556;
	font-weight:bold;
	font-size:1em;
}

#bright {
	width:470px;
	height:300px;
	float:right;
	padding-top:30px;
	background-repeat:no-repeat;
	background-position:42px;
	background-image: url(images/box2.jpg);
}
#build {
	text-align:center;
	font-size:2em;
	color:#126556;
	width:940px;
	height:50px;
	clear:both;
}
#build2 {
	text-align:center;
	font-size:1em;
	color:#000;
	width:940px;
	height:65px;
}

#subhdr {
	width:700px;
	height:20px;
	padding: 10px 0px 5px 20px;
	color:#126556;
}
#subleft {
	width:440px;
/*	height:405px;*/
	float:left;
	padding: 20px 10px 0px 20px;
	text-align:justify;
}

#subright {
	width:440px;
	height:445px;
	float:right;
	padding:20px 10px 0px 10px;
	text-align:justify;
}

#teach1 {
	text-align:center;	
	font-weight:bold;
	color:#126556;
	padding-bottom:8px;
	padding-top:6px;
	margin-bottom:8px;
}

/* Bottom Address info */
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #FFF;
	background-color:#000;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 940px;
	text-align: center;
	padding-top:5px;
	clear: both;
}

.btmleft {
	padding-right:30px;
	
}

.btmcenter {
	padding-right:30px;
	padding-left:30px;
}

.picright {
 padding-left:10px;
 padding-bottom:5px;
}

/* Bottom Boston Web Co credit line */
#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 10px;
	height: 30px;
	width: 940px;
	text-align: center;
	letter-spacing: .1em;  
}
