@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
#pageHeading {
	position:absolute;
	left:9px;
	top:6px;
	width:932px;
	height:auto;
	z-index:1;
}
#pageHeading p {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 38px;
	color: #BBB;
	margin: 0px;
	padding: 6px;
}
#menuDiv1 {
	position:absolute;
	left:17px;
	top:70px;
	width:776px;
	height:auto;
	z-index:3;
}
#contentDiv1 {
	position:absolute;
	left:0px;
	top:125px;
	width:821px;
	height:auto;
	z-index:2;
}
#contentDiv1 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #666FA1;
	padding: 2px;
	margin-top: 12px;
	margin-right: 16px;
	margin-bottom: 12px;
	margin-left: 16px;
}
#contentDiv1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	padding: 2px;
	margin-top: 6px;
	margin-right: 16px;
	margin-bottom: 6px;
	margin-left: 24px;
	color: #777;
}
.ldiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	float: left;
	font-weight: normal;
	color: #1C551C;
	margin: 0px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.ldiv a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #6D9F6D;
}
.ldiv a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #6D9F6D;
}
.ldiv a:hover {
	text-decoration: underline;
}
.ldiv a:active {
}
#contentDiv1 ul {
	padding: 0px;
	margin: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 16px;
}
#contentDiv1 ul li {
	font-size: 13px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	list-style-type: circle;
}
.rhPanel {
	padding: 0px;
	float: right;
	height: auto;
	width: 320px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
}
#contentDiv1 .rhPanel p {
	font-size: 12px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 6px;
}
#contentDiv1 .rhPanel a:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #BAA187;
}
#contentDiv1 .rhPanel a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #BAA187;
}
#contentDiv1 .rhPanel a:hover {
	text-decoration: underline;
}
#contentDiv1 .rhPanel a:active {
}
