html, body
{
	height: 100%;
	margin: 0;
}

body, td, div, p, span
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	color: black;
}

img
{
	border: 0
}

a:link, a:hover, a:visited
{
	color: black;
	text-decoration: underline;
}


div.listitem
{
	padding-left: 16px;
	margin-bottom: 2px;
	background: url(../images/listitem.gif) no-repeat center left;
}

div.listitem a, div.listitem a:visited, div.listitem a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
}

li
{
	margin-top: 0.75em
}

table.partner tr td
{
	padding-bottom: 10px;
}

div.header
{
	height: 204px;
	padding-top: 10px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
}

div.page
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	position: relative;
	background: url(../images/bg.png) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div.navi
{
	width: 165px;
	padding: 5px;
	float: left;
}

div.content
{
	width: auto;
	padding: 5px;
	padding-right: 50px;
	margin-left: 175px;
	margin-right: 175px;
	padding-bottom: 75px;
}

div.right
{
	width: 165px;
	padding: 5px;
	float: right;
}

div.footer
{
	position: absolute;
	width:1000px;
	bottom: 0px;
	height: 75px;
	vertical-align: bottom;
}

div.footerlinks
{
	width: auto;
	margin-left: 175px;
	margin-right: 175px;
	padding: 5px;
}

div.footerlinks div
{
	position: absolute;
	width: 650px;
	left: 175px;
	bottom: 0px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 8pt;
}

