#top{display:none}
#sub{display:none}


#top1
{
	background-color: #20375f;
	background-image: url( "Images/HeaderBg.jpg" );
	background-position: right;
	height: 90px;
	vertical-align: middle;
}

#top1 td
{
	color: white;
	filter: shadow(color=#333333,direction=120,enabled=1,strength=5) glow(color=#2B446F,enabled=1,strength=1);
	text-align: left;
}

#top1 h1
{
	font-weight: normal;
}

#nav
{
	background-color: #3c4070;
	/*background-image: url( "images/SubHeaderBg.gif" );*/
	color: #CCCCCC;
	font-size: 12px;
	padding: 4px;
}
#nav-right
{
	float: right;
}
#nav a:active, #nav a:visited, #nav a:link
{
	color: white;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}