﻿body 
{
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 569px;
	margin: 0px;
}

h1
{
	color: #e60004;
	font-size: 18px;
}

p
{
	width: 569px;
}

td
{
	font-size: 12px;
}

/******************** HEADER                  *************************/
div#header
{
	padding-left: 10px;
	width: 569px;
	height: 84px;
	border-bottom: solid 1px Gray;
}

/******************** CONTENT                 *************************/
div#content
{
	width: 569px;
	margin: 5px 0px;
	min-height: 500px;
}

div#content h1
{
	color: #aa0000;
	font-family: MS Reference Sans Serif;
}

div#content #leftPane
{
	float: left;
	width: 160px;
	margin-right: 10px;
}

div#content #contentPane
{
	float: left;
	width: 780px;
}

/******************** FOOTER                  *************************/
div#footer
{
	clear: both;
	width: 569px;
	height: auto;
	min-height: 110px;
	text-align: right;
	border-top: solid 1px Gray;
	padding: 10px 0px;
	border-bottom: solid 1px Gray;
}
