@charset "utf-8";
/* CSS Document */

/* ----------- For links.php ---------- */
body {
	background: #F4FFE4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
}

#wrapper {
	position: relative;
	text-align: left;
}


/* --- Main navigation styles --- */
#navigation {
	position: absolute;
	top: 225px;
	left: 5px;
	background-color: #5C743D;
	width: 165px;
	}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navigation li {
	border-bottom: 1px solid #F4FFE4;
	}

#navigation ul a.first {
	border-top: 1px solid #F4FFE4;
	margin-top: 75px;
	}

#navigation ul a.last {
	margin-bottom: 75px;
	border-bottom: 1px solid #F4FFE4;
	}

#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	background-color: #5C743D
	}


#navigation li a:hover {
	color: #993300;		/* Rust color */
	background-color: #99CC66;
	}

#title {
	position: absolute;
	left: 300px;
	top: 100px;
}	

#title h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #993300;
	text-align: center;
	margin-bottom: 0px;
}
#title h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0px;
}

#content {
	margin-left: 180px;
	margin-right: 390px;
	margin-bottom: 2em;
	margin-top: 8px;
	}

#side2 {
	position: absolute;
	width: 350px;
	top: 220px;
	right: 10px;
	padding: 5px 5px 10px 10px;
	border: 1px dotted #CCCCCC;
}

h1 h2 h3 h4 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: #993300;
	text-align: left;
}

h3 {
	color: #000000;
	text-align: center;
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
	color: #333333;
	text-align: left;
}

#footer {
	width: 300px;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #000000 solid;
	text-align: center;
	font-size: 0.75em;
}

.featureimage {
	float: left;
/*	width: 200px; */
	margin-right: 0.5em;
	margin-bottom: 0.1em;
}

