body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: navy;
	background-color: white;
	line-height: 120%;
	margin: 10px 0 0 0;;
	padding: 0;
	text-align: center;
	}
/* -------------------------------------------------------------*/
/* HEADINGS */
/* -------------------------------------------------------------*/
h1 {
	font-size: 130%;
	font-weight: normal;
	text-align: left;
	color: navy;
	padding-top: 0.3em;
	margin-bottom: 1.0em;
	}

h1.blue {
	font-size: 115%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	/*width: 100%; */
	color: navy;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	/* border: 1px dashed red; */
	border-bottom: 1px dotted navy; 
	}
	
h1.red {
	font-size: 115%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	/*width: 100%; */
	color: navy;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	/* border: 1px dashed red; */
	border-bottom: 1px dotted navy; 
	}
	
h1.yellow {
	font-size: 115%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	/*width: 100%; */
	color: navy;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	/* border: 1px dashed red; */
	border-bottom: 1px dotted navy; 
	}


	
h2 {
	color: black;
	font-size: 140%;
	font-weight: normal;
	padding-top: 15px;
	}
	
h3 {
	font-size: 95%;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: navy;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
	
	
/* -------------------------------------------------------------*/
/* ANCHORS / LINKS / NAVIGATION
/* -------------------------------------------------------------*/
a {font-weight: normal;}
	
a:link {color: blue;}
a:visited     {color: blue;}
a:hover       {color: red;}
a:active {color: blue;}


p.mainmen a {text-decoration: none;	}
p.mainmen a:link {color: navy;}
p.mainmen a:visited   {color: navy;}
p.minmen a:active {color: navy;}
p.mainmen a:hover {color: red;}

h3 a {text-decoration: none;}

table.topmenu {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	color: navy;
	margin: 0;
	}
	
table.topmenu td {
	width: 25%;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 0;
	font-size: 100%;
	font-weight: bold;
	color: navy;
	}
	
table.times {
	width: 90%;
	font-size: 100%;
	font-weight: normal;
	color: navy;
	margin-bottom: 2.0em;
	}
	
table.times caption {
	text-align: left;
	font-size: 110%;
	padding-left: 10px;
	font-style: italic;
	color: navy;
	}

	
table.times td, table.times th {
	width: 13%;
	text-align: left;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccccff;
	font-size: 100%;
	font-weight: normal;
	color: navy;
	}
	
table.times td.fullname {
	width: 35%;
	}
	
table.times th {font-weight: bold;}

/* -------------------------------------------------------------*/
/* DIVISIONS */	
/* -------------------------------------------------------------*/
#wrapper {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0px;
	}
	
#mainpic1 {
	width: 800px;
	height: 523px;
	border: 0;
	background: white url('images/2011-01-laidlaw-ken.jpg') no-repeat;
	margin-bottom: 10px;
	}
	
#mainpic2 {
	width: 800px;
	height: 523px;
	border: 0;
	background: white url('images/2011-02-park.jpg') no-repeat;
	margin-bottom: 10px;
	}

#mainpic3 {
	width: 800px;
	height: 523px;
	border: 0;
	background: white url('images/03-hamish.jpg') no-repeat;
	margin-bottom: 10px;
	}

#mainpic4 {
	width: 800px;
	height: 523px;
	border: 0;
	background: white url('images/04-two-riders.jpg') no-repeat;
	margin-bottom: 10px;
	}


#mainmenu {
	float: right;
	height: 30px;
	width: 95%;
	text-align: right;
	border: 0;
	background-color: #ffff40;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin-top: 450px;
	font-family: "eras medium ITC", verdana, arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	}
	
p.mainmen {
	margin-top: 8px;
	margin-right: 20px;
	}


#mainbody {
	width: 800px;
	text-align: left;
	border: 0;
	margin-bottom: 10px;
	}
	
.sectional {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-top: 1px dashed blue;
	}
	
#footer {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px 0;
	border-top: 1px dashed navy;
	border-bottom: 1px dashed navy;
	}

h4 {
	font-weight: bold;
	font-size: 90%;
	padding: 0 0 0.1em 0;
	margin: 0 0 0 0;
	}

p.feedback {
	font-style: italic;
	font-size: 90%;
	margin: 0 0 0 0;
	padding: 0 0 1.0em 0;	
	}
	
p.feedname {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	padding: 1.0em 0 2.0em 0;
	}

/* -------------------------------------------------------------*/
/* TABLES */
/* -------------------------------------------------------------*/

table.listing {
	width: 800px;
	}
	
table.listing td {
	vertical-align: top;
	}
	
table.listing td.right {
	padding-left: 20px;
	width: 270px;
	vertical-align: middle;
	}
	
table.downloads {
	width: 80%;
	margin-top: 1.0em;
	border-collapse: collapse;
	}
	
table.downloads td {
	padding: 8px;
	text-align: center;
	border: 1px solid #9999ff;
	}
	
/* ----------------------------------------------------------- */
/* MISC */
/* ----------------------------------------------------------- */

ol, ul {
	margin-top: 10px;
	margin-left: 10px;
	}
	
ol {list-style: decimal;} 

ol ol {list-style-type: lower-alpha;}

li {margin-bottom: 10px;}

ul.starblue {
	list-style-type: disc;
	list-style-image: url(images/star_blue_12.jpg)
	}

ul.starblue li {
	margin-left: 15px;
	padding-left: 15px;
	}
	
ul.starblue li.boldred {
	font-weight: bold;
	color: red;
	}

hr.blue {
	border: 1px solid blue;
	}
