@CHARSET "ISO-8859-1";

body {
	background-color: #fff;
	background-image: url(../images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	cursor: default;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	height: 600px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	margin: 5;
}

#Container {
	background-color: #B4CC8F;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	width: 700px;
}

#Header {
	background-color: #3C5A40;
	height: 92px;
	margin: 0;
	padding: 0;
}

#Header div#Logo {
	height: 70px;
	margin: 0;
	padding: 0;
}

#Header img.logo {
	height: 70px;
	margin: 0;
	padding: 0;
}

#Header #Menu {
	background-color: #708059;
	border-top: 2px solid #B4CC8F;
	height: 20px;
	position: relative;
	width: 100%;
}

#Header #Menu p {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	margin: 2px;
}

#Header #Menu p span {
	padding: 0 5pt 0 5 pt;
}

#Content {
	background-color: #fff;
	border-left: 1px solid #668040;
	border-right: 1px solid #668040;
	margin: 0px;
	padding: 5px;
}

#Footer {
	background-color: #3C5A40;
	height: 20px;
	margin: 0px;
	position: relative;
}

#Footer #Content {
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
	border: none;
}

.link {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin: 2px;
	text-decoration: none;
}

.linkSelected {
	font-weight: normal;
	margin: 2px;
}

.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.extLink {
	color: #000cff;
	font-weight: normal;
	text-decoration: none;
}

.extLink:hover {
	text-decoration: underline;
}

/* floats */
div.float_left,div.float_right {
	float: left;
	margin-bottom: 0px;
}

div.float_fix {
	overflow: hidden;
	clear: both;
	height: 1px;
	margin: 0;
	font-size: 1px;;
	line-height: 1px;
}

.panel {
	background-color: #fff;
	padding: 0px;
	margin: 10px 0 0 10px;
	border: 0px solid #ACACAD;
	border-top-width: 0;
}

div.panel div.heading {
	height: 20px;
	background: URL(../images/rhsHeader.gif) repeat-x;
	border: 1px solid #ACACAD;
	border-width: 1px 1px 1px 1px;
	margin-bottom: 0;
	margin-top: 2px;
	padding-left: 18px;
}

div.panel div.heading span {
	color: #3C5A40;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.panel .content {
	display: block;
	overflow: hidden;
	padding: 3px 15px 3px 15px;;
	margin-bottom: 0;
	border: 1px solid #ACACAD;;
	border-top-width: 0;
}

div#pageTitle {
	background-image: URL(../images/underlinepge.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border: none;
	width: 650px;
}

div#pageTitle h1 {
	color: #3C5A40;
	font-size: 14pt;
	margin: 0;
	padding-bottom: 5px;
}

.siteText {
	font-size: 9pt;
	line-height: 1.4em;
	padding: 0 0 10px 0;
	margin: 0;
	word-spacing: 0.1em;
}

p {
	font-size: 9pt;
	line-height: 1.5em;
	word-spacing: 0.1em;
	margin: 0;
	pading:0;
}

h2 {
	color:	#3C5A40;
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	text-decoration: underline;
}