
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #682;
}

a:hover {
	color: #9A6;
}

html {
	background: white;
	color: black;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p {
	padding-bottom: 1em;
}

ul,ol {
	margin-left: 1.2em;
	padding-bottom: 1em;
	list-style: none;
}


/* structure */
	#Container {
	font-size: 1.2em;
	background: white;
	margin: 0 auto;
	width: 840px;
	border: 0px solid black;
}

/* header */
#Header {
	width: 840px;
	height: 150px;
	background: #FFE710;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 20px;
	text-align: center;
	margin-top: 0px;	
}

#Header a{
	text-decoration: none;
	color: black;
}

/* structure */
#Top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}

#Navigation {
	float: left;
	width: 160px;
	height: 600px;
	
	
}

#Content {
	float: left;
	width: 445px;
	padding: 18px 15px 10px 18px;
}

/*workaround for some pages*/
#Content #Content {
	float: none;
	width: auto;
	padding: 0;
}

#Content_right {
	float: right;
	height: 500px;
	width: 200px;
	margin-top: 50px;
	color: grey;
}
	#Content_right .padded {
		padding: 6px 2px 6px 16px;
	}

/* sub-navigation */
#Navigation h3 {
	color: black;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
	#Navigation ul {
		margin: 0;
		padding: 0;
	}
	#Navigation li {
		border-top: 1px solid black;
		
	}
	#Navigation li a {
		color: black;
		display: block;
		padding: 8px 0 8px 12px;
		width: 148px;
		text-decoration: none;
	}
	#Navigation li a:hover {
		color: black;
		font-weight: bold;
	}
	#Navigation li.current {
		background: #FFF599;
		color: black;
	}	
	#Navigation li a.current {
		background: #FFF599;
		color: black;
	}
	#Navigation .sub li{
		border: 0px solid black;		
		margin-left: 30px;
		list-style: disc;
		background: #FFF599;
	}
	#Navigation .sub li a {
		background: #FFF599;
	}
	#Navigation .sub li a:hover {
		font-weight: bold;
	}
	#Navigation .sub li a.current {
		background: #FFF599;
	}
		#Navigation li ul li  {
			border-bottom: 1px solid black;
			border-top: 1px solid black;
			margin: 0 0 0 10px;
		}
		#Navigation li ul li a {
			width: auto;
		}

/* footer */
#Footer {
	background: white;
	color: black;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	clear: both;
}
	#Footer .left,
	#Footer .right {
		padding: 0 16px;
	}
	#Footer a {
		color: black;
	}
	#Footer a:hover {
		color: green;
	}

#Breadcrumbs p{
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 5px 0;
}
	
/* misc */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a img {
	border: none;
}