/* Style Sheet (c)2006 Dick Ober, baystatehost.com */

body {
	background-color:darkgray;
	width:720px;
	margin:0 auto;
	padding:5px 5px 5px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

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

a:visited {
	color:green;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}

a:active {
	color:red;
	text-decoration:none;
}

.oldbrowser {
	display:none;
}

.footer {
	width:684px;
	margin:0 auto;
	position:relative;
	bottom:60px;
	text-align:center;
	font-size:76%;
	clear:both;
}


/*-- IMAGE FORMATTING --*/

.shadowleft {
	float: left;
	background-color: #333; /*set shadow color*/
}
.shadowleft img {
	display: block;
	position: relative;
	background-color:#fff; /* set frame color*/
	padding:0; /* set frame width */
	margin: -4px 4px 4px -4px; /*set shadow pos'n*/
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

.loadPic {
	display:none;
}

/* FULL WIDTH CONTENT */
.full {
	font-size:76%;
	color:black;
	text-align:justify;
	clear:both;
}

@media print {
	div.nop {
	display:none;
	border:none;
	border-style:none;
}}

