body {
	background-color: #000000;
	background-image:url(/images/stars_bg.gif);
	background-attachment:fixed;
	background-position:bottom left;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	margin:0;
	padding:0;
}

p {
padding: 0;
margin: 0 0 10px 0;
} 

a:link, a:visited {	color: #00adef; text-decoration: none;}
a:hover, a:active {	color: #00adef;	text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	/*font-weight: normal;*/
	padding: 0px;
	letter-spacing: -1px;
	text-transform:uppercase;
}

h1 {
	font-size: 24px;
	color: #00a650;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size: 19px;
	color:#007f2c;
	margin:15px 0 10px;
	text-transform:none;
}
h3 {
	font-size: 14px;
	color: #00a650;
	margin:15px 0 0;
}
h4, h5, h6 {
	font-size: 14px;
	margin:10px 0;
	text-transform:none;
	font-weight:bold;
	/*letter-spacing:0px;*/
}
img {border: none;}

#container {
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	border-left:2px solid #ffffff;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	background-color:#000000;
}

#header {
	width:100%;
	height:300px;
	overflow:hidden;
}

#topbanners {
	width:100%;
	height:75px;
	overflow:hidden;
	border-bottom:1px solid #ffffff;
}

.topBanner {
	margin:0;
	padding:0;
	width:400px;
	height:75px;
	overflow:hidden;
	float:left;
}

#topFlash {
	width:100%;
	height:160px;
	overflow:hidden;
}

#topImage {
	width:100%;
	height:160px;
	overflow:hidden;
}

#topscroll {
	width:100%;
	height:20px;
	overflow:hidden;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	color:#00adef;
}

#topmenu {
	width:100%;
	height:40px;
	overflow:hidden;
	margin:0 auto;
}

#main {
	width:100%;
	text-align:left;
}

#colA {
	width:185px;
	float:left;
	padding:0;
	margin:0px 0px 5px 0px;
}

#colA a, #colA a:visited, #colA a:hover, #colA a:active {
	color:#ffffff;
}

#colA h2 {
	font-size:14px;
	color:#ffffff;
	margin-top:2px;
}

#colA .sidebox {
	padding-left:5px;
	padding-top:5px;
	width:176px;
	border-top:3px double #ffffff;
	border-right:3px double #ffffff;
	border-bottom:3px double #ffffff;
	margin-bottom:5px;
}

#colA ul {
	list-style:none;
	padding:0px;
	margin:0px 0px 5px 0px;
}

#colA ul ul {
	padding-left:10px;
	width:166px;
	border:0px;
}

#colA ul li {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:2px;
}

#colA ul li ul li{
	font-size:10px;
	text-transform:uppercase;
}

ul#greenMenu {
	margin:0;
}

ul#greenMenu li {
	margin-bottom:0;
}

ul#greenMenu a, ul#greenMenu a:visited, ul#greenMenu a:hover, ul#greenMenu a:active  {
	color: #00CC00;
	margin:0;
}

#colB {
	width:605px;
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}

#colB p {
	padding-right:10px;
}

#colBnews{
	width:375px;
	float:left;
}

#colBnews a, #colBnews a:visited, #colBnews a:hover, #colBnews a:active {
	color:#ffffff;
}

#colBnews ul {
	padding-left:2px;
	padding-top:5px;
	margin:0;
	font-size:14px;
	font-weight:bold;
}

#colBnews ul li {
	margin-bottom:10px;
	list-style:none;
	background-image:url(/images/star_bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:22px;
}
	

#colBloop {
	width:225px;
	float:right;
	text-align:center;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	padding-top:10px;
}

#colBloop-new {
	width:225px;
	float:right;
	text-align:center;
	padding-top:10px;
	padding-right:2px;
}

#colBevents {
	width:225px;
	float:right;
	text-align:center;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#colBcontent {
	width:425px;
	float:left;
}

#colBbanners {
	width:160px;
	float:right;
}

#colBbanners img {
	margin-bottom:10px;
	margin-right:0px;
}

#bottombanners {
	padding-top:10px;
	text-align:right;
	padding-right:5px;
}

.clear {
	clear:both;
}

.largeBanner {
	border:1px solid #064287;
	width:195px;
	height:170px;
}

.smallBanner {
	border:1px solid #064287;
	width:142px;
	height:110px;
}

