html
{
	height: 100%;
}

body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

ul
{
	margin: 0px 8px;
	padding: 0px 8px;
}

li
{
	line-height: 13pt;
}

a
{
	color: #777;
	text-decoration: none;
}

a:hover
{
	color: #80CC80;
}

a img
{
	border: 0px;
}

.underline
{
	text-decoration: underline;
}

#page
{
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0px auto;
}

#header
{
	padding-top: 120px;
	padding-left: 240px;
	height: 150px;
}

#content h1
{
	font-size: 18pt;
	margin: 0;
}

#content h2
{
	font: 13pt arial;
	margin: 0;
	color: #999999;
	font-weight: bold;
	font-style: italic;
}

#content .bigtext
{
	font: 13pt arial;	
}

#footer
{
	padding: 40px 240px;
	font: 8pt verdana;
	color: gray;
	margin: 0;
}

.navlinks
{
	color: #777;
	padding-right: 170px;
	float: left;
	font: 12pt verdana;
}

#contactform th
{
	color: darkseagreen;
	text-align: right;
	vertical-align: top;
}

#contactform td
{
	text-align: center;
}

#contactform .contactformheader
{
	text-align: center;
	font-size: 13pt;
}

#contactform .button
{
	font-size: 11pt;
	font-weight: bold;
	color: seagreen;
}

.underline
{
	text-decoration: underline;
}

.seperatordot
{
	color: #dd555c;
}