body {
}

#divNavigation
{
	width: 23%;
	font-family: Verdana;
	font-size: 10pt;
	float: left;
	/* height: 64px; */
	padding-right: 5px;
	/*border-right-color: Silver;
	border-right-style: solid;
	border-right-width: thin;*/
}

#divContent
{
	width: 75%;
	font-family: Verdana;
	font-size: 10pt
}

#divFooter
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: White;
}

#divNavigation
{
	padding-left: 5px;
	border-left-color: Silver;
	border-left-style: solid;
	border-left-width: thin;
}
	
