/* CSS  Print Document*/

body {
	margin: 10px;
	background-color: #FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 140%;
	color: #000;
}
div.loginstatus
{
	display: none;
}

/* global links */

a {
	text-decoration: none;
	color: #000;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
div#wrapper {
	width: 750px;
	margin: 0;
	text-align: left;
	background-color: #FFF;
}
div#headerimg {
	display: none;
}
div#rowone {
	margin: 10px 25px 25px 25px;
	clear: both;
}
img#logo {
	float: left;
}
div.featurebox {
	display: none;
}
div#rowtwo {
	margin: 0 25px 25px;
	clear: both;
}
div#welcome {
}
div#announcements {
}
div#announcements p.newsheader {
	font-weight: bold;
}
div#announcements h2 {
	margin-bottom: 10px;
}
div#announcements img {
	float: left;
	margin: 0 10px 10px 0;
}
div.newsblock {
	display: block;
	clear: both;
}
div#footer {
	display:none;
}
div#rowthree { /* holds BANES logo */
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	line-height: 140%;
}
img#banes {
}
div#banestext {
	float: right;
	width: 430px;
	margin-right: 25px;
}
div#w3clogos {
	display:none;
}
.bold, .red {
	font-weight: bold;
}
