body {
	background-color: #959595;
	background-image: url(/images/bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

.stdtext {
	font-weight: normal;
	font-size: 11px;
}

.stdtext12 {
	font-weight: normal;
	font-size: 11px;
}

.header {
	background-image: url(/images/header2.png);
	background-repeat: none;
	background-position: top;
	margin: 0px;
	width: 984px;
	height: 122px;
}

.footer {
	background-image: url(/images/footer.png);
	background-repeat: none;
	background-position: top;
	margin: 0px;
	width: 984px;
	height: 101px;
}

.navbar {
	background-image: url(/images/navbar.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	color: #e8e8e8;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.leftmargin {
	background-color: #ffffff;
	background-image: url(/images/left.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	vertical-align: top;
}

.rightmargin {
	background-color: #ffffff;
	background-image: url(/images/right.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	vertical-align: top;
}

.content {
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.rcol {
	width: 200px;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.frame {
	width: 120px;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #83AEC2;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.biomain {
	background-color:#ffffff;
	margin:0px;
	padding:8px;
	text-align:justify;
}

.biocaption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.biocaption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.bioframe {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #9FD9B9;
}

.biotext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

.vollist {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.dottedline {
	clear: both;
	background: url("/images/dottedline.gif") repeat-x center;
	margin-top: 16px;
	margin-bottom: 16px;
}

.dottedlineV {
	clear: both;
	background: url("/images/dottedlineV.png") repeat-y center;
	margin-left: 16px;
	margin-right: 16px;
}

.dottedlineH {
	clear: both;
	background: url("/images/dottedlineH.png") repeat-x center;
	margin-top: 16px;
	margin-bottom: 16px;
}

.dottedlineNarrow {
	clear: both;
	background: url("/images/dottedline.gif") repeat-x center;
	margin-top: 1px;
	margin-bottom: 1px;
}

.cellone {
	background-color: #bcd2c4;
}

.celltwo {
	background-color: #ffffff;
}

.sponsorOLD {
	background: url("/images/sponsorBG.png") no-repeat left bottom;
	float: left;
	margin: 0px 4px; /* 12x3/8 */
	width: 192px;
	height: 100px;
	padding: 0px;
	font-size: 11px;
	cursor:pointer;
	text-align: left;
}

.sponsor {
	background-color: #fff4d2;
	float: left;
	margin: 0px 4px; /* 12x3/8 */
	width: 192px;
	height: 100px;
	padding: 0px;
	font-size: 11px;
	cursor:pointer;
	text-align: left;
	border: 1px solid #cd1226;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.sponsorTitle { 
	margin:8px 8px 0px 8px; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.sponsorInfo { 
	margin: 3px 8px 0px 12px; 
	color: #555555; 
	font-weight: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: left;
}

.sponsorUrl { 
	margin: 5px 8px 8px 8px; 
	padding-left: 7px; 
	color: #006600; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.sponsorContainer a:link, .sponsorContainer a:visited, .sponsorContainer a:hover, .sponsorContainer a:active { 
	text-decoration: none; 
}

input.shade {
	background-image: url("/images/inputbg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #7FB993;
	padding-left: 4px;
	font-family: arial,helvetica; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: #244f33;
}

textarea.shade {
	border: 1px solid #7FB993; 
	font-family: arial,helvetica; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: #244f33; 
	height: 75px; 
	width: 290px; 
	background-image: url(/images/inputbg.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	padding-left: 4px;
}

select.shade {
	border: 1px solid #7FB993; 
	font-family: arial,helvetica; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: normal; 
	font-size-adjust: none; 
	font-stretch: normal; 
	color: #244f33; 
	background-image: url(/images/inputbg.gif); 
	background-repeat: no-repeat; 
	background-position: left top; 
	padding-left: 4px;
}

.seatingcell1 {
	background: #ffffff;
	text-align: center;
	font-size: 8px;
}

.seatingcell2 {
	background: #bad5c3;
	text-align: center;
	font-size: 8px;
}

input.btn {
  color:#244f33;
  font-weight: bold;
  font-size: 11px;
  font-family: helvetica,arial,sans-serif;
  background-color:#ffffec;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffffcc');
}


/* Menu Bar */
.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	background: url(/images/navbar.png) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #e8e8e8;
	padding: 4px 7px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	/*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(/images/navbar.png) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FCFACF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #333333; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C9E2C5;
}


.topmedia {
	background-color: #ffffff;
	background-image: url(/images/mediaT.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	vertical-align: top;
	height: 14px;
}

.rightmedia {
	background-color: #ffffff;
	background-image: url(/images/mediaRight.png);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
	vertical-align: top;
	width: 17px;
}

.basemedia {
	background-color: #ffffff;
	background-image: url(/images/mediaB.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	vertical-align: bottom;
	height: 15px;
}

.leftmedia {
	background-color: #ffffff;
	background-image: url(/images/mediaLeft.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
	vertical-align: top;
	width: 15px;
}


a.curNewsLink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover.curNewsLink {
	color: #8fc5a0;
	text-decoration: none;
}

.hidden{display:none;}

