/* CSS Document  for use with SubPage template - has a lefthand narrow column for navigation of subsection*/

/* styling for primary content of page */
#pagecontent {
	margin-left: 180px;
	border-left: 1px solid #FF0000;
	padding: 1em;
}
#pagecontent h2 {
	margin: 0 0 .5em 0;
	color: #009966;
	background-color: #FFFFFF;
}
#pagecontent h3 {
	margin: 0 0 .5em 0;
	color: #009966;
	background-color: #FFFFFF;
	font-style: oblique;
}
/* left navigation column for subsection navigation */
#leftbar {
	width: 160px;
	float: left;
	padding: 1em;
}
#leftbar  a{
	color: #009966;
	text-decoration: none;
	}
#leftbar a:hover {
color : red;
font-weight: bolder;
}	