html, body {
	height: 550px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ECEBEB url(layout/top-fill.gif) repeat-x top;
	font: 10pt verdana, arial;
	color: #000;
	}
#containleft {
	margin-top: 100px;
	margin-left: 10px;
	float: left;
	padding: 0;
	text-align: center;
	font: 10pt verdana, arial;
	}
#container {
	margin: auto;
	background: #FFFFFF url(layout/container-fill.gif) repeat;
	padding: 0;
	text-align: center;
	font: 10pt verdana, arial;
	width: 800px;
	}
#header {
	margin: auto;
	background: url(layout/top.gif) no-repeat;
	text-align: center;
	height: 80px;
	}
#menu {
	margin: auto;
	padding: 5px;
	width: 700px;
	text-align: right;
	}
#menu a {
	background: #000 url(layout/menu-fill.gif) repeat-x;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font: bold 9pt  verdana, arial;
	
}
#menu a:hover  {
	color: #DAD9D9;
	padding: 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font: bold 9pt  verdana, arial;
}
#content {
	margin: auto;
	padding: 6px;
	text-align: left;
	width: 800px;
	font: 9pt verdana, arial;
	color: #000;
}
#content a {
	color: #588817;
	font: bold 11pt  verdana, arial;
}
#content a:hover  {
	color: #000;
	font: bold 11pt  verdana, arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #588817;
}
#content a:test {
	color: #588817;
	font: bold 9pt  verdana, arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #588817;
}
#content a:hover  {
	color: #000;
	font: bold 11pt  verdana, arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #588817;
}

#footer {
	background: #FFFFFF url(layout/footer.gif) no-repeat;
	margin: auto;
	padding: 0;
	height: 49px;
	text-align: center;
}
a {
	color: #588817;
	text-decoration: none;
	font: bold 8pt  verdana, arial;
}
a:hover  {
	color: #000;
	text-decoration: none;
}

td {
	font: 9pt verdana, arial;
	color: #000;
}
textarea {
	color: #000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font: normal 9pt  verdana, arial;
}
input, select{
	color: #000;
	text-decoration: none;
	background: #F4F3F3;
	border: 1px solid #ADAEAF;
	font: bold 12pt  verdana, arial;
	padding: 2px;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #000; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; font-size: 16px; width: 175px;}																																																																															 }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #fff; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #fff; }

 

input:hover {
	background: #F4F3F3;
	border: 1px solid #000;
	font: bold 12pt  verdana, arial;
}

.related_heading { font-family: verdana;

   color:#003300;

   text-decoration: none;

   font-weight: bold

       }

.total_range { 

   font-family: verdana;

   color:#333333;

   text-decoration: none;

   font-weight: bold

       }

.total_results { font-family: verdana;

   color:#333333;

   text-decoration: none;

       }

.search_term { font-family: verdana;

   color:#333333;

   text-decoration: underline;

   font-weight: bold

       }
	   
.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #588817;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #588817;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}
	h4.title {
		/* We're going to add some space next to the titles so we can fit the 16x16 favicon image. */
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:0 1px;
		padding-left:40px;
	}