

/*   TEXT STYLES   */

p {
	font-family: times, serif;
	font-size: 13px;
	color: #EED2A3;
	text-align: center;
}

.titleTxt {
	display: block;
	color: #784217;
	font-size: 13pt;
	font-family: Engravers MT,
				Times New Roman, serif;
	text-align: center;
	padding: 0px 0px 2px 0px;
	width: 450px;
	border-bottom: 1px solid #784217;
}

.title2ndBorder {
	display: block;
	color: #784217;
	font-size: 1pt;
	font-family: Engravers MT,
				Times New Roman, serif;
	text-align: center;
	margin-top: -15px;
	width: 450px;
	border-top: 1px solid #784217;
}



.emailTxt {
	font-family: times, serif;
	font-size: 14px;
	text-align: center;
	color: #784217;
	margin: .5em;
}

.emailFormTxt {
	font-family: times, serif;
	font-size: 12px;
	text-align: right;
	color: #784217;
	margin: .65em;
}

.largeTXT {
	font-family: times, serif;
	font-size: 14px;
	text-align: center;
	color: #EED2A3;
}

.specialTxt {
	font-family: times, serif;
	font-size: 11px;
	color: #784217;
	text-align: center;
}

.bicycleTxt {
	font-family: times, serif;
	font-size: 12px;
	color: #784217;
	text-align: center;
}

.bicycleNameTxt {
	font-family: times, serif;
	font-size: 14px;
	color: #784217;
	line-height: 0px;
	text-align: center;
}


/*       EVENT TEXT          */
.eventRideTxt {
	font-family: times, serif;
	font-size: 14px;
	color: #784217;
	text-align: center;
}

.eventBodyTxt {
	font-family: times, serif;
	font-size: 12px;
	color: #784217;
	text-align: left;

}

.eventInfoTxt {
	font-family: times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #784217;
	text-align: left;

}

.eventNameTxt {
	float: left;
	display: block;
	color: #EED2A3;
	background-color: #9A6101;
	font-size: 9pt;
	font-family: Engravers MT,
				Times New Roman, serif;
	text-align:left;
	padding: 5px 10px 5px 7px;
	width: 435px;
}


.eventDateTxt {
	font-family: times, serif;
	font-size: 14px;
	color: #784217;
	text-align: left;

}



ul {
	margin: .1em;
	list-style-image: url(images/clover.png);
}


li {
	font-family: times, serif;
	font-size: 12px;
	color: #784217;
	margin-bottom: .1em;
}

.liEmail {
	font-family: times, serif;
	font-size: 12px;
	color: #784217;
	margin-left: 9em;
	margin-bottom: .1em;
}


a:link {
	color: #E00000;
}

a:visited {
	color: #E00000;
}

a:hover {
	color: #green;
}

a:active {
	color: #E00000;
}



a.bodylink:link {
	color: #E00000;
}

a.bodylink:visited {
	color: #E00000;
}

a.bodylink:hover {
	color: #yellow;
}

a.bodylink:active {
	color: #E00000;
}

/*    SIDE NAV TEXT       */

a.navText {
	float: left;
	display: block;
	color: #784217;
	font-size: 9pt;
	font-family: Engravers MT,
				Times New Roman, serif;
	text-align:left;
	padding: 5px 10px 5px 7px;
	border-top: 1px solid #784217;
	text-decoration:none;
	margin-left: 7px;
	width: 125px;
}

img.floatLeft { 
    float: left;
}


.updateTxt {
	color: #E00000;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
}

a.navText:hover, a.button:active {
	color: #3B8744;
	background-color:#EDCC8D;
}

a.navTextlast {
	float: left;
	display: block;
	color: #784217;
	font-size: 9pt;
	font-family: Engravers MT, Times New Roman, serif;
	text-align:left;
	padding: 5px 10px 5px 7px;
	spacing: 10px;
	border-top: 1px solid #784217;
	border-bottom: 1px solid #784217;
	text-decoration:none;
	margin-left: 7px;
	margin-bottom: 12px;
	width: 125px;
}

a.navTextlast:hover, a.button:active {
	color: #3B8744;
	background-color:#EDCC8D;
}









/*   MAIN FRAME   */

div#outerWrap {
	position: relative;
	width: 830px;
	margin: 15px auto;
	border: 0px;
}

div#title {
	position: absolute;
	width: 830px;
	height: 78px;
	top: 0px;
	left: 0px;
	padding: 0px;
	border: 0px;
}

div#sideNav {
	position: absolute;
	top: 77px;
	left: 0px;
	width: 160px;
	height: 350px;
	padding: 0px;
	border: 0px;
	background-color: #DEB871;
}

div#mainContent {
	position: absolute;
	top: 77px;
	left: 160px;
	background-color: #EED2A3;
	width: 670px;
	height: 350px;
	padding: 0px;
}

div#bottomStripe {
	position: absolute;
	top: 427px;
	left: 0px;
	width: 790px;
}

div#bottomInfo {
	position: absolute;
	top: 440px;
	left: 0px;
	background-color: #784216;
	width: 790px;
	padding: 0px 20px 0px 20px;
}



/*              COMING SOON PAGE              */

div#comingsoon {
	position: absolute;
	width: 550px;
	height: 200px;
	top: 60px;
	left: 40px;
	padding: 0px;
	border: 0px;
}

.comingsoonTxt {
	font-family: times, serif;
	font-size: 16px;
	color: #784217;
	line-height: 1.2em;
	text-align: center;
}



/*       HOME FRAME       */

div#mainTable {
	position: relative;
	width: 670px;
	height: 350px;
	margin: 0px;
	border: 0px;

}

div#mainSpecialtxt {
	position: absolute;
	top: 235px;
	left: 30px;
	height: 65px;
	width: 209px;
	padding: 0px;

}

div#mainEventtxt {
	position: absolute;
	top: 235px;
	left: 405px;
	height: 73px;
	width: 233px;
	padding: 0px;
}




/*       BICYCLE FRAME       */

div#bicycleTable {
	position: relative;
	width: 670px;
	margin: 0px;
	border: 0px;
}

div#bicycleNameTableWrap {
	position: relative;
	width: 604px;
	height: 35px;
}

div#bicycleNameTableLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 35px;
	width: 302px;
}

div#bicycleNameTableRight {
	position: absolute;
	top: 0px;
	left: 302px;
	height: 35px;
	width: 302px;
}




/*       EVENTS FRAME       */

div#eventsTable {
	position: relative;
	width: 450px;
	margin: 0px;
	border: 0px;
	background-color: #EED2A3;
}

div#eventBanner {
	position: relative;
	width: 450px;
	height: 25px;
	margin: 0px;
	background-color: #9A6101;
}



/*       EMAIL FRAME       */

div#emailWrapper {
	position: relative;
	width: 450px;
	margin: 0px;


}

.emailTableLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	text-align: right;
}


.emailTableRight {
	position: absolute;
	top: 0px;
	left: 110px;
	width: 340px;
}

.emailTableBottom {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 340px;
}


<!--        MAP FRAME    -->
div#mapTable {
	position: relative;
	width: 652px;
	height: 336px;
	margin: 0px;
	border: 0px;
}

.mapBoxLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 319px;
	width: 145px;
	padding: 10px;
}


.mapBoxRight {
	position: absolute;
	top: 10px;
	left: 166px;
	height: 319px;
	width: 450px;
	padding: 0px;
}




