﻿body, html
{
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	color: #009900;
	font-size: 14px;
	margin: 0;
}

#divWrapper
{
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
}

#divHeader
{
	width: 100%;
	font-weight: bold;
	font-size: 72px;
	vertical-align: middle;
	text-align: center;
	background-color: #009900;
	color: #FFFFFF;
	font-family: 'Comic Sans MS' , Fantasy;
	height: 120px;
	padding: 40px 0 40px 0;
}

#divSubHead
{
    width: 800px;
    vertical-align: middle;
    text-align: center;
    background-color: #E8E8E8;
    height: 50px;
    padding: 10px 100px 10px 100px;
}

#divPage
{
	width: 1000px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(bg_sidebar.jpg);
	background-repeat: repeat-y;
}

#divContent
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#divSidebar
{
	width: 160px;
	min-height: 800px;
	float: left;
	padding: 40px 20px 0 20px;
	text-align: center;
}

#divMain
{
	width: 700px;
	min-height: 800px;
	float: right;
	padding: 40px;
	background-color: #FFFFFF;
	margin: 0;
}

#divHitCounter
{
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #006600;
    padding: 30px 10px 30px 10px;
}

#divFooter
{
    width: 100%;
    height: 80px;
    padding: 20px 0 20px 0;
    font-weight: normal;
    font-size: 12px;
    background-color: #009900;
    text-align: center;
    color: #FFFFCC;
}

#pIntro
{
    font-size: 16px;
    color: #006600;
}

#pHitCounter
{
    text-align: center;
    font-family: 'Comic Sans MS';
    font-size: 20px;
    color: #009933;
    font-weight: bold;
}

#pSportsLinks
{
    text-align: center;
    font-weight: bold;
    color: #000000;
}

a.SportsLinks
{
    color: #006600;
    text-decoration: none;
}

a.SportsLinks:hover
{
    color: #00AA00;
}

#pPartners
{
    font-size: 20px;
    text-align: left;
}

a.Partners
{
    text-decoration: none;
    font-size: 20px;
    color: #004400;
}

a.Partners:hover
{
    color: #00AA00;
}

a.RSSChannel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #004400;
}

a.RSSLink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #404040;
}

a.RSSLink:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #006600;
}

.RSSItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #006600;
    list-style-type: none;
}

.aEmail
{
    color: #CCCCCC;
}

.aEmail:hover
{
    color: #FFFFFF;
}
