/* 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;
}

/* 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;
}
.h1logo
{
	width: 100px;
	height: 100px;
	float:left;
	margin-left:25px;
}

img {
	border: 0;
}
h1 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FA0029;
	padding-top: 10px;
	text-align:center;
}

#wrapperMaster h1
{
	clear:both;
	font-size: 36px;
	line-height: 180%;
	font-weight:bold;
	}
	
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
div#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
div#wrapperMaster {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	height:500;
}
div#headerimg {
	width: 750px;
	margin: 0 auto;
	height: 175px;
	background-color: #CC6;
}
div#leftcol {
	float: left;
	width: 200px;
}
div#logowrap {
	margin: 15px 0 10px 0;
	text-align: center;
}
div#logowrap a {
	margin: 0;
}
div#leftcol ul {
	padding-top: 10px;
}
div#leftcol ul li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 12px;
}
div#leftcol ul li a.subnav {
	margin-left: 15px;
	display:inline-block;
}
div#leftcol ul li#subnavtop {
	border-top: 1px dotted #FA0029;
	width: 125px;
	padding-top: 10px;
}
div#leftcol ul li a#bandsstart {
	margin-left: 15px;
}
div#leftcol ul li#subnavbase {
	border-bottom: 1px dotted #FA0029;
	width: 125px;
	padding-bottom: 10px;
}
div#rightcol {
	margin-left: 210px;
	margin-right: 200px;
}
div#footer 
{
	
	margin-left:0px;
	padding:0px;
	margin-top: 50px;
	font-size: 12px;
/*	text-align: center;*/
	width:700px;
}
div#footer ul {
	list-style-type: none;
}
div#footer ul li {
	list-style-image: none;
	margin-left:20px;
	display: inline;
	/*margin-right: 20px;*/
}
div#rowthree { /* holds BANES logo */
	border-top: 1px dotted #999;
	margin: 30px 25px 0;
	padding: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 140%;
	clear: both;
}
div#w3clogos {
	float: right;
	text-align: right;
	width: 430px;
}
div#w3clogos a:hover {
	background-color: #FFF;
	text-decoration: none;
}
img#banes {
}
.red {
	color: #FA0029;
}
.bold {
	font-weight: bold;
}
.loginstatus
{
	text-align:right;
}

