.pagelayout
{
	width: 974px;
	margin: 0px auto 0px auto;
	font-family: Arial,Helvetica,Sans;
	color: #ffffff;
	font-size: 75%;
	background-color: #2e2e2e;
}
.donateForm
{
    float:left;
    margin-left:150px
}
td
{
    color: #ffffff;
	font-size: 75%;
}
a
{
    color: #ffffff;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
    color: #ffffff;
}
a:visited
{
    color: #ffffff;
}
.menu 
{
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 22px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
.menulink
{
	color: #ffffff;
	text-decoration: none;	
}
.menulink:hover
{
	text-decoration: none;	
}
.menulink:visited
{
	color: #ffffff;	
}
.menubutton
{
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 3px;
	float: left;
}
.subBanner
{
	background-image: url(images/sub_banner_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #808080;
}
.content
{
	margin: 20px 20px 20px 20px;
	clear: both;
}
.runner
{
	width: 182px;
	margin: 10px 0px 10px 10px;
	float: left;
}
.runnername
{
	text-align: center;
	width: 182px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sponsorme
{
	width: 182px;
	text-align: center;	
}
.timer
{
    border: 2px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 3px 3px 3px;
    float: left;
    vertical-align: bottom;
}
.timerNumber
{
    font-weight: bold;
    font-size: 180%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}
.timerText
{
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}
.statsection
{
	clear: both;
	padding: 0px 20px 20px 20px;
	border-top: 1px solid #808080;
}
.statistics
{
    background-color: #074179;
    width: 920px;
    float: left;
    padding: 5px 5px 5px 5px;
    border: 2px solid #ffffff;
}
.statSubSection
{
    float: left;
    font-size: 120%;
    font-weight: bold;
    width: 200px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0px auto;
	border-top: 2px solid #999999;
	text-align: center;
	width: 954px;
}
