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

#wrap {
	margin: 0 auto;
	width: 900px;
	border: 1px solid #CCFFCC;
}

#content {
	background-color: #FFFFFF;
	padding: 15px 15px 15px 15px;
	position: relative;
	overflow: hidden;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C5A00;
	padding: 10px;
	letter-spacing: 1px;
	text-align: center;	
	clear: both;
	}
	
#leftCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0C5A00;
	text-align: center;
	line-height: 200%;
	width: 178px;
	float: left;
}

#rightCol {
	float: right;
	width: 678px;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	border: 1px solid #0C5A00;	
}

.header18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A64242;
	font-weight: bold;
}

.header16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A64242;
	font-weight: bold;
}

.header14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A64242;
	font-weight: bold;
}

a.nav:link {
	color: #0C5A00;
	text-decoration: none;
}

a.nav:visited {
	color: #0C5A00;
	text-decoration: none;
}

a.nav:active {
	color: #0C5A00;
	text-decoration: none;
}

a.nav:hover {
	color: #FF0000;
	text-decoration: none;
}

a.contentLink:link {
	color: #FF0000;
	text-decoration: none;
}

a.contentLink:visited {
	color: #FF0000;
	text-decoration: none;
}

a.contentLink:active {
	color: #FF0000;
	text-decoration: none;
}

a.contentLink:hover {
	color: #FF0000;
	text-decoration: underline;
}

