
div.inner
{
	width			: 758px;
	border			: 1px solid #666;
	background-color	: #fff;
	float:			: center;
	align			: center;
}

div.header
{
	background-color	: #666;
	height			: 17px;
	border-bottom		: 3px solid #469C23;
	text-align		: right;
}

.header a
{
	color			: white;
	text-decoration		: none;
}

div.navigation
{
	height			: 24px;
	border-bottom	: 3px solid #666666;
	background-color: #B5D7A7;
}

div.level1
{
	background-image: url(/img/subnav/level1.gif);
	background-color: #a2cd91;
	border-bottom	: 1px solid #fff;
}

div.level2
{
	background-image: url(/img/subnav/level2.gif);
	background-color: #c7e1bd;
	border-bottom	: 1px solid #fff;
}

div.level3
{
	background-color: #edf5e9;
	border-bottom	: 1px solid #fff;
}



div.level1 a
{
	display			: block;
	padding			: 5px 0px 5px 14px;
	font			: 10px/11px Arial;
	color			: #000000;
	text-decoration	: none;
}

div.level1 a:hover
{
	color			: #ffffff;
}

div.level2 a
{
	display			: block;
	padding			: 5px 0px 5px 29px;
	font			: 10px/11px Arial;
	color			: #000000;
	text-decoration	: none;
}

div.level2 a:hover
{
	color			: #ffffff;
}

div.level3 a
{
	display			: block;
	padding			: 5px 0px 5px 44px;
	font			: 10px/11px Arial;
	color			: #000000;
	text-decoration	: none;
}

div.level3 a:hover
{
	background		: #469C23;
	color			: #fff;
}

input.navsearch
{
	width			: 70px;
	height			: 12px;
	font			: 9px Arial;
}

.sectionlink
{
	color			: #ffffff;
	text-decoration		: none;
}

.sectionlink:hover
{
	text-decoration		: underline;
}



.footer A
{
	font			: 10px/10px Arial;
	color			: #666666;
	text-decoration		: none;
}

.footer A:hover
{

	text-decoration		: underline;
}