div#FullPage 
{ 
	position: relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 0px; 
	width:900px; 
}
div#Header
{ 
	left:0px; 
	width:900px; 
	height:95px; /*this value must match column top */
	top: 0px; 
	position: absolute; 
}
div#columns 
{ 
	width: 900px; 
	position: relative; 
	top: 95px; /*this value must match Header height */
}
div#LeftSide
{ 
	position:absolute; 
	left:0px; 
	width:190px; 
	top: 0px;
}
div#MiddleContent
{ 
	width: 510px; 
	position: static; 
	margin-top: 1px; 
	margin-left: 190px; 
	padding-top: 100px;
	padding-right: 10px;
}
div#RightSide
{ 
	position:absolute; 
	width:200px; 
	left: 700px; 
	top: 0px; 
}
div#Footer 
{ 
	width: 900px; 
	clear: both; 
	position: relative; 
	margin-top: 350px; 
	text-align: center;
}


/* */
.MiddleContent
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
}
.nav
{
	border-top-width: thin;
	font-weight: bold;
	border-left-width: thin;
	font-size: 14px;
	border-left-color: #999999;
	padding-bottom: 5px;
	color: black;
	border-top-color: #999999;
	border-bottom: red thin groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-right-width: thin;
	border-right-color: #999999;
}
.navUl
{
	list-style-type: none;
	position: relative;
	margin: 0px;
}
.navUlSubMenu
{
	list-style-type: disc;
	position: relative;
}
A:link 
{
	COLOR: red; TEXT-DECORATION: none
}
A:visited 
{
	COLOR: red; TEXT-DECORATION: none
}
A:hover 
{
	COLOR: red; TEXT-DECORATION: underline
}
A:active 
{
	COLOR: red; TEXT-DECORATION: none
}
A
{
	font-size: 14px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
