/*CSS referenced from http://www.csscreator.com/version2/pagelayout.php*/

body {
	background-color: #000;
	color: #fff;
	margin: 0px;
	padding: 0;
	margin-left: 0%;
	margin-right: 0%;
	text-align: center;
}

a:link {color : #69c;}
a:visited {color : blue;}
a.navlink {text-decoration: none;}

#Content {
	background-color: #000;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}

h2#menutitle {
	display: none;
}

h2.TopicHead {
	color: #BBC1D1;
	text-align: center; 
	text-decoration: none;
	font-size: 35px;
}

h3.SubHead {
	color: #69c;
}

span#header{
	display: none;
}

#mainmenu {
	display: block;
	color: #fff;
	background-color: #000;
	padding: 0ex;
	margin: 0;
	margin-right: 0%;
	position: relative;
	text-align: right;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}

#mainmenu li {
	display: inline;
	color: #fff;
	behavior:url(hover.htc);
}

#mainmenu li a {
 color: white;
 text-decoration: none;
}

#mainmenu li:hover a, #mainmenu li.hover a{
 color: red;
 text-decoration: none;
}

ul.Sponsor, ul#LinkList {
	list-style-type: none;
	color: #ccc;
	border: 0;
	padding: 0;
	margin: 0;
}

li.SponsorName {
	font-size: larger;
	font-weight: bold;
}

img {
	border: 0;
}

li.LinkListItem {
	text-align: left;
	font-size: large;
	padding-bottom: 48px;
}

ul.InnerEventList, ul.OuterEventList, ul.InnerLinkList, ul.RideOuter, ul.RideInner {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li.OuterEventListItem {
	padding-bottom: 14px;
}

table#rides {
	table-layout: fixed;
	border: inset 1pt;
	width: 100%;
}

tr.RideHeader {
	text-align: center;
	color: #69c;
}

table#rides td {
	padding: 1em;
	border: solid 1pt;
	border-color: #fff;
}

li.RideOuterItem {
	padding: 1em;
}

li.SpecType, li.RideOwner  {
	list-style-type: none;
	font-weight: bold;
	color: #ccc;
}

li.SpecItem {
	list-style-type: circle;
	color: #ccc;
}

table#ridemain {
	table-layout: fixed;
	border: inset 0pt;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

table#ridemain td {
	padding: 1em;
	border: solid 0pt;
	border-color: #fff;
}

table#ridemain td img {
	vertical-align: middle;
}

table#ridemain td a {
 color: white;
 text-decoration: none;
}

table#ridemain td a:hover, table#ridemain td a.hover{
 color: red;
 text-decoration: none;
}

p.icons {
text-align: center;
}

p#footer {
font-size: smaller;
text-align: center;
}

div#IntroPageCar {
text-align: center;
}