html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0;
	color:#333333;
	font-size : 12px;
	font-Family : Verdana, Arial, Helvetica, sans-serif;
	font-Weight : normal;
	line-height: 135%;
	}
	
div.container {
	border: 0px solid #000000;

	width: 90%;
	}
	
.title {
	font-size: 16px;
	color: #333333;
	}

.subheader {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	}
	
.subheaderf {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	}
	
a.subheaderf {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	}
	
a.subheaderf:hover {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	}
	
	
a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}



/* nav elements */	

div.left {
	background-image: url(./images/left_bkgd.jpg);
	background-repeat: repeat-y;
	border: 0px solid #ccc;
	text-align: left;
	width: 150px;
	}
	
#nav {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 10px;
	z-index: 99;
	border: 0px solid #990000;
}

#nav a{
	color: #333;
	text-decoration: none;
	line-height: 180%;
	padding: 3px 7px 3px 5px;
	border: 0px solid #333;
}

#nav a:hover{
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 3px 7px 3px 5px;
	background-image: url(./images/white.jpg);
	background-repeat: repeat;
}

#nav  .selected{
	color: #000;
	background-color: #ffffff;
	text-decoration: none;
	padding: 3px 7px 3px 5px;
	background-image: url(./images/white.jpg);
	background-repeat: repeat;
}

/* nav elements */	


/* top banner elements  */	

div.topleft {
	text-align: left;
	float: left;
	border: 0px solid #333;
	width: 530px;
	height: 104px;
	}
	
div.seal {
	text-align: right;
	background-image: url(./images/seal.jpg);
	float: right;
	height: 104px;
	width: 115px;
	}

div.topright {
	text-align: right;
	background-image: url(./images/boston.jpg);
	float: right;
	height: 104px;
	width: 257px;
	}


/* top banner elements  */	
	
	
/* divs and elements  */	


div.blue {
	background-color: #0066ff;
	height: 5px;
	}

div.right {
	text-align: left;
	padding: 0 0 0 5px;
	border: 0px solid #990000;
	}
	
.contenttable {
	border: 0px solid #333;
	margin: 0;
	padding 0;
	width: 100%;
	}

.toprowtable {
	border: 0px solid #333;
	margin: 0;
	padding 0;

	}
	
.toprowtable_contact {
	border: 0px solid #333;
	margin: 0;
	padding 0;
	width: 100%;
	}

.2ndrowtable {
	border: 0px solid #333;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
.blogtable {
	border: 0px solid #333;
	margin: 0;
	_margin: 0;
	padding: 0;
	_padding: 0;
	width: 100%;
	}
		
div.box {
	overflow-x: hidden;
	overflow-y: auto;
	height: 500px;
	_margin-left: -20px;
	}

div.sidebar {
	text-align: center;
	padding: 0 0 0 5px;
	width: 100%;
	border: 0px solid #333;
	}

div.outline {
	border: 0px solid #990000;
	}
	
	
/* divs and elements */	



