html
{
}

body
{
	margin: 0px;
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	background-color: #000000;
}

a:link
{
	text-decoration: none; color: #AAAAAA;
}

a:visited
{
	text-decoration: none; color: #AAAAAA;
}

a:active
{
	text-decoration: none; color: #CCCCCC;
}

a:hover
{
	text-decoration: underline; color: #FFFFFF;
}

.news
{
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	border-color: #404040;
	width: 775px;
}

h1.news
{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h2.news
{
	margin-top: 1px;
	margin-bottom: 0px;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

h3.news
{
	margin-top: 4px;
	margin-bottom: 0px;
}

h4.news
{
	margin-top: 12px;
	margin-bottom: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
}

.header_links
{
	position: fixed;
	text-align: center;
	width: 100%;
	top: 100px;
	z-index: 2000;
}

.header_background 
{
	position: fixed;
	background-image: url('images/Header.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 125px;
	width: 100%;
	top: 0px;
	z-index: 1000;
}

.content
{
	position: absolute;
	top: 0px;
	z-index: 10;
	width: 100%;
	padding-top: 125px;
	padding-bottom: 100px;
}

.grass_footer
{
	background-image: url('images/Grass.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 100;
}

