@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: 440px;
	margin-bottom: 2em;
	padding-top: 10px;
	height: 450px;
	}

#side2 {
	position: absolute;
	width: 400px;
	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: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #000000 solid;
	text-align: center;
	font-size: 0.75em;
}

.smallcaption {
	font-size: 0.85em;
	text-align: left;
	line-height: 1.1em;
	margin: 0;
}

#support {
	position: absolute;
	top: 20px;
	right: 30px;
	border-color: #99CC66;
	border: solid 2px;
	padding: 3px;
	color: #993300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	}

.supportimage {
	float: left;
	margin-right: 0.2em;
	margin-bottom: 0.1em;
}