body
{
	color: #000000;
	margin: 0;
	padding: 0;		
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;
}	
table.Layout
{
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	vertical-align: top;
}
table.Layout td.HeaderRep
{
	background-repeat: repeat-x; 
	background-image: url(/Media/Layout/TopSlice.gif);
	margin: 0px;
	height: 169px;
	text-align: left;
	-moz-box-sizing: border-box;
	vertical-align: top;
}
#LeftNav
{
	background-repeat: no-repeat; 
	background-image: url(/Media/Layout/navbar.jpg);
	width: 198px;
	height: 390px;
	margin: 0px;
	vertical-align: top;
	-moz-box-sizing: border-box;
}
table.Layout td.LeftNavRep
{
	background-repeat: repeat-y; 
	background-image: url(/Media/Layout/LeftSlice.gif);
	width: 198px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	vertical-align: top;
}
div.FooterMenu
{
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
div.FooterMenu a
{
	color: #600c12;
	font-size: 11px;
	text-decoration: none;
}
div.FooterMenu a:Hover
{
	color: #3B5F0C;
	font-size: 11px;
	text-decoration: none;
}
div.FooterMenu span
{
	color:  #600c12;
	font-size: smaller;
}


