body {background-color:#eeeeee;}

#main{
	width:950px;
	height:1000px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	font-family:sans-serif;
	}

#top{
	height:100px;
	background-color:#19411F;
	}

#left{
	clear:both;
	width:90px;
	height:600px;
	margin-top:5px;
	padding-top:10px;
	padding-left:2.5px;
	padding-right:2.5px;
	padding-bottom:25px;
	background-color:#19411F;
	float:left;
	font-size:12px;
	color:#ffffff;
	}

#right{
	width:90px;
	height:600px;
	margin-top:5px;
	padding-top:10px;
	padding-left:2.5px;
	padding-right:2.5px;
	padding-bottom:25px;
	float:right;
	background-color:#19411F;
	font-size:12px;
	color:#ffffff;
	}

#middle{
	width:auto;
	height:625px;
	margin-top:5px;
	margin-left:90px;
	margin-right:90px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	background-color:#dde3df;
	background-image:url(back.jpg); 
	background-position:center;
	background-repeat:no-repeat;
	overflow:auto;
	}	
	
#bottom{
    clear:both;
	text-align:center;
	font-size:10px;
	}

h1 {text-align:center;}
h2 {text-align:center;}
h3 {text-align:center;}
h4 {text-align:center; text-decoration:underline;}
	
p {text-align:justify; font-size:13px;}
p.page  {text-align:right;}	

a:link {color:#19411f; text-decoration:none; font-weight:bold; font-size:15px;}
a:visited {color:#19411f; text-decoration:none; font-weight:bold; font-size:15px;}
a:hover {color:#19411f; text-decoration:none; font-weight:bold; font-size:15px;}

table.home {text-align:center; border-color:#000000; border-style:solid; border-width:2px; border-collapse:collapse;}
table.home th {width:110px; border-color:#000000; border-style:solid; border-width:2px; color:#ffffff; background-color:#19411f;}
table.home th.year {width:60px;}
table.home td {border-color:#000000; border-style:solid; border-width:2px;}

table.links {text-align:center; border-color:#000000; border-style:solid; border-width:2px; border-collapse:collapse;}
table.links td {width:225px; border-color:#000000; border-style:solid; border-width:2px;}

table.results {width:100%; text-align:center; border-color:#000000; border-style:solid; border-width:2px; border-collapse:collapse;}
table.results th {border-color:#000000; border-style:solid; border-width:2px; color:#ffffff; background-color:#19411f;}

table.results_stats {float:right; width:30%; border-color:#000000; border-style:solid; border-width:2px; border-collapse:collapse;}
table.results_stats th {border-color:#000000; border-style:solid; border-width:2px; color:#ffffff; background-color:#19411f;}
table.results_stats td {text-align:center; border-color:#000000; border-style:solid; border-width:2px;}
table.results_stats td.name {text-align:left; border-color:#000000; border-style:solid; border-width:2px;}

table.contact {width:75%; font-weight:bold; font-size:13px;}

img.logo {height:75px;}


