@charset "windows-1252";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #390000;
	background-image:url(images/bkgd.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	font-size: 12px;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: 12px;
}
.style2 {
	font-size: 12px
}
.style5 {
	font-size: 12px;
	color: #CCCCCC;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #823C36;
	margin-top: 5px;
}
.style6 {font-size: 9px; font-weight: bold; }
a:link {
	color:#cccccc;
}
a:visited {
	color: #999999;
}
a:hover {
	color:#0000FF;
}
a:active {
	color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 782px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #400000;
	background-image:url(images/main-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
	text-align: left;
}
.oneColFixCtr #thisWeekBox {
	padding-top: 15px;
	padding-bottom: 3px;
	padding-left: 1%;
	width:  207px;
	font-size: 12px;
	background-repeat: no-repeat;
	float:left;
	margin-right: 5pt;
	padding-right: 1%;
	clear: both;
	left: 25px;
}
.oneColFixCtr #featBox1 {
	width: 205px;
	height: 115px;
	font-size: 8px;
	background-image:url(images/featured-new.png);
	background-repeat: no-repeat;
	float:left;
	padding-left: 2px;
	margin-left: 5px;
	margin-right: 5px;
}
.oneColFixCtr #featBox2 {
	width: 200px;
	height: 115px;
	font-size: 8px;
	background-image:url(images/featured.png);
	background-repeat: no-repeat;
	float:right;
	padding-left: 0px;
	padding-top:5px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	clear: left;
}
.oneColFixCtr #featBox3 {
	padding-top: 5px;
	padding-right: 2px;
	font-size: 8px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 330px;
	height: 115px;
	float:left;
	background-image: url(images/featured-long.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.oneColFixCtr #featBoxlong {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	width:  270px;
	font-size: 8px;
	height: 115px;
	background-repeat: no-repeat;
	float:left;
	background-image: url(images/featured-new-long.png);
	margin-right: 5px;
}
.oneColFixCtr #footer {
	clear:both;
	font-size: xx-small;
	font-style: normal;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

.oneColFixCtr #history {
	float:right;
	padding-right: 15px;
	padding-left: 15px;
	width: 300px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
}
.oneColFixCtr #Levels {
float:right;
padding-right: 10px;
padding-left: 10px;
margin-left: 5px;
margin-right: 5px;
width: 200px;
}
.oneColFixCtr #clearone {
	clear:both;
	    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtr #LeftSidebar {
width: 10%;
float:left;
}
.oneColFixCtr #SidebarContent {
width: 90%;
float:left;
}
subtitle {
	color: #000;
}
.blacktext {
	color: #D6D6D6;
}
.blacktext {
	color: #000;
	font-size: 14px;
}
.oneColFixCtr #container #mainContent table tr .style14 h1 {
	color: #000;
}

.box {
	position: relative;
	padding: 1em;
}
.red {
	background: #cc0000;
	color: #fff;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background:url(images/cornerImage.png) no-repeat;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: 100% 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}

.redGradient {
	background: url(images/featBkgd.jpg) bottom repeat-x;
	color: #FFF;
}
