body {
	height: 100%;
	margin: 0;
	background-color: #fff;
	/*background-image: url(../__images/bg.gif);*/
	font-family: Arial, Helvetica, sans-serif;
}

.pg {	
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.stage {
	width: 950px;
	align: center;
	margin: 0 auto;
	border: 0px;

}

.lhcol {
	width: 150px;
	text-align: center;
	padding:15px 15px 15px 15px;
	border-right: 1px solid #006600;
	vertical-align: top;
}

.lhcol p {
	font-weight: bold;
	color: #006600;
	font-size: 0.8em;
}

.lhcol a {
	color: #006600;
	text-decoration: none;
}

.lhcol a:hover {
	color: #006600;
	text-decoration: underline;
}


.rhcol {
	vertical-align: top;
	padding: 0px 0px 0px 25px;
}

#header {
	height: 124px;
	vertical-align: top;
	padding-top: 58px;
}

#title {
	vertical-align: top;
	padding: 7px 7px 7px 0px;
	border-bottom: 1px solid #000;
}

#title p {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

.content {
	height: 100%;
	width: 100%;
}

#contentarea a {
	color: #006600;
	text-decoration: underline;
}

#contentarea a:hover {
	color: #006600;
	text-decoration: underline;
}

#contentarea {
	vertical-align: top;
	padding: 15px 15px 15px 0px;
}

#contentarea h1 {
	font-size: 1.3em;
	
}

#contentarea h2 {
	font-size: 1.2em;
}

#contentarea h1 {
	font-size: 1em;
}

#contentarea p, #contentarea li {
	font-size: 0.8em;
	line-height: 140%;
}

.contact_label {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
