/* CSS Document */

body {
	margin: 0;
	background-color: #CC6;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 140%;
	color: #000;
}

.loginstatus 
{
	color:Blue;
}

h1
{
	line-height:120%;
}

div.editPara
{
	border: medium ridge #FF0000;
}
a.editPara
{
	border: medium ridge #FF0000;
}

/* Global hyperlinks */


a:link {
	text-decoration: underline;
	color: #FA0029;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #FA0029;
	background-color: #FC3;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-align:center;
}
div#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
div#headerimg {
	width: 750px;
	margin: 0 auto;
	height: 220px;
	background-color: #CC6;
}
div#rowone {
	margin: 25px 25px 25px 25px;
	clear: both;
}
img#logo {
	float: left;
}
div.featurebox {
	float: left;
	width: 155px;
	margin: 10px 0 0 25px;
	font-size: 12px;
}
div.featurebox img {
	display: block;
	margin-bottom: 10px;
}
div#rowtwo {
	margin: 0 25px 25px;
	clear: both;
}
div#welcome {
	float: left;
	width: 325px;
	margin: 10px 0 25px 0;
	padding-right: 19px;
	border-right: 1px dotted #FA0029;
}
div#announcements {
	float: left;
	margin: 10px 0 0 25px;
	width: 320px;
	font-size: 12px;
	line-height: 1.3em;
}
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 {
	font-size: 12px;
	text-align: center;
	clear: both;
	padding-top: 30px;
}
div#footer ul {
	list-style-type: none;
}
div#footer ul li {
	list-style-image: none;
	display: inline;
	margin-right: 20px;
}
div#rowthree { /* holds BANES logo */
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	margin: 10px 25px 25px;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
}
img#banes {
}
div#banestext {
	float: right;
	width: 430px;
	margin-right: 25px;
}
div#w3clogos {
	margin-right: 25px;
	text-align: right;
}
div#w3clogos a {
	background-color: #FFF;
	text-decoration: none;
}
.red {
	color: #FA0029;
}
.bold {
	font-weight: bold;
}

