/* CSS Document */

body{
	background-image: url(../images/structure/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #516C63;
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 63%;
}
h1, h2, h3, h4, h5{
	color: #037668;
	margin: 0px;
	padding: .5em 0px;
}
h1{
	font-size: 2.2em;
}
.centerElement{
	text-align: center;
}
h2{
	font-size: 1.8em;
	font-weight: normal;
}
h3{
	font-size: 1.6em;
}
h4{	font-size: 1.0em;}
#wrapper {
	margin: 0px auto;
	padding: 19px 0px 0px;
	width: 975px;
	background-image: url(../images/structure/pre_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#container{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 955px;
	background-image: url(../images/structure/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header{
	background-color: #FEF7E4;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-bottom: 0px none;
	height: 148px;
	width: 955px;
	background-image: url(../images/structure/head_banner_bg.jpg);
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1{
	font-size: 2.1em;
	text-transform: uppercase;
	font-style: normal;
	font-variant: normal;
	margin: 0px auto 0px -9999px;
	padding: 10px;
	font-weight: normal;
	color: #Ffcc33;
}

#menubar{
	margin: 0px;
	padding: 0px 1px;
	font-size: 1.6em;

}

#nav2 li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav2 li a,#nav2  li a:visited {
	padding: 3px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #203C30;
	font-weight: bold;
	margin: 0px;
	font-size: 1.2em;
}

#nav2 li a:hover {
	color: #f7f7f7;
	background-color: #A9C5BA;
}

#bodycontent{
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 955px;
	clear: both;
}
#leftCol {
	margin: 0px;
	padding: 0px 0px 0px 6px;
	float: left;
	width: 203px;
	clear: both;
}
#rightCol {
	margin: 0px;
	float: right;
	width: 180px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#rightColHome {
	margin: 0px;
	float: right;
	width: 195px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#rightCol ul, #rightColHome ul{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#rightCol ul li, #rightColHome ul li{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#centerCol {
	padding: 5px;
	width: 530px;
	border-right: 3px double #DFE6DF;
	border-left: 3px double #FEF7E4;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 205px;
}
#centerColWide{
	padding: 0px;
	width: 730px;
	text-align: left;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 205px;
}

#centerColCalendar{
	width: 905px;
	text-align: left;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#centerColSSBox {
	padding: 5px;
	width: 500px;
	border-right: 3px double #DFE6DF;
	border-left: 3px double #FEF7E4;
	text-align: left;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 228px;
	height: 350px;
}
#centerColSSTop{
	padding: 0px;
	height: 31px;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/ss_structure/boxTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#centerColSSMiddle{
	height: 292px;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/ss_structure/boxMid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}
#centerColSSBottom{
	padding: 0px;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/ss_structure/boxBot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 31px;
}
#bodycontent div.listBox{
	margin: 0px;
	padding: 0px;
	height: 137px;
	float: right;
	width: 365px;
}
#bodycontent p {
	color: #333333;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	line-height: 1.4em;
	font-size: 1.3em;
}
.basicList{
	font-size: 1.3em;
	list-style-type: circle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.basicList li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#bodycontent p span.strong{
	color: #333333;
	font-weight:bold;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#bodycontent img.right, #bodycontent div#right{
	float: right;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#bodycontent img.rightNoBdr, #bodycontent div#rightNoBdr{
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#bodycontent img.left{
	float: left;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#bodycontent img.leftNoBdr{
	float: left;
	margin: 0px 0px 25px;
	padding: 0px;
	width: 125px;
}

#bodycontent img.list{
	margin: 0px 15px 0px 0px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	float: left;
	padding: 0px;
}
#bodycontent span.inline{
	display: inline;
	color: #C00;
	font-style: italic;
	font-weight: bold;
}


a:link, a:visited{
	color: #003399;
	text-decoration: none;
	font-style: italic;
}

a:hover{
	color: #999999;
}

#footer{
	width: 955px;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #1F392E;
	clear: both;
	background-image: url(../images/structure/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: 3px double #DFE6DF;
	text-align: center;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footer a, footer a:visited{
	color: #003399;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
	background-color: #DEE9E5;
}

#footer p{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	letter-spacing: 0.2em;
	text-align: center;
}

#headerTop {
	background-image: url(../images/structure/pre_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
	padding: 0px;
	height: 19px;
	width: 975px;
}

table.listing{
	font: .9em Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
div.slideshow{
	margin: 0px 15px 5px 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 150px;
}
.floatClear{
	margin: 20px 0px 0px;
	padding: 0px;
	clear: both;
	height: 20px;
}
#memberIFrame{
	margin: 0px;
	padding: 0px;
	width: 700px;
	SCROLLBAR-FACE-COLOR: #f3edcb;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
#duoLevelList {
	font-size: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#duoLevelList li {
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
#duoLevelList li ul li {
	font-weight: normal;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
form.ticketStart{
	background-color: #DEEFEF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #999;
}
.imgBdr{	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;}