body
{
	background: white;
	font-family: Arial, Verdana;
	font-size: small;
	margin: 0; padding: 0;
}
img { border: none; }

#main {	margin: 10px auto;	width: 755px; }

#header {	width: 100%; height: 160px; }

#header h1
{
	background: url('../img/hdr-logo.gif') no-repeat top left;
	height: 160px; width: 231px; display: block;
	float: left; margin:0;
}
#header h1 > span { display:none; }

#hdr_right { float: right; width: 524px; background: #660000; }

#hdr_image
{
	width: 524px; height: 114px;
	background: url('../img/hdr-img.jpg') no-repeat top right;
}

#cnt_hdr
{
	width: 755px; height: 16px;
	background: url('../img/cnt-hdr.gif') no-repeat top left;
}

/************* MENU ************/
dfn { display: none; }

/*-- #top_menu --*/
#primary-nav { list-style: none; margin: 0; padding: 0; position: relative;}
#primary-nav > li { float: left;  position: relative; }
#primary-nav a:hover, #primary-nav a.menuactive{ background: #283f25; color: #cccc9a;}
#primary-nav > li > a
{
	padding: 0 3px;
	border-left: 1px dotted #7C7C3F;
	border-right: 1px dotted #7C7C3F;
	width: 56px; height: 46px;
	text-align: center;	background: #660000;
	text-decoration: none; color: white;
	font-size: 11px;

  display: table-cell;
  vertical-align: middle;
}

#primary-nav ul
{
	display: none;
	position: absolute;
	width: 180px;
	list-style: none;
	margin: 0; padding: 0;
	background: #283f25;
	top: 46px; left: 0;
}
#primary-nav li:hover > ul { display: block;}

#primary-nav ul a
{
	width: 170px;
  display: block;
  padding: 5px;
  color: #cccc9a;
}

#primary-nav ul a:hover, #primary-nav ul a.menuactive { color: white; }

#primary-nav ul li { position: relative; }
#primary-nav ul ul {	left: 100%; top: 0; }

/*-- left_menu --*/
#left_menu > ul { list-style: none; margin: 20px; padding: 0; }
#left_menu > ul a:hover, #left_menu > ul li.currentpage h3{ color: black; text-decoration: underline;}
#left_menu > ul a, #left_menu h3
{
	color: #283f25;	text-decoration: none; font-size: 110%;
	margin: 3px 0; padding: 3px; display: block; font-weight: bold;
}

/********** content ************/

#middle{	width: 100%;	background: #cccc9a;	float: left;}

#mdl_left {	float: left;	width: 240px;}

#mdl_right{	float: left;	width: 515px;}
#mdl_wide { width: 100%; }

#left_content { margin: 10px 20px; }

#content{	margin: 5px 40px 40px 40px; }

#bread { float: left; width: 90%; font-size: 90%; margin-bottom: 10px; text-transform: uppercase;}
#print { float: right; }
#left_title { margin: 5px 20px; font-size: 140%; font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid black; }

#print img { border: none; }

/*********** footer *********/
#footer {	clear: both;	width: 100%; }

#ftr_btm { background: url('../img/footer-btm.gif') no-repeat top left;	height: 8px; width: 100%; }

#ftr_cnt { 	background: #506650; color: white; margin: 0; padding: 10px 0;}

#ftr_cnt h1 { font-size: 150%; text-align: center; margin: 0; padding: 10px 0; }
#ftr_links {text-align: center; }
#ftr_links p { margin: 0; }
#ftr_cnt a { color: white; }