a {
	color: #647e35;
	text-decoration: none;
	display: block;
}

a:hover {
	color: #a8bf7e;
}

html,body {
	margin: 0;
	padding:0;
}

body {
	font: 100% arial, sans-serif;
	min-width:770px;	
}

#content {
	margin-left: 11em; 
	margin-right:30px; 
	padding: 5px; 
	background-position: center; 
	background-repeat: no-repeat;
}

.align-center {
	text-align:center;
}

.csc-textpic-caption {
	font-size: 80%;
}

.htmlarea-showtableborders {
	border: solid 1px #000;
	border-collapse: collapse;
}

.htmlarea-showtableborders td {
	border: solid 1px #000;
}

#navigation {
	font-size: 100%;
	list-style-type:none; 
	font-weight: bold;
	position: absolute;
	border-right: 2px solid #647e35;
	background-color: #fff;
	padding: 0px 5px 0px 20px;
}

#navigation li {
	padding: 0.2em;
}

.nav {
	border-right: 2px dotted #fff;
	padding-right: 5px;
}

.off a, on2 a {
	border-right: 2px dotted #fff;
	padding-right: 5px;
}

.on a, .on2 a{
	border-right: 2px dotted #647e35;	
}

.active {
	border-right: 2px dotted #647e35;	
}

#navigation2 li {
	list-style-type:none; 
}

.off2 a, .on2 a{
	padding-left: 10px;
	font-weight: normal;
	padding-right: 5px;
}


	
#footer {
	font-size: 70%;
	text-align: center;
	background-color: #647e35;
	padding: 3px;
	color: #fff;
}
