body, html, #fh
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
	background-image: url(../graphics/bgtile.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747474;
}

div#fh
{
	background-image:url(../graphics/bgGradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

table#fh
{
	border-left: 1px solid #C9DDED;
	border-right: 1px solid #C9DDED;
	border-top: 0px hidden #C9DDED;
	border-bottom: 0px hidden #C9DDED;
}

td#navigation, td#content
{
	padding: 34px;
}

a, a:active, a:visited
{
	color: #1C6DB9;
	text-decoration: none;
}

a:hover
{
	color: #1C6DB9;
	text-decoration: underline;
}

h1
{
	color: #1C6DB9;
	font-size: 16px;
	font-weight: bold;
}

#searchfield
{
	color: #FFFFFF;
}

#footer, #footer a
{
	font-size:10px;
	text-transform:uppercase;
	color:#CCCCCC;
}

div#navigation ul, div#navigation ul li
{
	list-style: none inside none;
	margin: 0px;
	padding: 0px;
	left: 0;
}
div#navigation ul li li
{
	margin-left: 15px;
}

tr.hoverrow:hover td
{
	background-color: #efefef;
}

/*div#navigation li:hover ul
{
	display: block;
}

div#navigation ul ul ul ul ul ul, div#navigation ul ul ul ul ul, div#navigation ul ul ul ul, div#navigation ul ul ul
{ display: none; }
*/
