body {
	/*scrollbar-face-color: #f0f0ff; /*These control the 'look' of the scrollbar */
	scrollbar-arrow-color: #ff0000;
	scrollbar-base-color: ;
	scrollbar-shadow-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-track-color: #eaeaff; */
	background: #FFFFFF; /*this sets the background color */
	background-image: url("http://baystatehost.com/images/bgrnd.gif"); /* Sets the background image */
	background-attachment: fixed; /* Sets how the background behaves */
	color: #000066; /* Sets the color of the main text */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Sets the main typeface */
	font-size:8pt;
	width:750px;
	margin:0 auto;
	padding:10px;
}

/* Controls how links look. */
a img {
	border: none;
}

/*normal links in the text*/
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #008800;
	text-decoration: none;
}

a:hover {
	background: #f5f5fa;
	color: #ff0000;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

p {
	font-size: 75%;
}

.const {
	font-size:12pt;
	text-align:left;
	width:490px;
	margin:0 auto;
	padding:10px;
}

.oldbrowser {
	display: none;
}

.future {
	font-size: 150%;
	color: #ff0000;
	text-align: center;
}

.visit {
	font-size: 100%;
	text-align: center;
}

.accessed {
	color: #666666;
	text-align: right;
}

.full {
	text-color:black;
	clear:both;
}

.f1-2 {
	width:55%;
	color:black;
	font-size:0.8em;
	float:left;
	text-align:left;
}

.f2-2 {
	/*width:100%;*/
	color:black;
	font-size:0.8em;
	text-align:right;
}

.loadPic {
	display:none;
}

