#body { background-color: #D6DFFE }
/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}







/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */




/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}


#centercol { float: left; width: 70%; padding: 5; }
#rightcol {	float: right; width: 25%;  }
#footer { text-align: center;	border: #fc0 0px solid;	}
#footerbr { clear: both; }
#main { margin: 8px; }
#hr, .hrcolor { height: 1px; border: 0; color: #666666; background-color: #666666; }
#navcontainer {padding: 0; background: #E1E1E1; height: 20px;}
#navlist {margin: 0px; padding: 0px 0px; display: block;}
#navlist li {list-style: none; float: left;}
#navcontainer a, #navlist li.extend {margin: 0px; display: block; border-top: 1px solid #333; padding: 1px 6px; text-decoration: none; background: #E1E1E1; font: normal 12px Arial, serif; color: #000;}
#navcontainer a:hover, #navcontainer a#current {padding: 1px 5px; background: #FAFAFA; border-right: 1px solid #333; border-left: 1px solid #333; border-top: 1px solid #FAFAFA; border-bottom: 1px solid #333; color: #000; }
#navcontainer a#current {background: #F6F6F6; border-top: 1px solid #F6F6F6; font-weight: bold;}
#navcontainer li#active {border-right: 2px solid #828282; border-bottom: 2px solid #828282;}