﻿/* CSS layout */
body {
	margin: 0 auto auto 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #EFEFEF;
}
#masthead {
	background-image: url('Assets/malinda%20motorcycle.jpg');
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 235px;
	padding-bottom: 20px;
}

#top_nav {
}

#container {
	min-width: 600px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

#left_col {
	width: 160px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
}

#page_content {
	margin-left: 190px;
	margin-right: 200px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 640px;
	padding-left: 20px;
}

#footer {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #F74C4C;
}
h1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC3300;
}
.learnmore {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
ol {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	vertical-align: middle;
}
h2 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990099;
	border-bottom-color: #9930B6;
	border-bottom-style: solid;
	border-bottom-width: thin;
	width: 140px;
}
.tablefont {
	font-size: 18px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	font-family: "Arial Black";
	font-size: 35px;
	font-weight: bolder;
	background-color: #EFEFEF;
	color: #CC3300;
	padding-top: 0px;
	margin-top: 0px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
.RallieDate {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.RalleyName {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #CC3300;
}
.RalleyInfo {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	margin-top: 5px;
	text-align: left;
	border-bottom-style: solid;
}
.table {
	border-bottom-style: solid;
	padding: 2px;
	margin: 2px;
}
h6 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 8px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
.statelist {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #CC3300;
	border-bottom-color: #CC3300;
	font-size: x-small;
	width: 650px;
}
