@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}
h3 {
	/* border-left: 6px #900 solid; */
	background: url(images/smallbean.jpg) no-repeat;
	padding-left:20px;
	font-size:20px;	
	color: #900;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #993366;
}
a:active {
	text-decoration: none;
	color: #990000;
}

/* CSS Styles for Div Containers */
.wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width:900px;
}
.texttop {
	width:900px;
	height: 20px;
}
.bannerimage {
	background-color: #cc6600;
}
.menu {
	background-image:url(images/menubg.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 897px;
	height: 37px;
	padding-left: 3px;
}
.menudivider {
padding : 0 0 0 0;
float: left;
}
.menuitem {
	padding-left:8px;
	padding-right:8px;
	padding-top:10px;
	height: 27px;
	background-image:url(images/menubg.jpg);
	float: left;
	border:thin;
	border-color:#C30;
	color:white;
	font-size: 15px;
	font-weight:bold;
}
.menuitem:hover {
	height: 29px;
	padding-top:8px;
	background-image:url(images/menubghighlight.jpg);
}
.menulink {
color:#FFCC00;
font-size: 15px;
font-weight:bold;
}
a.menulink:visited, a.menulink:link, a.menulink:hover {
color:#FFCC00;
text-decoration:none;
}
.maincontentwrapper {
	width: 900px;
	background-color: #990000;
	margin-top: 0px 0px;
}
.maincontentinnerwrapper {
	margin: 0 auto 0 auto;
	width: 810px;
	background-image: url(images/maincontentbg.jpg);
	background-color: #ffffcc;
	border-left: 15px #666633 solid;
	border-right: 15px #666633 solid;
	overflow: hidden;
}
.contentleft {
	height: 100%;
	background-color: #cc6600;
	float:left;
	width: 200px;
	vertical-align: top;
	padding: 2px 2px 5px 5px;
	margin-right: 10px;
	text-align: left;
}
.purplebox {
	background-color: #993366;
	width: 208px;
	margin-left: -5px;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
}
.contentright {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.contentrighttextbox {
	width: 580px;
	margin-left: 220px;
	margin-top:10px;
	padding-right:10px;
	color: #000;
	text-align: left;
}
.marginspacer {
	height: 10px;
}
.footer {
	margin: 0 0;
	background-color: #990000;
	height: 20px;
	text-align: center;
	width: 900px;
}
.footnotes {
	text-align: right;
	background-color: #000;
	font-size: 8px;
}
/* Text Styles */
.whitetext {
	color: #FFF;
	font-wight: bold;
}

.bigred {
	color: #C30;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.bandheader {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#006;
	font-weight:bold;
	text-decoration:underline;
}
