body 
{
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family : "Arial", "Helvetica", Serif;
	font-size : 12px;
	color: #000000;
}

.content
{
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  color : #000000;
  text-align: left;
}
A.content:visited {color : #000000; font-size : 12px; text-decoration: none;}
A.content:link {color : #000000; font-size : 12px; text-decoration: none;}
A.content:active {color : #000000; font-size : 12px; text-decoration: none;}
A.content:hover {color : #CC3300; font-size : 12px; text-decoration: none;}

.editContent
{
  border-style: solid; 
  border-color: black;
  color: #003466;
  font-size : 12px;
  font-family : "Arial", "Helvetica", Serif; 
  background-color : #CFDAEC;
  cursor: hand; 
  border-width: 1px;
  text-align: left;
}

#FSep
{
	width: 100%;
	background-color: #004577;
	height: 2px;
	clear: both;
}

#MBMainNav
{
	position: absolute;
	left: 190px;
	top: 93px;
	width: 485px;
}