a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #4B4B4B;
text-decoration: none;
}
a:active{
color: #ffffff;
text-decoration: none;
}

body{
color: #fff;
font: normal 10px "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
margin: 0;
padding: 0;
background: #fff;
}

table{
color: #C4C4C4;
}

input{
}
textarea{
}
select{
}

img {
	border: 0;
}











	/* NAVIGATION STYLES 
	///////////////////////////////////////////////////////////////*/


	#nav {
		position: absolute;
		top: 216px;
		left: 10px;
		margin: 0;	/* top right bottom left*/
		padding: 0;
	}

#nav ul	{
	list-style: none;
	padding: 0;
	margin: 0;
	} 

/* Hide from IE5-Mac \*/
#nav li a	{
	float: none;
	margin: 0;
	padding: 0;
	}
/* End hide */ 

#nav li {
	float:left;
	padding: 0;
	margin: 0 2px 0 2px; /* top right bottom left*/
	height: 24px;
	line-height: 18px;
	}




	
/*  GENERAL CLASS */
#nav li a {	
	color: #fff;
	margin: 0 0 0 -2px;
	padding: 4px 10px 4px 10px;
	float: left;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;	
	display: block;
	}
	

/*  LIST CLASSES */
#nav li.TopLink, #nav li.TopLinkDeny {
	background: transparent url('/img/nav/bg_toplinks_off_right.gif') no-repeat top right;
	}
	
#nav li.TopLinkActive, #nav li.TopLinkActiveDeny {
	background: transparent url('/img/nav/bg_toplinks_on_right.gif') no-repeat top right; 
}
	


/*  LINK CLASSES */
#nav li.TopLink a, #nav li.TopLink a:visited, #nav li.TopLinkDeny a, #nav li.TopLinkDeny a:visited {
	background-image: url('/img/nav/bg_toplinks_off_left.gif');
	background-repeat: no-repeat;
	background-position: 0 0; 
	}

#nav li.TopLink a:hover, #nav li.TopLinkDeny a:hover {
	background-image: url('/img/nav/bg_toplinks_off_left.gif');
	background-repeat: no-repeat;
	background-position: 0 0; 
	color: #b0cec0;
	}

#nav li.TopLinkActive a, #nav li.TopLinkActive a:visited, #nav li.TopLinkActive a:hover, #nav li.TopLinkActiveDeny a, #nav li.TopLinkActiveDeny a:visited, #nav li.TopLinkActiveDeny a:hover {
	background-image: url('/img/nav/bg_toplinks_on_left.gif');
	background-repeat: no-repeat;
	background-position: 0 0; 
	color: #435004;
	}
	











#Header	{
	margin: 0;
	padding: 0;
	}

#Header #MasterHeader	{
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 850px;
	}	
	
#Header #HomeLink	{
	z-index: 999;
	width: 160px;
	height: 115px;
	position: absolute;
	top: 5px;
	left: 60px;
	overflow: hidden;
	}
	
#Header #TopNav	{
	position: absolute;
	top: 12px;
	left: 265px;
	width: 575px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;	
	text-transform: uppercase;	
	font-weight: bold;
	}

#Header #TopNav a, #Header #TopNav a:visited {
	padding: 0 10px 0 8px;
	color: #7f7f7f;
	border-right: 1px solid #7f7f7f;
	}

#Header #TopNav a:hover {
	padding: 0 10px 0 8px;
	color: #333;
	border-right: 1px solid #7f7f7f;
	}

#Header #TopNav .user {
	background: #e5ebe7;
	margin: 0 0 0 15px;
	padding: 2px 4px;
	color: #333;
}

#Header #TopNav .username {
	color: #5ca282;
}



#Header #TopNav ul	{
	list-style: none;
	margin: 0;
	padding: 4px 0 4px 0;
	vertical-align: middle;
	}


#Header #TopNav ul li	{
	display: inline;
	margin: 0;
	padding: 0 8px 0 7px;
	color: #7f7f7f;
	vertical-align: middle;
	border-left: 1px solid #7f7f7f;
	line-height: 20px;
	}

#Header #TopNav ul li:first-child	{
	border-left: 0;
}


#Header #TopNav ul li a	{
	color: #7f7f7f;
	}

#Header #TopNav ul li a:hover	{
	color: #333;
	}

#Header #Logpanel	{
	z-index: 3;
	width: 220px;
	position: absolute;
	top: 45px;
	left: 285px;
	background: #fff;
	}

#Header #Logpanel p	{
	margin: 0;
	padding: 20px;
	}



#Header #SiteDescriptionBox	{
	z-index: 3;
	width: 190px;
	position: absolute;
	top: 60px;
	right: 22px;
	padding: 10px;
	background: #003611;
	color: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	font-weight: bold;
	font-size: 11px;
	}

