@charset "UTF-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #999999;
}
#wrapper {
	background: url(../images/wrapperbg_lgrey.jpg) repeat-y center top;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#container {
	text-align: left;
	background: url(../images/headerbg_lgrey.jpg) no-repeat center top;
	width: 1000px;
	margin: 0px;
	padding: 0px;
} 
#header {
	height: 100px;
	background: url(../images/DC940header.jpg) no-repeat center bottom;
	margin: 0px 0px 8px;
	padding: 17px 0px 0px;
	width: 1000px;
} 
#navigation {
	height: 31px;
	width: 940px;
	margin-left: auto;
	background: #CCCCCC;
	margin-right: auto;
	font-style: normal;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	clear: left;
	margin-left: 30px;
	border-right: 1px dotted #666666;
	cursor: auto;
}
#sidebar1 p {
	font-size: .7em;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent {
	width: 560px;
	margin: 0 auto;
	padding-top: 15px;
} 
#mainContent p {
	font-size: 0.75em;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right: 28px;
	padding-left: 25px;
	text-align: left;
}
.caption {
	font-size: .75em;
	font-style: italic;
}
#navigation  li a {
	font-style: normal;
}
#mainContent  h1, h2, h3 {
	color: #003399;
	text-align: center;
	margin: 10px 0px 10px;
}
#mainContent hr {
	color: #999999;
	margin-right: 25px;
	margin-left: 25px;
}
#blogFeed {
	width: 530px;
	margin-right: 10px;
	margin-left: 25px;
	margin-top: 20px;
}
#rideSchedule {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#rideSchedule p {
	font-size: 0.85em;
	margin-top: 5px;
	padding-top: 0px;
}
#rideSchedule h3, h4 {
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #003399;
}
#rideSchedule TABLE {
	border: 1px solid #999999;
}
#rideSchedule   th  {
	font-size: 0.65em;
	font-weight: bold;
	color: #FFFF00;
	background: #003399 no-repeat;
	text-align: center;
	vertical-align: middle;
}
#rideSchedule   td  {
	font-size: 0.65em;
	text-align: left;
	border: 1px solid #999999;
}
#rideSchedule  tr.odd  {
	background: #FFFFCC;
}
#rideSchedule tr:hover {
	background: #FFFF66;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 0px;
	margin-right: 30px;
	background: #FFFFCC;
	border-left: 1px dotted #666666;
}
#sidebar2 h4 {
	margin-bottom: 0px;
	margin-top: 15px;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0px 5px 8px;
	border-bottom: 1px solid #666666;
	margin-top: 0.8em;
	margin-bottom: 0px;
	line-height: 1.2;
	background: #FFFFCC;
}
#sidebar2    p    .ridename {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #003399;
}
#sidebar2  p .ridedate {
	font-weight: bold;
	font-size: 105%;
}
#memberForm {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	text-align: left;
	font-size: 0.8em;
}
#rideform {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 0.8em;
	margin-top: 25px;
}
#footer {
	background:url(../images/footerbg_lgrey.jpg) no-repeat center bottom;
	clear: both;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.85em;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer a:hover, a:active, a:focus {
	color: #003399;
	text-decoration: underline;
}
#memberlist    a  {
	color: #003399;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
.warning {
	font-weight:bold;
	color:#FF0000
}
#memberlist {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 0.70em;
	text-align: left;
	line-height: 1.2;
}
#memberlist p {
	text-align: center;
}
#memberlist    h1, h2, h3{
	color: #003399;
	padding-top: 20px;
	text-align: center;
}
#memberlist th {
	color: #FFFF00;
	text-align: center;
	font-size: 1.1em;
	background: #003399;
}
#rideform label {
	font-weight: bold;
	display: block;
	color: #003399;
}
#rideform textarea {
	height: 150px;
	width: 400px;
}
#ridelist {
	font-size: 0.65em;
	text-align: left;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2;
}
#ridelist p {
	text-align: center;
}
#ridelist th {
	color: #FFFF00;
	background: #003399;
}
#ridelist h1, h2 {
	clear: both;
	text-align: center;
	color: #003399;
}
.hilite {
	background: #FFFFCC;
}
#recNav {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#recNav .textRight {
	text-align: right;
}
