﻿
body 
{	
	margin: 0;
	padding: 0;
	font: 14pt  "arial unicode MS", helvetica, sans-serif;
	line-height: 130%;
	background: #cccc99;
	color: #008000;	
}

#container
{
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

#header
{
	width: 800px;
	height: 90px;
	background: #f0fff0;
	float: left;
	margin: 0;
	
}

#contents
{
	width: 800px;
	background: #f0fff0;
	float: left;
}

#footer
{
	width: 100%;
	height: 30px;
	float: left;
	margin: 0;
	background: #99b950;
}

#footer h4
{ 
	background: #94b063;
	color: #fffacd;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 1.5em 3%;
	border-top: 1px solid #fffacd;
}

h1
{ 
	background: #99b950;
	color: #fffacd;
	text-align: center;
	font-size: 30pt;
	margin: 10px 20px 0 20px;
	padding: .5em 3%;
}

h3
{
	text-align: center;
	font-size: 20pt;
}

h4
{
	text-align: center;
	font-size: 10pt;
}

a:link 
{ 
	color: #008000;
	text-decoration: none;
}

a:visited
{ 
	color: #008000;
}

a:hover
{
	color: #99b950;
	text-decoration: underline;
}

a img
{
border: none;
}


	
	
