html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body, html {
	height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #424242;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	text-decoration:underline;
	margin: 0px 0px;
}

h3 {
	font-size: 90%;
	font-weight: bold;
	margin: 0px 10px;
	margin-top: 25px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	margin: 0px 10px;
}
p {
	font-size: 90%;
	margin: 0px 20px;
	margin-top: 20px;
}
.maincontainer {
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.maincontainer .header {
	height: 208px;
	width: 770px;
	background-color: #8EF55B;
}
.maincontainer .nav {
	height: 48px;
	width: 770px;
	background-color: #000000;
}

.maincontainer .navHead {
	width: 630px;
	height: 48px;
	margin: 0 auto;
	background-image:url(../images/nav_cycle.jpg);
	background-repeat: no-repeat;
	/*background-position:20px; centered on about */
	/*background-position:160px; centered on events */
	/*background-position:290px; centered on charities */
	/*background-position:390px; centered on sponsors */
	/*background-position:515px; centered on charities */
}

.maincontainer .nav ul li{
	display: block;
	float:left;
	padding: 0;	
}
.maincontainer .nav ul li a{
	border: 0;
	text-align: center;
	text-decoration: none;
}
.maincontainer .content {
	width: 100%;
}
.maincontainer .content li {
	font-size: 90%;
	list-style:none;
	margin: 0px 15px;
	margin-top: 10px;
}

.maincontainer .leftcol {
	padding: 20px;
	padding-right: 0px;
	width: 370px;
	float: left;
}
.maincontainer .topcol {
	padding: 20px;
}
.maincontainer .botcol {
	padding: 20px;
	
}


.maincontainer .rightcol {
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 360px;
	float: right;
}
.maincontainer .footer {
	height: 40px;
	width: 770px;
	background-color: #000000;
	clear: both;
}
.maincontainer .navFoot {
	width: 500px;
	margin: 0 auto;
	margin-top: 8px;
}
.maincontainer .footer ul li{
	display: inline;
	padding: 0 10px;
	* padding: 0 9px;
}
.maincontainer .footer ul li a{
	text-align: center;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.maincontainer .footer ul li a:hover{
	color: #8EF55B;
}

.navHead #navAbout {
	display:block;
	width:103px;
	height:48px;
	background-image: url(../images/nav_about.gif);
	background-position: 0 -48px;
}
.navHead #navAbout:hover {
	display:block;
	width:103px;
	height:48px;
	background-image: url(../images/nav_about.gif);
	background-position: 0 0;
}
.navHead #navEvents {
	display:block;
	width:171px;
	height:48px;
	background-image: url(../images/nav_events.gif);
	background-position: 0 -48px;
}
.navHead #navEvents:hover {
	display:block;
	width:171px;
	height:48px;
	background-image: url(../images/nav_events.gif);
	background-position: 0 0;
}
.navHead #navCharities {
	display:block;
	width:95px;
	height:48px;
	background-image: url(../images/nav_charities.gif);
	background-position: 0 -48px;
}
.navHead #navCharities:hover {
	display:block;
	width:95px;
	height:48px;
	background-image: url(../images/nav_charities.gif);
	background-position: 0 0;
}
.navHead #navSponsors {
	display:block;
	width:101px;
	height:48px;
	background-image: url(../images/nav_sponsors.gif);
	background-position: 0 -48px;
}
.navHead #navSponsors:hover {
	display:block;
	width:101px;
	height:48px;
	background-image: url(../images/nav_sponsors.gif);
	background-position: 0 0;
}
.navHead #navRegister {
	display:block;
	width:160px;
	height:48px;
	background-image: url(../images/nav_register.gif);
	background-position: 0 -48px;
}
.navHead #navRegister:hover {
	display:block;
	width:160px;
	height:48px;
	background-image: url(../images/nav_register.gif);
	background-position: 0 0;
}

#flashVideo {
	height: 280px;
	width: 360px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}