body
{
	background-color: gray;
	font: normal normal 11pt Verdana;
	text-align: justify;
}

#dvMenu
{
	width: 800px;
	text-align: left;
}

#ulMenu
{
	height: 26px;
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
}

#ulMenu li
{
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
}

#ulMenu a
{
	background: gray none repeat scroll 0 0;
	display: block;
	font-size: 11pt;
	height: 24px;
	line-height: 24px;
	margin: 1px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

#ulMenu a.sel
{
/*	color: #024E68;
	background: silver none repeat scroll 0 0; */
	background: #06799F none repeat scroll 0% 0%; 
	/*background: rgb(6, 121, 159) none repeat scroll 0% 0%; */
	color: rgb(2, 78, 104);
}

#ulMenu a.unsel
{
	background: rgb(2, 78, 104) none repeat scroll 0% 0%;
	color: #06799F;
}

#ulMenu a span 
{
	background: rgb(90, 170, 208) none repeat scroll 0 0;
	display: block;
	height: 8px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 8px;
}
#dvMain
{
	background-color: #E0E0E0;
	width: 900px;
}

#dvHeader
{
	background: #3AA6D0 url("images/header.gif") no-repeat;
	height: 100px;
	width: 800px;
}

#dvContent 
{
	background-color: White;
	color: #333333;
	min-height: 300px;
	padding: 5px;
	text-align: left;
	width: 790px;
}

#dvFooter
{
	font: normal normal normal 9pt Arial, Verdana;
	text-align: center;
}

#dvSpacer
{
	background: rgb(2, 74, 104) none repeat scroll 0% 0%;
	border-color: rgb(99, 175, 208); 
	color: rgb(7, 114, 161);
	height: 24px;
	text-align: center;
	width: 800px;
}

#dvContent img
{
	float: left;
	padding: 5px;
}


