@charset "utf-8";
table.structural, table.structural tr td{ /* this is cellspacing=0 and cellpadding=0 */
	padding: 0;
	border-spacing: 0;
	border: none;
	border-collapse: collapse;
}
div.navdiv{
	padding: 0 14px 0 14px;
	margin-bottom: 2px;
	background: #666;
}
div.subnavdiv{
	background: #0c8ad7;
}
table.nav{
	width: 664px;
	white-space: nowrap;
}
table.subnav{
	width: auto;
}
table.nav a{
	display: block;
	padding: 2px 15px 2px 15px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
table.nav a{
	background: #666;
}
table.nav a:hover, table.nav a.active{
	background: #0c8ad7;
	text-decoration: none;
	color: #fff;
}
table.subnav a{
	padding: 2px 20px 2px 20px;
	background: #0c8ad7;
}
table.subnav a:hover, table.subnav a.active{
	background: #2facf9;
}
#gradient{
	width: 692px;
	margin: auto;
}