body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++             LAYOUT ELEMENTS             ++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++         container          ++++++++++++++++++++++++++++*/ 

#container{
	margin: 0px auto;
	padding: 10px 0 10px 0;
	width: 780px;
	} 


/*+++++++++++++++++++++++++++        charitybar        ++++++++++++++++++++++++++++*/ 
 
#charitybar {
	margin: 0 0 10px;
	padding: 0;
	width: 780px;
	height: 80px;
	clear: both;
}
#bluewrapper {
	background-color: #2caae2;
	padding: 0px 0px 20px;
	width: 100%;
}
#holder {
	clear: both;
}
#bannerad {
	float: right;
}
#blockad {
	float: left;
}
 
 
/*+++++++++++++++++++++++++++           header        ++++++++++++++++++++++++++++*/ 

#header {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	width: 780px;
	height: 323px;
	background-image:   url(images/basic_page_elements/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
	clear: both;
}
#header_race_logo {
	margin: 0;
	padding: 0px;
	float: none;
} 
#navigation   {
	display: block;
	list-style-type: none;
	margin: 0 0 20px;
	padding: 15px 30px 0;
	font-size: 0.85em;
	width: 720px;
	text-transform: uppercase;
	height: 55px;
	letter-spacing: 0em;
	text-align: center;
	background-image: url(images/basic_page_elements/navbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#navigation  li {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 4px 0;
	line-height: 2em;
}
#navigation  li  a {
	color: #1F465B;
	text-decoration: none;
	padding: 6px 15px 6px 6px;
	display: block;
	float: left;
	font-weight: bold;
}
#navigation  a:hover {
	color: #5CB783;
}
#navigation a:hover span{
	color: #1F465B;
}


/*+++++++++++++++++++++++++++           header        ++++++++++++++++++++++++++++*/ 

 #TICKER {
	float: left;
	width: 320px;
	margin: 20px 0 0 20px;
	padding: 0px;
	overflow: hidden;
	clear: left;
	font-size: 0.8em;
	}
	
#TICKER a{
	text-decoration: none;
	color: #666666;
	font-weight: 900;
	}
#TICKER a:hover{
	color: #221F72;
	}
 
	
/*+++++++++++++++++++++++++++       content     ++++++++++++++++++++++++++++*/ 
 
#content{
	margin: 0px;
	padding: 0 0 20px 0;
	width: 780px; 
	background-image: url(images/basic_page_elements/bg-page.gif);
	background-repeat: no-repeat;
	background-position: right top;
} 

 /*+++++++++++++++++++++++++++       content - two collumns NAVIGATION   ++++++++++++++++++++++++++++*/ 

#pagenav{
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
} 
#pagenav h6 {
	color: #C8E8FA;
	padding: 0px;
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.6em;
	text-align: right;
}
#pagenav ul{
	margin: 0px;
	padding: 0px;
}
#pagenav  li{
	margin: 0px;
	padding: 0px;  
	list-style-type: none;
}
#pagenav  li  a{
	color: #9AD7F6;
	margin: 0;
	font-size: 1em;
	text-decoration: none;
	width: 220px;
	padding: 0 0 15px 0;
	display: block;
	background-image: url(images/basic_page_elements/sidenavpad.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#pagenav  a:hover {
	color: #FFFFFF;
}
#pagecontent {
	width: 530px;
	margin: 0px;
	padding: 0;
	float: right;
}

/*+++++++++++++++++++++++++++    content  -  TEXT ELEMENTS   ++++++++++++++++++++++++++++*/

#content p {
	font-size: 0.75em;
	color: #133640;
	line-height: 2em;
	margin: 0px;
	margin: 0px 0px 10px 0px;
}
#content p a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content p a:hover {
	color: #221F72;
}
#content h1 {
	font-size: 1.2em;
	line-height: 120%;
	font-weight: lighter;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h2 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: bold;
	color: #224960;
	margin: 15px 0px 3px 0px;
	padding: 0px;
}
#content h3 {
	font-size: 0.9em;
	line-height: 120%;
	font-weight: bold;
	color: #275772;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140%;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #6EB43F;
	font-weight: bold;
	margin: 20px 0px 0 0px;
	padding: 0px;
}
#content   li {
	color: #133640;
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}

/*+++++++++++++++++++++++++++       content - two collumns  cont.  ++++++++++++++++++++++++++++*/ 

#twocolsright{ 
	margin: 0px; 
	padding:  0px ;
	width: 520px; 
	float: right; 
} 
/*+++++++++++++++++++++++++++        footer      ++++++++++++++++++++++++++++*/ 
 
#footer {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	background-color: #FFFFFF;
	height: 100px;
	clear: both;
}
 

#footer p{
	font-size: 0.8em;
	color: #000000;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	_padding: 0px 0px 10px 10px;
	clear: both;
}

#footer a{
	text-decoration: none;
	color: #000000;
}

#footer a:hover{
	color: #2CAAE2;
}
 

#footer h6 {
	padding: 0;
	_padding: 0px 0px 15px 10px;
	margin : 0;
	float: right;
}
.width780 {
	width: 870px;
	margin: 0px auto;
}
.height70 {
	height: 70px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++             TEXT ELEMENTS               ++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.largerWhite {
	font-size: 1.2em;
	font-weight: bold;
}
/*+++++++++++++++++++++++++++             Charity LI's              ++++++++++++++++++++++++++++*/

#chlist {
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	height: 18px;
	}

#chlist li{ 
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
}

#chlist a{
	padding: 2px 0px 2px 0px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #3B6324;
	border-bottom: 1px solid #3B6324;
	width: 19px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #224960;
} 

#chlist li a:hover{
	background-color: #4FB47C;
} 

/*+++++++++++++++++++++++++++           Basic TExt Additions            ++++++++++++++++++++++++++++*/
.largerBlue {
	font-size: 1.2em;
	color: #1A57A0;
	line-height: 140%;
	font-weight: 500;
}
.treat_white {color: #ffffff}
.treat_bold {font-weight: bold}
.treat_bold_UC {
	font-weight: bold;
	text-transform: uppercase;
}
.treat_bold_reverse {font-weight: bold; color: #ffffff}
.treat_bold_blue {
	font-weight: bold;
	color: #18569F
}
.treat_blue {
	color: #1A57A0
}
.treat_italic {font-style: italic}
.treat_italicWhite {font-style: italic; color: #ffffff}
.divider {
	background-color: #6EB43F;
	height: 2px;
	padding: 0px;
}

.bg_light {
	background-color: #EEEEEE;
	font-size: 0.7em;
	color: #1D2880;
	padding: 3px;
}
.bg_dark {
	background-color: #221F72;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 5px;
}
.bg_medium {
	background-color: #1957A0;
	color: #FFFFFF;
	padding: 3px;
	font-size: 0.7em;
}

/*+++++++++++++++++++++++++++          float for image           ++++++++++++++++++++++++++++*/
.floatright {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.floatleft {
	margin: 0px 10px 0px 0px;
	float: left;
}
.lighter {
	color: #2CAAE2;
}

#trainingtable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F1552;
}
