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

html, body {
	margin:0;
	padding:0;
}

body {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/headerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#wrap {
	width:1000px;
	margin: 0 auto;
	margin-top: 240px;
	position: relative;
	
}

#topbar {
	height: 91px;
	width: 1000px;
	background-image: url(images/centerbackground2_1.png);
	background-repeat: no-repeat;
	background-position: center top;
		}

#navlinkbox {
	position: absolute;
	margin:0;
	padding:0;
	list-style:none;
	top: 59px;
	left: 100px;
	width: auto;
	min-heigh:26px
		}
		
#navlinkbox li{
	float:left;
	margin: 0 7px 0 0;
}

#navlinkbox li a {
	color:#fff;
	font-weight:bold;
	display:block;
	padding:8px 15px;
	text-decoration:none;
	height:20px;
	text-shadow:2px 2px #333;
	background-color: #CC0000;
	font-size: 16px;
}

#navlinkbox li a:hover {
	background-color: #000099;
}

#navlinkbox li.selected a {
	background-color: #000099;
	}
#infobox {
	width: auto;
	text-align: left;
	background-attachment: fixed;
	background-image: url(images/centerbackground2_2.png);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 15px;
	padding-right: 300px;
	padding-bottom: 25px;
	padding-left: 90px;
	min-height: 600px;
}

#infobox ul {
	margin: 0px;
}
#infobox p {
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1
.em;
	margin-left: 0px;
}


#infobox a {
	color: #000066;
}

#infobox a:hover {
	color: #CC0000;
}
#infobox h2 {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
#infobox h3 {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
#infobox h4 {
	margin: 0px;
	padding: 0px;
}
#infobox td {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
#bandbox td {
	border-bottom-style: none;
	padding-left: 3px;
	margin: 0px;
	}

.infoboximage-right {
	float: right;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#sidebar {
	position: absolute;
	margin:0;
	top: 40px;
	left: 725px;
	width: 229px;
	text-align: center;
	height: auto;
	border: 1px solid #CC0000;
	background-repeat: repeat;
	background-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#sidebar p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sidebar h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}

#sidebar a {
	color: #FFFFFF;
	font-size: 16px;
}

#sidebar a:hover {
color: #FFFF33
}
#sidebar img {
margin:0px;
padding:0px;
}

#footer {
	height: 91px;
	width: 1000px;
	background-image: url(images/centerbackground2_4.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
.headline {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.bold {font-weight: bold}

.littlebitty {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.twelveptbold {
	font-size: 12px;
	font-weight: bold;
}
.centertxtinfobox {
	text-align: center;
}
.blue30px {
	font-size: 30px;
	color: #000099;
}
.sixteenpxbold {
	font-size: 16px;
	font-weight: bold;
}

.style4 {font-size: 15px}

.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 8px;
margin-bottom: 8px;
}

.alignright
{
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.alignleft
{
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}
