
#header
{
	position: absolute;
	left: 50%;
	margin-left: -353px; 
	width:706px;
	height:95px;
	font-family: Verdana;
	font-size: 12px;
}
#header ul
{
	position: absolute;
	left: 101px;
	top: 109px;
	list-style: none;
	font-size: 12px;
}
#header a:link
{
	color: Blue;
}
#header a:visited
{
	color: Blue;
}
#header a:hover
{
	color: Blue;
}
#header img
{
	position: absolute;
	left: 50%;
	margin-left: -353px;
	width: 706px;
	height: 72px;
}
#header hr
{
	position: relative;
	width:100%;
	top: 85px;
	left:0;
}

#container
{
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -353px;
	height: 100%;
	width: 706px;
	background-color: white;
	font-size: 14px;
}
#container p
{
	font-size: 14px;
}
.title
{
	position: relative;
	width: 500px;
	top: 15px;
	left: 50%;
	margin-left: -250px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.smType
{
	font-size: xx-small;
	font-family: Verdana;
}
#footer
{
	font-size: x-small;
	position: absolute;
	top: 500px;
	left: 50%;
	margin-left: -353px;
}

#body
{
	background-repeat:no-repeat;
	background-position:center;
}

.menuStyle
{
	display:block;
	font-size:10pt;
	font-family:Verdana;
	vertical-align:middle;
}

.menuDynamicsStyle
{
   marker-offset:0px !important;
	background-color:Lime !important;
}

.hiddenItem
{
	display:none ;
	visibility:hidden ;
}

@media print
{
	.noprint
	{
		display: none;
	}
}