@charset "utf-8";
/* CSS Document */
body
{
	margin-top:0px;
}
#page_whole
{
	position:relative;
	background-color:#659490;
	width:800px;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-top:15px;
}
#page_top
{
	background-image:url(../img/top11.jpg);
	background-repeat:no-repeat;
	height:96px;
	text-align:right;
	padding:5px;
	margin:0px;
	color:#dff1e0;
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
}
#invisiblelogo
{
	float:left;
	display:block;
	width:475px;
	height:95px;
}
#page_center
{
	height:100%;
	background-image:url(../img/leftgradient.jpg);
	background-repeat:repeat-x;
}
#menu_left
{
	position:absolute;
	left:0px;
	width:120px;
	background-repeat:repeat-x;
	padding:3px;
	text-align:left;
}
#content
{
	top:0px;
	padding:0px;
	padding-bottom:5px;
	margin-left:126px;
	text-align:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#659490;
}
/* For IE min-height */
#content
{
	height:680px;
}
/* For normal min-height */
html>body #content
{
	height:auto;
	min-height:680px;
}
#menu_right
{
	float:right;
}
#page_bottom
{
	font-size:7pt;
	clear:both;
	width:800px;
}