/* Page styles */
body {
	position:		absolute;
	text-align:		center;
	background-color:	#336633;
	margin:			0px;
	padding:		0px;
	height:			100%;
	width:			99%;
}
div.window {
	position:		relative;
	width:			768px;
	left: 			2px;
	height:			99%;
	background-color:	#FFFFFF;
	margin:			auto;
	padding:		1px;
	padding-top:		15px;
}

ins {
	text-decoration:none;
}

/* Element styles */
hr {
	background-color:	#336633;
	color:			#336633;
}

/* Title bar styles */
div.title {
	position:		relative;
	font-size:		36px;
	font-weight:		bold;
	text-align:		center;
	width:			17%;
	margin:			auto;
	padding:		5px;
}
div.titlehr {
	position:		relative;
	height:			5px;
	margin:			auto;
	width:			17%;
}
div.titlesoltext {
	position:		relative;
	font-size:		24px;
	padding:		5px;
	margin:			auto;
	width:			18%;
}

/* Links styles */
span.fullwidthlinks {
	position:		relative;
	float:			left;
	width:			100%;
	text-align:		left;
	margin-left:		10px;
}
a.link {
	position:		relative;
	width:			100%;
	font-size:		18px;
	text-decoration: 	none;
	color: 			#336633;
	cursor:			pointer;
	padding-left:		0px;
}
a.link:hover {
	position:		relative;
	background-color:	#DDEEDD;
	width:			100%;
}
span.optionexpand {
	position:		relative;
	float:			left;
	width:			inherit;
	padding:		0px;
	height:			0px;
}
span.expandelement {
	float:			left;
	font-size:		10pt;
	width:			inherit;
	color:			#336633;
	text-align:		left;
	margin-bottom:		5px;
	padding-left:		10px;
}
span.expandelement:hover {
}
a.expandlink {
	text-decoration:	none;
	color:			#336633;
	background-color:	#FFFFFF;
}
a.expandlink:hover {
	color:			#FFFFFF;
	background-color:	#336633;
}


span.links {
	position:		relative;
	float:			left;
	clear:			left;
	width:			16%;
	margin-left:		5px;
}

/* Footer styles */
div.fullwidth#eighty {
	position:		relative;
	height:			67px;
	width:			100%;
	margin-top:		13px;
	text-align:		center;
}
span.feature {
	padding-left:		2px;
}
span.featuresixteen {
	float:			left;
	width:			16%;
	padding-left:		4px;
}
span.featuretwentyfive {
	float:			left;
	height:			100%;
	width:			25%;
	padding-left:		1px;
}
img.featurelogoh {
	width:			53px;
	height:			65px;
}
img.featurelogow {
	width:			86px;
	height:			55px;
}