/*
///////////////////////////
START NEWS PAGE STYLING (news.php)
\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.postMeta {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 2px;
	/*border-top: 2px solid #e2e2e2;*/
	color: #555;
}
.postMeta strong {
	color: #555555;
}
.postList p{
	margin-top:0px;
	margin-bottom:0px;
}

.postList {
	margin-bottom: 15px;
	padding-bottom:10px;
}
#postPage h1 {
	margin-bottom: 3px;
}

.postList h2 {
	margin-bottom: 4px;
}
/*
///////////////////////////////////////////////
END NEWS PAGE STYLING */

.newsFooterDate, .readMoreArticles {
	font-size:10px;
}

/* //////////////////////////////////////////////////
BEGIN EVENT PAGE STYLING
*/
.eventtable {
	width: 550px;
	position: relative;
	overflow:hidden;
	margin-bottom: 15px;
	padding-bottom:10px;
}
.eventtable .tableleft {
	float: left;
	width: 430px;
}
.eventtable .tableright {
	float: right;
	width: 120px;
}
.eventtable h3{
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
}
.eventtable .tableleft h1 sup{
	font-size:10px !important;
}
.eventtable .tableleft h1 {
	font-size:18px;
	margin-bottom:5px;
	font-weight:normal;
	color:#007f2c;
}
.eventtable .tableleft h2 {
	font-size:14px;
	margin-top:5px;
	font-weight:normal;
	letter-spacing:normal;
}
.eventtable .tableleft h3 {
	margin: 0px 0px 3px;
	line-height: normal;
}
.eventtable .tableright img {
	width: 110px;
}
#eventDetailPopped {
	background-color:#000000;
	border:2px solid #ffffff;
	margin:10px;
	padding:5px;
	position:relative;
} 

#eventDetail .eventdescr p, #eventDetailPopped .eventdescr p {
	margin-top: 0px;
	min-width:0;
}
#eventDetail .eventdescr h4, #eventDetailPopped .eventdescr h4 {
	margin-bottom: 2px;
	margin-top: 14px;
	color:#00a650;
	min-width:0;
}
#eventDetail .eventimage, #eventDetailPopped .eventimage {
	float: right;
	margin-left: 8px;
	margin-bottom: 3px;
	padding-right:10px;
	position:relative;
}
#eventDetail .eventimage img, #eventDetailPopped .eventimage img {
	border: 1px solid #fff;
	height: 150px;
	width: 150px;
	padding:1px;
}
#eventDetail .viewallevents, #eventDetailPopped .viewallevents {
	padding-top:10px;
}


/* /////////////////////////////////////
END EVENT PAGE STYLING
*/

/* START ERROR PAGE STYLES
//////////////////////////////
*/
#errorCodeBody {
	background: #000000 url(/images/bg_mid.png) repeat-x center top;
}

#errorHeader {
	height:200px;
}

#errorCode {
	width: 700px;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#errorCode h1 {
	color: #FFCC00;
	font-size: 30px;
	line-height: normal;
	margin-top: 25px;
}
#errorCode p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
}

#errorLogo {
	display: block;
	float: left;
	margin-right: 15px;
}
#errorCode a {
	color: #FFFFFF;
	text-decoration: underline;
}
#errorCode p.errorType {
	font-size: 10px;
	line-height: normal;
	color: #5F1892;
}

/* END ERROR PAGE STYLES
///////////////////////////////
*/

.required {
	font-weight:bold;
	color:#ff0000;
}

.ticketButton {
	float:right;
	clear:both;
	padding-right:14px;
}
.slideshow{
	float:right;
	margin:0 10px 6px 10px;
	border:solid 2px #333;
	padding:1px;
}

.vt {
	height:303px;
	width:437px;
	margin:80px auto 0;
	padding:50px 0 0 0;
	text-align:center;
	background:#000;
	border:2px solid #fff;
}
div.flash {

}

.infoLink {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.infoLink a, .infoLink a:visited, .infoLink a:hover, .infoLink a:active {
	color: #ffffff;
	text-decoration: none;
}

.coda-slider-wrapper { padding: 0px 0 }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 225px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 225px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0  }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; line-height:10px; color: #fff; padding: 0px 5px 3px 5px; width:10px;}
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left { float: left; margin-top:-14px; height:14px; font-weight:bold; font-size:14px; position:relative; z-index:1000; }
	.coda-nav-right { float: right; margin-top:-14px; height:14px; font-weight:bold; font-size:14px; position:relative; z-index:1000; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-decoration: none; }
	.coda-nav-left a { text-align:left; }
	.coda-nav-right a { text-align:right; float:right;}