body {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 0px;
	background-color: #000;
}
td {
	font-size: 12px;
}
a:link {
	color: #31715b;
}
a:visited {
	color: #31715b;
}
a:hover {
	color: #514c84;
}
a:active {
	color: #31715b;
}
a.rel:link {
	color: #31715b;
	text-decoration: none;
	font-weight:bold;
	display: block;
}
a.rel:visited {
	color: #31715b;
	text-decoration: none;
	font-weight:bold;
	display: block;
}
a.rel:hover {
	color: #514c84;
	text-decoration: none;
	font-weight:bold;
	display: block;
}
a.rel:active {
	color: #31715b;
	text-decoration: none;
	font-weight:bold;
	display: block;
}
.b-5{
	padding-bottom: 5px;
}
.title-lg-ppl {
	font-size: 18px;
	color: #514c84;
	padding-bottom:5px;
	font-weight:bold;
}
.title-lg-grn {
	font-size: 18px;
	color: #4F6E5E;
	padding-bottom:5px;
	font-weight:bold;
}
.title-med-grn {
	font-size: 16px;
	color: #4F6E5E;
	padding-bottom:5px;
	font-weight:bold;
}
.title-med-ppl {
	font-size: 16px;
	color: #514c84;
	padding-bottom:5px;
	font-weight:bold;
}
.title2-med-ppl {
	font-size: 16px;
	color: #514c84;
	padding-bottom:0px;
	font-weight:bold;
}
.title-sm-grn {
	font-size: 14px;
	color: #4F6E5E;
	padding-bottom:5px;
}
.title-sm-ppl {
	font-size: 14px;
	color: #514c84;
	padding-bottom:5px;
	font-weight:bold;
}
DIV.window {
	margin: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 0px;
}

DIV.top_banner {
		background: #9ccd42 url('../images/top_banner.jpg') no-repeat;
		background-attachement: fixed;
		width: 948px;
		height: 184px;
		border-top: #000000 1px solid;
		border-left: #000000 1px solid;
		border-right: #000000 1px solid;
		padding: 0px;
		
	}

DIV.content {
	background-color: #9ccd42;
	width: 950px;
	height: auto;
	padding: 0px;
	float: center;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	
}
	
	
	
	DIV.content #nav {
		width: 251px;
		height: auto;
		float: left;
		position: absolute;
	}
	
	DIV.content #sub_content {
		background-color: #9ccd42;
		width: 696px;
		height: auto;
		float: right;
		padding-top: 5px;
	
		
	}
	
	DIV.content #stuff {
		background-color: #FFFFFF;
		width: 670px;
		min-height: 500px;
		border-top: #000000 1px solid;
		border-right: #000000 1px solid;
		border-left: #000000 1px solid;
		padding: 15px;
		padding-bottom: 0px;
	}
	DIV.content #guides {
		background-color: #FFFFFF;
		width: 400px;
		height: auto;
		border-top: #000000 1px solid;
		border-right: #000000 1px solid;
		border-left: #000000 1px solid;
		padding: 15px;
		padding-bottom: 0px;
	}

.required_msg {
	color: #f00;
	margin-left: 10px;
}

#textarea .required_msg {
	position: absolute;
}

