/* Left hand Navigation */
html body table#content tr td#navigationcell
{
	width : 145px;
}
html body table#content tr td#navigationcell ul#mainmenu 
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #EAEFDB;
	background-color: #87915E;
	margin: 0px;
	list-style-type: none;
	font-weight: bolder;
/*	font-size : 0.8em; */
	padding : 10px 0px 10px 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 : #EAEFDB;
	padding-right : 3px;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu 
{
	font-size : 0.9em;
	color: #737F54;
	background-color: #EAEFDB;
	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: #EAEFDB;
	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 : 3px 3px 3px 0px;
	border-top : 1px solid #737F54;
	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 : #737F54 no-repeat center url(/images/menubararrow.gif);
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu li.subitem a
{
	color : #737F54;
}
html body table#content tr td#navigationcell ul#mainmenu li.mainitem ul#submenu:first-child
{
	border-top : 0px;
}
/* Online login options */
html body table#content tr td#navigationcell table#loginsection
{
	height : 100%;
}
html body table#content tr td#navigationcell table#loginsection tr td
{
	vertical-align : center;
	/* padding : 10px; */
}
html body table#content tr td#navigationcell table#loginsection tr td table.loginoption
{
	margin : 10px;
}
html body table#content tr td#navigationcell table#loginsection tr td table.loginoption tr td
{
	margin : 0px;
	padding : 0px;
}
html body table#content tr td#navigationcell table#loginsection tr td table.loginoption tr td.logintext
{
	font-size : 0.8em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding : 5px;
}
html body table#content tr td#navigationcell table#loginsection tr td table.loginoption tr td.logintext a
{
	color : #737F54;
}
html body table#content tr td#navigationcell table#loginsection tr td table.loginoption tr td.loginarrow
{
	background : #6B7214 no-repeat center url(/images/menubararrow.gif);
	vertical-align : middle;
	width : 7px;
	font-size : 1px;
}
html body table#content tr td#navigationcell table#loginsection tr td table.loginoption tr td.bottomlines
{
	background-color : #F4F7F2;
	border : 1px solid #6B7214;
	height : 3px;
	font-size : 1px;
}

