html, body {
	background-color: #680804;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	z-index: 0;
	font-size: 12px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/site/bg.png);
	}
#bodyCenter {
	width: 100%;
	position:absolute;
	margin:0 0 0 auto;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 5;
	background-image: url(../images/site/bg_skyline.jpg);
}


#flash {
	width: 830px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	padding-left: 29px;
}



#header {
	width: 752px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}

#footerCont {
	width: 865px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/site/body_footer.png);
	background-color: #660400;
	padding-left: 80px;
}

#container {
	display: block;
	top: 0px;
	min-height: 100%;
	padding: 0px;
}
html>body #container {
		width: 850px;
}

#contentleft {
	text-align: left;
	position: relative;
	top: 5px;
	float: left;
	width: 485px;
	height: auto;
	z-index: 2;
	display: block;
	left: -13px;
}

#right_content {
	width:220px;
	position: relative;
	float:left;
	z-index: 5;
	display: block;
	text-align: center;
	top: 10px;
	left: 12px;
		}

p {
	margin: 0px;
	font-size: 10px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}




h1 {
	margin: 0px;
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	color: #336699;
	padding-bottom: 10px;
}
.subtitle {
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}


h2 {
	margin: 0px;
	font-size: large;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cell_sched_header {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #00CC33;
}



td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


#main_bodybg {
	background-color: #FFFFFF;
	width: 583px;
	border-right-color: #041c4a;
	border-right-width: 3px;
	text-align:left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	position: absolute;
	height: auto;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 9px;
	border-top-width: 3px;
	border-top-color: #041c4a;
	border-bottom-width: 3px;
	border-bottom-color: #041c4a;
}
#headline {
	position: relative;
	height: 52px;
	width: 480px;
	z-index: 26;
	text-align: left;
	float: left;
	clear: left;
}
		
.imageThumb {
	display: inline;
	float: none;
	text-align: left;
}

.imageTableft {
	display: block;
	float: left;
	padding-right: 0px;
	border: 1px solid #000000;
	margin-right: 10px;
}

#NEWrightbody {
	position: absolute;
	left: 765px;
	z-index: auto;
	width: auto;
	top: 0px;
}
#player {
	background-image: url(/images/site/db_lowleft.jpg);
	height: 464px;
	width: 202px;
	position: absolute;
	left: 501px;
	display: block;
	top: 141px;
}


#forum {
	position: absolute;
	left: 506px;
	top: 387px;
}

#footer {
	font-size: 10px;
	width: 500px;
	bottom: 10px;
	position: relative;
}

.headerspace {
	font-size: 10px;
	color: #FFFFFF;
}





li {
	font-size: 10px;
	line-height: 13px;
}

/*img {
	display: block;
}
*/
.boldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #005890;
}

.p_nopad {

	margin: 0px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newbody {
	background-color: #CC3399;
	width: 490px;
	float: left;
	clear: left;
	position: absolute;
	top: 30px;
	height: 100%;
	visibility: visible;
	z-index: 50;
}

/* LINKS */


a:link {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.submenu:link {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.submenu:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.submenu:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a.submenu:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.redbold:link {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.redbold:hover {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.redbold:active {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
a.redbold:visited {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.footer:link {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:hover {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer:active {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer:visited {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a.footersub:link {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footersub:active {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footersub:hover {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footersub:visited {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:active {
	color: #FFFFFF;


x; 	text-decoration: underline;
}

a.white:hover {
	color: #CCCCCC;


x}

a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#framefooter {
	z-index: 500;
	position: relative;
}
li {
	padding-top: 10px;
	list-style-type: disc;
}
#footer_designby {
	height: 33px;
	width: 119px;
	position: absolute;
	float: left;
	display: block;
}

P.catname {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
text-align: left;
}

P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}

IMG.catimage {
border:0px;
border-thickness: 1px;
border-color: #000;
border-style: solid;
vertical-align:top;
}

TD.catimage {
	vertical-align:top;
}


TD.catname {
vertical-align:top;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

table.schedule
{
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #111D49;
	width: 95%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.schedule td
{
	padding: 2px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #fff;
}

table.schedule td.hed
{background-color: #666;
color: #fff;
padding: 0px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 10px;
font-weight: bold;}

table.rightside
{
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	width: 210px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.rightside td
{
	padding: 2px;
	text-align: left;
	background-color: #00FF00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
td.3pointcounter  {
	vertical-align:top;
	text-align: left;
	background-image: url(../images/3ptcounter.png);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-top: 60px;
	line-height: 24px;
}


/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
.AcMedia {
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AcMediaPanel {
	margin: 0px;
	padding: 0px;
	background-color: #B9E3FF;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AcMediaPanelTab {
	background-color: #005890;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 12px;
	background-image: url(../images/video_thumbs/video_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AcMediaPanelContent {
	overflow: auto;
	height: 60px;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AcMediaPanelOpen .AcMediaPanelTab {
	color: #FFFFFF;
	background-color: #005890;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AcMediaPanelTabHover {
	color: #FFFFFF;
	background-color: #005890;
}
.AcMediaPanelOpen .AcMediaPanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AcMediaFocused .AcMediaPanelTab {
	background-color: #005890;
}

Img.AcMedia {
	border: thin solid #005890;
	float: left;
	margin-right: 6px;
}

input,textarea
{
font-size: 11px;
border: 1px solid #c0c0c0;
}





table#home {
}

table#home td {
}
.content {
	text-align: left;
	background-color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	vertical-align: top;

}
.empty {
	background-color: #FFFFFF;
	width: 3px;


}

img.prodimage {
	border: 1px solid #000;	
}
