

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

a {
	color: #682;
}

a:hover {
	color: #9A6;
}

html {
	background: #FFFFFF url(../images/bg.gif);
	color: #666666;
	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: #FFFFFF url(../images/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 1004px;
	border: 6px solid #FFFFFF;
	table-layout: fixed;
}

/* header */
#Header {
	float: left;
	width: 1000px;
	height: 125px;
	background: url(../images/head4.jpg) no-repeat;
	padding-top: 5px;
	padding-right: 5px
}

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

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


#Navigation {
	float: left;
	width: 140px;
	
}

#Content {
background-color:#FFFFFF;
	float: left;
	font: normal 8pt Verdana;
	width: 530px;
	padding: 2px 2px 40px 8px;
	
}

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

#Content_right {
	float: right;
	width: 306px;
	height:980px;
	color: #ccc;
	
}
	#Content_right .padded {
	padding: 6px 4px 6px 6px;
	}
	 
	
/* sub-navigation */
#Navigation h3 {
	background: #FFFFFF url(../images/buttom.gif) no-repeat;
	color: #FFFFFF;
	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 #FFFFFF;
		
	}
	#Navigation li a {
		background: #FFFFFF url(../images/buttom1.gif) no-repeat;	
		color: #FFFFFF;
		display: block;
		padding: 4px 0 4px 6px;
		width: 133px;
		text-decoration: none;
	}
	#Navigation li a:hover {
	background: #FFFFFF url(../images/buttom2.gif) no-repeat;
	color: #FF0000;
	}
	#Navigation li a.current {
		background: #FFFFFF url(../images/buttom3.gif) no-repeat;
		color: #FFFFFF;
	}
	#Navigation .sub li a {
		background: #000000;
	}
	#Navigation .sub li a.current {
		background: #4c737f;
	}
		#Navigation li ul li  {
			border-bottom: 1px solid #4c737f;
			border-top: 1px solid #FFFFFF;
			margin: 0 0 0 0px;
		}
		#Navigation li ul li a {
			width: auto;
		}
     
	

/* footer */
#Footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	clear: both;
}
	#Footer .left,
	#Footer .right {
		padding: 0 16px;
	}
	#Footer a {
		color: #eee;
	}
	#Footer a:hover {
		color: #fafcb0;
	}

#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;
}