@charset "utf-8";
body {
	background: #999 url(../_images/BG2.jpg) 0px 0px;
	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: #000000;
	font-family: "Adobe Caslon Pro Bold", "Times New Roman", Georgia, "Century Schoolbook L", serif;
	font-size: 100.01%;
}
.oneColFixCtrHdr #container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	margin: 11px 0px 20px;
	float: right;
	width: 875px;
	font-size: 1.1em;
	padding: 10px 25px;
	text-align: justify;
	position: relative;
	background-image: url(../_images/Background.png);
	border-top: 4px solid #EEB726;
	border-right: 4px solid #CE9A11;
	border-bottom: 4px solid #AB800E;
	border-left: 4px solid #D8A211;
}
.oneColFixCtrHdr #quick {
	font-size: 0.9em;
	width: 875px;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px solid #0F3;
	background-color: #FFF;
	text-transform: uppercase;
	word-spacing: 0.5em;
	margin-top: 16px;
	text-align: justify;
}
#quick a:link, a:visited {
	color: #00C;
	text-decoration: underline;
}


#mainContent h1 {
	font-size: 2em;
}


#mainContent p a:link , #mainContent p a:visited{
	text-decoration: underline;
	color: #00C;
}
#mainContent p img#photo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

#mainContent img {
	position: absolute;
	right: 30px;
	display: block;
}
#mainContent p a #flag {
	position: static;
}





#mainContent #regForm  , #mainContent #frmReserve{
	background: #FC9;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #999;
	color: #000;
}
#mainContent #regForm #frmRegister fieldset , #mainContent #frmReserve fieldset{
	padding: 10px;
	margin-bottom: 20px;
}
#mainContent #regForm #frmRegister legend , #mainContent #frmReserve legend{
	font-size: 1.3em;
	font-variant: small-caps;
	color: #333;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}
#mainContent #regForm #frmRegister label , #mainContent #frmReserve label{
	padding: 10px;
}
#mainContent #regForm #frmRegister input.text , #mainContent #frmReserve input.text{
	width: 220px;
}
#mainContent #regForm #frmRegister input.text:focus , #mainContent #frmReserve input.text:focus{
	background-color: #FF9;
}







#sidebar {
	margin: 15px 0px 20px;
	float: left;
	width: 250px;
	border: 1px solid #000;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
	background: #CB955F;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li a{
	display:block;
	font-weight: bold;
	color:#666;
	text-decoration:none;
	margin: 5px;
	border: 1px solid #666;
	padding: 0.3em;
}
#sidebar li a:link , #sidebar li a:visited{
	text-decoration: none;
	display: block;
	color: #666;
	margin:10px auto;
	border: 1px solid #666;
	line-height: 1.4em;
	background: #C96;
}
#sidebar ul li a.blinker {
	color: #F00;
	text-decoration: blink;
	text-transform: uppercase;
}

#sidebar li a:hover {
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	background: #FDDB55;
	text-transform: uppercase;
	border: 1px solid #000;
	font-size: 1em;
}
table#priceTable {
	font-family: "Adobe Caslon Pro Bold", "Times New Roman", Georgia, "Century Schoolbook L", serif;
	font-size: 1em;
	color: #000;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
table#priceTable th {
	font-size: 1.1em;
	background-color: #D9D9D9;
	line-height: 30px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
table#priceTable td {
	background-color: #FC6;
	text-align: center;
	border: 1px solid #FFF;
}
table#priceTable thead th.name {
	text-indent: -1000em;
}
table#priceTable caption {
	font-variant: small-caps;
	font-size: 1.2em;
}



.oneColFixCtrHdr #footer {
	background: #808080;
	clear: both;
}


#footer table tr #MS {
	background: url(../_images/MSLogo.jpg) no-repeat center center;
}
#footer table tr td{
	border: 2px outset #666;
}

/* #footer table tr td#MS a:link , #footer table tr td#MS a:visited{
	background: url(../_images/MSLogo.jpg) no-repeat center top;
	display: block;
}
#footer table tr #MS a:hover  {
	border:none;
	background: center bottom;
} ROLLOVER ATTEMPT*/

#footer table caption {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0;
	letter-spacing: 0.15em;
	padding: 10px 3px 3px;
}

.members_list {
	clear: both;
	position: relative;
	left: 81px;
}
.oneColFixCtrHdr #container #mainContent p a .sponsors {
	position: absolute;
	left: 120px;
	visibility: visible;
}
#mainContent img.sponsor {
	display: block;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	position: static;
	left: 10px;
}
.activePage {
	font-size: 1.2em;
	font-variant: normal;
	text-transform: uppercase;
	background: #FECD47;
	display: block;
	padding: 0.3em 0em 0.3em 0.3em;
	margin: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	font-weight: bolder;
	border-right: 1px solid #000;
}
.leftPadding {
	padding-left: 25px;
}
.sponsorName {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.3em;
	color: #600;
	text-decoration: underline;
}
.rightSide {
	position: absolute;
	right: 50px;
	display: block;
}
.highlight {
	font-weight: 900;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #F00;
}
.smallType {
	font-size: 75%;
	font-weight: lighter;
	color: #000;
}

