/* commented backslash mac hiding hack \*/ 
html {height:100%;} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#FFF ;
	color: #000000;
	height:100%;
}
#outer{
	min-height:100%;
	margin-right:230px;
	background:#FFF url(images/top_bg.gif) no-repeat;
	color: #000000;
}

* html  #outer{height:100%;} /*IE treats height as min-height anyway*/
#content {
	margin: 180px 0 0 210px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	word-spacing: 0.1em;
	}

#right{
	float: right;
	position: relative;
	width: 230px;
	margin-right: -229px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;

}
* html #right {margin-left: -3px;}/* ie 3 pixel jog */

#right p {padding-left:3px;padding-right:2px}
#footer {
	width:100%;
	clear:both;
	height:30px;
	color: #666;
	text-align:center;
	position:relative;
	margin-top:-32px;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter{clear:both;height:50px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {float:right;width:100%;position:relative;}
html > body #centrecontent {margin-right:-1px;}/*mozilla drops float without this */
.outerwrap {
float: left;
width: 100%;
position:relative;
margin-right:-1px;
}

/****************** nav *************************/

body {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
* html body{
	font-size:xx-small;
 f\ont-size:x-small;
}
#navwrapper {
	margin: 216px 0 0 0;
}	
#navbar {
	margin: 0 0 0 30px;
	}
ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#nav  li {
	position: relative;
	width:160px;
}
	
#nav li ul {
	position: absolute;
	margin-left: -999em; /* hide menu from view */
	top: auto;
	left:0;
}

/* Styles for Menu Items */
ul#nav  li a {
	display: block;
	text-decoration: none;
	color: #e18847;
	background: #f4f4f4; 
	/* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom:-1px;
	min-height:0;
	}
/* commented backslash mac hiding hack \*/ 
* html ul#nav  li a {height:1%;	position:relative;}
/* end hack */ 

/* this sets all hovered lists to red */
#nav li:hover a,#nav  li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #999;
   background-color: #ffc988;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #e18847;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #e18847;
	text-decoration: none;
}
