/* CSS Document */

body {
	margin: 0;
	padding: 50px 0 100px 0;
	background-color: #e6e6e6;
	font: 10px Verdana;
	color: #505050;
	text-align:center;
}

/*layout divs*/

#outer {
	width: 702px;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	height: 18px;
}

#header {
	margin-bottom: 10px;
	border: 1px solid #959595;
	background: #b9d72c;
}

#container {
	background: white url(images/fauxcol.gif) top left repeat-y;
	border: 1px solid #959595;
}


#left {
	float: left;
	width: 140px;
	padding-top: 10px;
}

#middle {
	margin-left: 140px;
	margin-right: 350px;
}

#right {
	float: right;
	width: 350px;

}

#footer {
	height: 15px;
	clear: both;
	border-top: 1px solid #959595;
	background-color: #b9d72c;

}

h2 {
	margin: 0;
	padding: 10px 10px 10px 20px;
	font: bold 11px Verdana; 
}

h1 {
	margin: 0;
	padding: 10px 10px 20px 10px;
	font: bold 11px Verdana; 
}

p {
	padding: 0 10px 15px 20px;
	margin: 0;
	font: 9px Verdana; 
}

a {
	font: 9px  Verdana;
	color: black;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	float: right;
}

a:hover {
	background: url(images/overarrow.gif)  no-repeat;
	background-position: 6px 5px;
}

#left a {
	float: none;
}

/* navigation */

	#left ul {
		list-style-type: none;
		padding: 0;
		margin: 20px 1px 0 10px;

	}
	#left ul ul {
		margin: 0;
	}
	
	#left ul li {
		margin: 0;
	}
	
	/* first level */
	
	#left li a {
		display: block;
		color: black;
		padding: 2px 5px 2px 25px;
		text-decoration: none;
		margin-bottom: 2px;
		margin-right: 10px;	
		background-image: url(images/nav_out.gif);
		background-repeat:   no-repeat;
		background-position: -5px 0px;
	}
	
	#left li.listActive > a {
		background-color: #e25f00;
		color: white;
	}
	
	
	#left li a:hover {
		background-image: url(images/nav_over.gif);
		background-repeat:   no-repeat;
		background-position: -5px 0px;
	}
	
	/* second level */
	
	#left li li a  {
		padding: 2px 5px 2px 40px;
	}
	
	
	
/* chr. */

#container {
	background: white url(images/cfauxcol.gif) top left repeat-y;
}

/* #left {
	width: 120px;
	}

#left a {
	padding-left: 0;
} */	

#right {
	width:340px;
	}
	
#middle {
	/*margin-left: 140px;*/
	margin-right:340px;
	}
	
#middle img {
	/* border: 1px solid green; */
	}
	
html {
	/* cf. http://www.hicksdesign.co.uk/journal/535/ */
	height: 100%;
	margin-bottom: 1px;
	}

/* a {
	padding-left: 13px;
	} */

#right p {
	text-align:left; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	padding-left: 10px; 
	padding-right: 10px;  
	font-size: 10px
	}
	
#middle p.caption {
	text-align: center; 
	margin-top: 4px
	}
	
#middle p.caption a {
	display: inline; 
	float: none; 
	padding: 0 0 0 0; 
	color: black
	}
	
#middle p.caption a:hover {
	background-image: none; 
	color: black
	}

#right a {
	display: inline; 
	float: none; 
	padding: 0 0 0 0; 
	font-size: 11px; 
	font-weight: bold;
	color: #e25f00;
	}
	
#right a:hover {
	background-image: none;
	/*color: #b9d72c;*/
	border-bottom: 1px solid #b9d72c;
	}

#right input, #right textarea, #right form td {
	font: normal 11px Arial
	}
	
#right form {
	margin-left: 10px
	}

/*div#left {
	background-color: gray
}*/
