﻿html, body
{
	height: 100%;
}
body
{
    font-size: 9pt;
    color: Black;
    background: Blue;
    background-image: url('');
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    min-width: 780px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,body,dl,dt,dd,form
{
	padding: 0;
    margin: 0;
}
p
{
	margin: 10px 0px 10px 0px;
}
#wraper
{
    font-size: 9pt;
    min-height: 100%;
    background: White;
	padding: 6px 8px 0px 8px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
    margin: 0px auto;
    width: 762px;
    text-align: left;
}
#banner
{
	position: relative;
	height: 180px;
	width: 760px;
	background-color: #cccccc;
	border: solid 1px Black;
}
#banner img
{
	height: 180px;
	width: 760px;
	border: 0;
}
#RightSidePanel
{
	float: right;
	width: 160px;
	height: 600px;
    margin-top: 10px;
}
#RightSidePanel img
{
	border: 0;
}
#main
{
	width: 590px;
	min-height: 420px;
	margin-top: 10px;
}
#nav
{
	font-size: 10pt;
	color: Black;
}
#nav a
{
	color: Blue;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#search
{
    margin-top: 20px;
	min-height: 400px;
}
#participantData
{
    width: 250px;
    padding-top: 60px;
	font-size: 10pt;
}
.FoundCount
{
	color: #666666;
	font-size: 7pt;
}
#SearchResults
{
	margin-top: 10px;
}
#video
{
    float: right;
	width: 325px;
	margin-left: 0px;
	padding: 5px 0px 5px 0px;
}
#photoad
{
    width: 200px;
    margin: 0px auto;
    text-align: center;
    font-size: 7pt;
}
#photoad img
{
    height: 35px;
    width: 150px;
    padding: 0px 25px 5px 25px;
    margin: 0px auto;
    border: 0;
}
#Player
{
	border: solid 1px Black;
}
#download
{
	font-size: 8pt;
	text-align: center;
}
#download a
{
	color: Blue;
	text-decoration: none;
}
#download a:hover
{
	text-decoration: underline;
}
#donate
{
	clear: left;
	float: left;
	width: 300px;
	padding: 15px 0px 0px 0px;
	font-size: 11pt;
	text-align: center;
}
#donors
{
	clear: left;
	float: left;
	width: 300px;
	padding: 15px 0px 10px 0px;
	font-size: 8pt;
	text-align: center;
}
.total
{
	display: inline;
	font-weight: bold;
	color: Red;
}
.name
{
	display: inline;
	font-weight: bold;
}
.charity
{
	display: inline;
	color: Blue;
	font-weight: bold;
}
#foot
{
    width: 590px;
    height: 80px;
}
#notice
{
	color: #333333;
	font-size: 7pt;
}
#social
{
    height: 30px;
}
#credit
{
	color: #666666;
	font-size: 11pt;
	padding-top: 10px;
}
#credit a
{
	color: #666666;
	text-decoration: none;
}
#credit a:hover
{
	text-decoration: underline;
}
#copyright
{
	color: #999999;
	font-size: 7pt;
}