@CHARSET "ISO-8859-1";

body
{
	font-size: 18px;
}

a, a:active, a:link, a:visited
{
	color: #47AA42;
}

a:hover
{
	color: #0077C0;
}

a img
{
    border: none;
    padding-top: 5px;
}

.header
{
	color: Black;
	background: White;
	width: 100%;
	min-height: 240px;
	font-weight: bold;
	font-size: 56px;
}

.subheader
{
	font-size: 48px;
}

.logo
{
	float: left;
	padding: 5px 5px 5px 5px;
}

.menu
{
	color: White;
	background: Black;
	width: 100%;
	font-weight: bold;
	text-align: Center;
}

.menu a, .menu a:active, .menu a:link, .menu a:visited
{
	color: White;
	background: Black;
    text-decoration: none;
}

.menu a:hover
{
	color: Black;
	background: White;
}

.sponsors
{
    float: left;
	width: 240px;
	padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    text-align: center;
}

.content
{
	margin-left: 250px;
}

.title
{
	font-size: 20px;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
}

