* 
{
	padding: 0;
	margin: 0;		
}

html, body
{
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #EEEEEE;
	height: 100%;
}

a, a img
{
	border-style: none;
	outline: none;	
	font-weight: bold;
}

body a 
{
	text-decoration: underline;
	color: #5b6c31;
}

body a:hover
{
	color: #a4d13a;
}

form 
{
	border-style: none;
}

#container 
{
	clear: both;
	min-height:100%;
	height: 100%;
	height: auto !important;
	position: relative;
}

#header
{
	clear: both;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	background-image: url(/images/header_bg.png);
	background-repeat: repeat-x;
	font-size: 22pt;
	font-family: Verdana, Arial;
	font-style: italic;
}

#header a
{
	color: #5b6c31;
	text-decoration: none;
}

#header a:hover
{
	color: #849d48;
	text-decoration: none;
}

#PageContents
{
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 50px;   /* Height of the footer */
}

#PageContents li 
{
	margin-left: 50px;
}

#footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-image: url(/images/footer_bg.png);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	color: #a4d13a;
}

p {
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

h1 
{
	color: #000000;
	font-style: italic;
	font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}

div.hrLight
{
	border-style: none;
	border: 0;
	color: #c3e86a;
	background-color: #c3e86a;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

div.hrDark
{
	border-style: none;
	border: 0;
	color: #658813;
	background-color: #658813;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

.navigation
{
	float: right;
}

.navigation a
{
	float:left;
	color: #CC0000;
	font-size: 10pt;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 50px 0px 0px 0px;
	padding: 20px 20px 15px 20px;
}

.navigation a:hover
{
	text-decoration: underline;
	color: #EE0000;
}

.FlatText 
{
	border: solid 1px #000000;
	background-color: #EEEEEE;
}

.NotepadText 
{
	border: none;
	border-bottom: solid 1px #000000;	
	background-color: Transparent;
}

.spacer 
{
	clear: both;
	height: 10px;
}

#ContactUs table 
{
	border-style: none;
	border-collapse: collapse;
	padding: 0;
	margin: 10px;
}

#ContactUs tr 
{
	border-style: none;
	text-align: left;
}

#ContactUs td 
{	
	border-style: none;
	padding: 3px;
}
