@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#header {
	height: 200px;
}
#navigation {
	height: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/nav_bg.jpg);
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
#marquee {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #333333;
	height: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content {
	background-color: #000000;

}
#leftColumn {
	float: left;
	width: 250px;
	background-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
#rightColumn {
	float: right;
	width: 610px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #000000;
}
#singleColumn {
	float: left;
	width: 880px;
	background-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#courtesynav {
	clear: both;
	height: 25px;
	background-image: url(images/nav_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

#footer {
	clear: both;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	background-image: url(images/footer_bg.jpg);
}

h2 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
hr {
	color: #CCCCCC;
}
.redtext {
	color: #FF0000;
	font-weight: bold;
}



a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
