@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #5C2C04;
	background-color: #000031;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.blue {
	color: #000032;
}
.brown {
	color: #5E3F22;
}

h1, h2, h3 {
	color: #5E3F22;
}



a:link {
	color: #2B275A;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000033;
}
img,img a:link  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
hr {
	color: midnightblue;
}




#wrapper {
	width: 1008px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
#header {
	background-image: url(../images/cycling-for-a-cure-header.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 1008px;
}

#container  {
	width: 936px;
	text-align: center;
	padding-right: 36px;
	padding-left: 36px;
	padding-top: 0px;
	display: block;
	padding-bottom: 0px;
	margin: 0px;
}
#mainNav {
	background-image: url(../images/menu-bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 23px;
	padding-left: 20px;
	width: 915px;
}
#menuBarPadding {
	background-image: url(../images/menu-bar-extra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 32px;
	height: 23px;
	float: left;
}
#imageBanner {
	width: 936px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	width: 912px;
	padding-right: 9px;
	padding-left: 11px;
	padding-top: 1px;
	padding-bottom: 18px;
	background-color: #FFFFFF;
	text-align: left;
	color: #2B2B5D;
}
#mainContent p {
	text-align: justify;
}
#mainContent ul {
	list-style-image: url(../images/bike-button.jpg);
	line-height: 30px;
}
#flash {
	height: 648px;
	width: 648px;
	margin-right: auto;
	margin-left: auto;
}

.ribbon    li  {
	list-style-image: url(../images/ribbon-bullet.gif);
}
#AdBanner {
	width: 936px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000031;
}
.small {
	font-size: x-small;
}






#footer {
	width: 936px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000032;
	text-align: center;
	font-size: x-small;
	color: #683B12;
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 12px;
	bottom: 0px;
	padding-top: 3px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}




.leftColumn {
	float: left;
	width: 564px;
	clear: none;
	display: block;
	position: relative;
	margin-right: 12px;
}



.rightColumn {
	clear: both;
	float: right;
	width: 312px;
	position: relative;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000031;
}
.yellowBox {
	background-color: #FFFF99;
	border: 1px solid #000032;
	padding-bottom: 6px;
}

.rightColumn h1 {
	text-align: center;
	font-size: 24px;
}
.rightColumn h2 {
	font-size: 18px;
	text-align: center;
}
#CasinoTripForm {
	text-align: left;
	background-color: #000032;
	color: #FFFF99;
}
#CasinoTripForm .fieldset {
	border: 1px solid #000031;
	padding: 3px;
}
label {
	font-size: 10px;
}
select {
	font-size: 12px;
}
input {
	font-size: 12px;
}
.footnote {
	font-size: 10px;
	font-style: italic;
}
