#pagetitle{
	color: #8bc83c;
	font-size: 1.6em;
	font-weight:bold;
}

#sitetitle{
	color: #8bc83c;
	font-size: 1.6em;
	font-weight:bolder;
	text-decoration: none;
}

h2 {
	color: #8bc83c;
	font-size: 1.4em;
	font-weight:bold;
}

h3 {
	color: #8bc83c;
	font-size: 1.1em;
	font-weight:bold;
}

ul {
	list-style: square;
	margin-left: 0;
	padding-left: 1em;
	/*text-indent: -1em;*/
}

a{
	color: #8bc83c;	
}

a:hover{
	color: black;	
}

a:visited{
	color: #babaad;	
}

a:hover:visited{
	color: black;	
}


.error{
	color: red;
}

form ol li{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2.2;
	text-indent: -1em;
}

form ol li label{
	padding: 0;
	margin: 0;
}

ul.home_shortcuts{
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ul.home_shortcuts li{
	list-style: none;
	float: left;
	clear: right;
	border-right: solid 1px #8bc83c;
	margin-top: 7px;
	margin-bottom: 22px;
	padding: 10px 50px 10px 50px;
}

ul.home_shortcuts li.first{
	padding-left: 0;
}

ul.home_shortcuts li.last{
	border-right: 0;
	padding-right: 0;
	float: right;
}

ul.home_shortcuts li a {
	text-decoration: none;
}


body{
	font:Arial, Helvetica, sans-serif;
}

p{
	line-height: 160%;
}

.instructions{
}

.instructions p
{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.instructions ul
{
	margin-top: 0;
	padding: 0;
}

.instructions ol li
{
	margin-left: -1em;
	width: 500px;
}

.instructions ul li
{
	list-style: disc;
	margin-left: 1em;
}

.instructions img
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.clearboth { clear: both; }

strong{
	color: #8bc83c;
}

#content{
	margin-top: 2em;
	text-align: justify;
}

#menu{
	margin-top: 2em;
}

#menu ul{
	list-style: none;
	/*margin-left: 10px;*/
	padding: 0;
	border: none;
}

#menu li{
	margin: 0;
}

#menu ul ul{
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}

#menu li a {
	border-bottom: 1px solid #8bc83c;
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000;
	font-weight: bolder;
	text-decoration: none;
	width: 100%;
}

#menu li.last a{
	border-bottom: 0;
	margin: 0;
}

#menu li.last ul li a{
	border-bottom: 1px solid #8bc83c;
	margin: 0;
}

html>body #menu li a {
	width: auto;
}

#menu li a:hover{
	background-color: #8bc83c;
	color: #fff;
}

#menu li a.selected{
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px double #8bc83c;
	color: #8bc83c;
}

#menu li a.selected:hover{
	color: #fff;
}

.gold{
	color:#FFCC33;
}

object{
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentLeft {
	float: left;
	width: 48%;
	margin: 2px;
	border-right: 1px solid #8bc83c;
}

#contentRight {
	float: right;
	width: 48%;
	margin: 2px;
}