/*####################################################################*/
/*##### 2 COLUMN LAYOUT ##############################################*/
/*####################################################################*/	
#centercontainer {
	padding-bottom: 20px;
	background-image: url(../images/testbgr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 190px;
	float: left;
}
#content {
	min-height:320px; /*only works sets MZ */
	float: left;
	color: #003300;
	margin: 0px;
	height: 100%;
	width: 518px;
	display: block;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.8em;
}
*body #content{height:320px;} /*for IE as it treats height as min-height anyway*/
.content_pagetitle {
	font-family: Verdana;
	width: 37.3em;
	padding-left: 0.9em;
	margin-left: -0.9em;
	color: #093C03;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CAD6C7;
	padding-bottom: 1px;
	margin-bottom: 0.9em;
}
#rightcolumn {
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 170px;
	float: left;
}
/*####################################################################*/
/*##### LEFT HAND NAV ################################################*/
/*####################################################################*/	
#LHN_content{float: left;width: 190px;	} /*size whole LHN box*/
		
#LHN_menu{ /*Style LHN menu with BGR*/
	padding-top: 1em;
	color: gray;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom: 2em;
	background-image: url(../images/LHN_gradientbgr.gif);
	background-repeat: repeat-x;
	font-size: 0.80em;
	min-height:200px; /*only works sets MZ */
}
*body #LHN_menu{height:200px;} /*for IE as it treats height as min-height anyway*/
#LHN_menu p {
	padding-left: 10px;
	font-size: 0.85em;
}

#LHN_menu li{
	list-style: none;
	margin: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5f805b;
	padding: 0px;
}

#LHN_menu li a{
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}
#LHN_menu li a:link { color: #000; }
#LHN_menu li a:visited { color: #666666; }
#LHN_menu li a:hover{
	color: #a3b6a0;
	background-color: #062601;
}
#LHN_menu #currentpage a {
	font-weight:bold;
	color: #062601;
	background-color: #a3b6a0;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: left;
}
