/* Left hand Navigation */
html body table#content tr td#navigationcell
{
	width : 145px;
	background-color : #839F36;
}
html body table#content tr td#navigationcell ul#mainmenu 
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #839F36;
	margin: 0px;
	list-style-type: none;
	font-weight: bolder;
/*	font-size : 0.8em; */
	padding : 12px 0px 12px 7px;
	text-transform: capitalize;
	vertical-align: middle;
	min-height : 300px;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem 
{
	text-indent : 0px;
	margin-top : 1em;
	margin-bottom : 1em;
	list-style-type: none;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem a
{
	color : White;
	padding-right : 3px;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu 
{
	font-size : 0.9em;
	color: #839F36;
	background-color: #FFFFCC;
	list-style-type: none;
	margin-left : -1ex;
	padding-left : 2ex;
	text-indent : 0px;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem div#notch
{
	height : 13px;
	background-color: #FFFFCC;
	margin-left : -1.5ex;
	margin-bottom : 0px;
	position : relative;
	background-image : url( /images/submenucutout.gif );
	background-repeat : no-repeat;
	z-index : 10;
	font-size : x-small;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu li.subitem 
{
	padding : 4px 4px 3px 0px;
	border-top : 1px solid #839f36;
	position : relative;
	top : -1px;
	list-style-type: none;
	z-index : 1;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu li.subitem div#currentlyviewingthissubpage
{
	width : 0.7em;
	position : absolute;
	float : left;
	left : -1.1em;
	height : 100%;
	top : 0px;
	background : #839f36 url(/images/menubararrow.gif) no-repeat center;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu li.subitem a
{
	color : #839f36;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu:first-child
{
	border-top : 0px;
}
html body table#content tr td#righthandcell img#logoutbutton
{
	margin: 2em 0em 2em 0em;
}
