/*####################################################################*/
/*##### 3 COLUMN LAYOUT ##############################################*/
/*####################################################################*/	
#centercontainer {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(/ptacc_v2/images/contentbody_imgbgr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0D1BE;
}
#leftcolumn {
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 170px;
	float: left;
}
#content {
	min-height:320px; /*only works sets MZ */
	float: left;
	color: #003300;
	margin: 0px;
	height: 100%;
	width: 31.4em;
	display: inline;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.80em;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #E7ECE6;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #BBCAB7;
}
*body #content{height:320px;} /*for IE as it treats height as min-height anyway*/
#content a:link{color: #0066CC;	text-decoration: none;}
#content a:visited{ color: #666666;}
#content a:hover{text-decoration: underline;}
.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;
	height: 100%;
	width: 170px;
	float: right;
/*	padding-top: 3.6em;
	color: #333;
	height: auto;
	width: 170px;
	float: right;
	background-color: #ECE9D8;*/
}
/*####################################################################*/
/*##### LEFT HAND NAV ################################################*/
/*####################################################################*/	
#LHN_content{float: left;width: 170px;	} /*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.80em;
}

#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;
}
/*####################################################################*/
/*##### RIGHT HAND NAV ################################################*/
/*####################################################################*/	
#RHN_content{
	float: right;
	width: 13.5em;
} /*size whole LHN box*/
		
#RHN_menu{ /*Style LHN menu with BGR*/
	padding-top: 1px;
	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;
}
#RHN_menu p {
	padding-left: 10px;
	font-size: 0.85em;
}

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

#RHN_menu li a{
	display: block;
	text-decoration: none;
	padding-top: 0.7em;
	padding-right: 0.5em;
	padding-bottom: 0.7em;
	
}
#RHN_menu li a:link { color: #000; }
#RHN_menu li a:visited { color: #666666; }
#RHN_menu li a:hover{
	color: #a3b6a0;
	background-color: #062601;
}
#RHN_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;
}
