html, body
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
}
body
{
	color: #888;
	font-family: 'Verdana';
	font-size: 11px;
}
h1
{
	color: #708f40;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2
{
	color: #708f40;
	font-size: 12px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
}
a
{
	color: #666;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
div.hline
{
	background-image: url( "images/hLine.gif" );
	background-repeat: repeat-x;
	font-size: 0px;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
}
br.bent { clear: both; }

div.header { width: 925px; height: 164px; }
table.main
{
	width: 925px; height: auto;
	background: transparent url( "images/leftBgSmall.gif" ) repeat-y top left;
}
td.left
{
	width: 202px; 
	vertical-align: top;
	background: transparent url( "images/menuUnder.gif" ) no-repeat bottom left;
}
td.left div.container { width: 100%; min-height: 536px; }
td.left div.menu
{
	width: 202px; min-height: 392px;
	background: transparent url( "images/leftBg.gif" ) no-repeat top left;
	color: #3b6a89;
	padding-top: 17px;
}

td.left div.menu a.button
{
	width: 167px; height: 16px;
	color: #84975e;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #e5eef5;
	padding: 5px 5px 5px 13px;
	margin-left: 8px;
}
td.left div.menu a.button:hover { color: #606d11; }
td.left div.menu a.buttonFirst { border-top: none; }

td.left div.menu a.subbutton
{
	width: 171px; height: 12px;
	background: transparent url( "images/subbutton.gif" ) no-repeat top left;
	color: #84975e;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-left: 31px;
	margin-top: 5px;
}
td.left div.menu a.subbutton:hover { color: #606d11; }

td.right { width: 723px; vertical-align: top; }

td.right div.content { margin: 0px 0px 0px 30px; min-height: 480px; }
td.right div.footer { margin: 0px 0px 10px 30px; width: 693px; }


