BODY 
{
	text-align: center; 
	color: black; 
	background: "#668CBB"; 
	margin-top: 0; 
	margin-bottom:0;
	height: 100%;
	
}

.MainBodyTable
{
	height: 100%;
	width: 1000px;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

.MainNavLayout
{
	width: 300px; 
	height: 1000px;
	background: #DAE3EF;
}

.MainNavBox
{
	border-style: solid; 
	border-width: thin; 
	border-color: #668CBB; 
	color: #000099; 
	width: 300px; 
	padding: 6px; 
	background-color: #FFFFE6; 
	margin: 5px; 
	font-family: Arial; 
	font-size: 18px; 
	font-weight: bolder;
	text-align:center;
}

.MainNavBoxTitle
{
	color: #000099; 
	text-align: left; 
	font-size: 18px; 
	font-style: italic; 
	padding-bottom: 5px;
	text-align:center;
}

.MainNavBoxText
{
	color: #5178a9; 
	text-align: left; 
	font-size: 16px; 
	padding-bottom: 5px;
	text-align:center;
}

.MainNavBoxLinkPosition
{
	text-align: left; 
	padding: 3px;
}

a.MainNavHomeLink:link { color:#000099; text-decoration:none; }
a.MainNavHomeLink:visited { color:#000099; text-decoration:none; }

.MainNavBoxLink
{
	color: #5178a9; 
	font-size: 16px;	
}

.MainHeaderBox
{
	height: 125px; 
	border-color: #DAE3EF; 
	border-width: medium; 
	border-style: solid; 
	background-image: url(../graphics/HeaderBackGround.gif); 
	background-repeat: repeat-y;
	width: 100%;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

.MainHeaderTitle
{
	font-family: Sans-Serif; 
	font-size: 40px; 
	font-weight: bolder;
	font-style: italic;
	text-align: center;
}

.MainHeaderLogo
{
	width: 250px;
	text-align: center;
}

.MainHeaderContactInfo
{
	width: 300px; 
	font-family: Arial; 
	font-size: small; 
	font-weight: bold; 
	padding-right: 10px;
	text-align: right;
}

.MainTableBelowHeader
{
	height: 100%;
	width: 100%;
	padding: 0;
	border-spacing: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.MainContentTitle
{
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
	font-family: Times New Roman;
	color: #000099;
	height: 30px;	
}

.MainContentBody
{
	background-color: White;
	text-align: center;
	vertical-align: top;
}

a.ContentMenu:link { color:Blue; font-size:12; font-family:Arial; }
a.ContentMenu:visited { color:Blue; font-size:12; font-family:Arial; }

.ContentMenuSelected
{
	color:Blue;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

a.PlanningToBt:link,a.PlanningToBt:visited,a.PlanningToBt:active,a.PlanningToBt:hover 
{ color:#000099;font-weight:bold;
font-family:Arial;font-size:9pt;background-color:#DAE3EF; text-decoration:none; }
span.PlanningToBt { width:120px;text-align:center;padding:1px 10px;
background-color:#DAE3EF;border-style:solid;border-width:3px;
border-color:#668CBB #000099 #000099 #668CBB; }

a.LiveGreenerBt:link,a.LiveGreenerBt:visited,a.LiveGreenerBt:active,a.LiveGreenerBt:hover 
{ color:#000099;font-weight:bold;
font-family:Arial;font-size:9pt;background-color:#DAE3EF; text-decoration:none; }
span.LiveGreenerBt { width:240px;text-align:center;padding:1px 10px;
background-color:#DAE3EF;border-style:solid;border-width:3px;
border-color:#668CBB #000099 #000099 #668CBB; }

a.PageMenuBt:link,a.PageMenuBt:visited,a.PageMenuBt:active,a.PageMenuBt:hover 
{ 
	color:#000099;
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	background-color:#DAE3EF; 
	text-decoration:none;
	padding: 2px 2px;
}

span.PageMenuBt 
{ 	
	border-width: 2px;
	border-style: solid;
	padding:2px 2px;
	background-color:#DAE3EF;
	border-top-color: #668CBB;
	border-left-color: #668CBB;
	border-bottom-color: #000099;
	border-right-color: #000099;
}

a.PageMenuSelectedBt:link,a.PageMenuSelectedBt:visited,a.PageMenuSelectedBt:active,a.PageMenuSelectedBt:hover 
{ 
	color:#000099;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	background-color:#DAE3EF; 
	text-decoration:none; 
	padding: 2px 2px;
}

span.PageMenuSelectedBt 
{ 
	border-width:2px;
	border-style:solid;
	padding:2px 2px;
	background-color:#DAE3EF;	
	border-top-color: #668CBB;
	border-left-color: #668CBB;
	border-bottom-color: #000099;
	border-right-color: #000099;
}