/**********************************
STANDARD HTML element styles
**********************************/
body
{
	padding: 0px; 
	margin: 0px;
	color: #444444;
}
h1, h2, h3
{
	font-family:Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
	color:#003d83;
}
h1
{
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 24pt;
}
h2
{
	font-family: Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}
h3
{
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: solid 1px #444444;
}

/**********************************
Page Layout Styles
**********************************/
div.bodymiddle
{
	background-color:#dbd8c6;
	margin-right:6px;
	padding:20px 10px 50px 10px;
	height:auto;
	overflow:visible;
}

td.bodymiddleleft
{
	vertical-align:top;
	width:160px;
	margin:0px 20px 10px 0px;
}
td.bodymiddlecenter
{
	vertical-align:top;
	padding:20px 22px 20px 36px;
	width:340px;
	margin:20px 0px 10px 20px;
}
td.bodymiddleright
{
	vertical-align:top;
	width:340px;
	margin:0px 10px 10px 0px;
}
