body {
	padding: 0;
	margin:0 auto;
	background-color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 0.70em;
	}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #836754;
}
a:active {
	text-decoration: underline;
	color: #836754;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding-right:1px;
	background-image:url(images/background_graphic.jpg);
	background-position: top;
	background-repeat:repeat-y;
	}

#header {
	width: 796px;
	height: 122px;
	margin: 0px auto;
	}

#logo {
	text-indent:-5000px;	
	}
#nav {
	width: 800px;
	margin:0 auto;
	height: 34px;
	background-color:#836754;
	margin-left: 25px;
	font-size:1.20em;
	}

#nav ul {
	float: right;
	width: 776px;
	list-style-type: none;
	padding: 5px;
	margin: 0px 12px;
}

#nav li {
	float: left;
	margin: 0px;
	border-right: 1px solid #333;
	padding: 3px 10px;
	}
	
#nav a {
	display:block;
	color: #fff;
	background: #836754; 
	text-decoration: none;
	}

a.nav:link {
	text-decoration:none;
	color:#FFF;
	}
	
a.nav:visited {
	text-decoration:none;
	color:#FFF;
	}
			
a.nav:hover {
	text-decoration:none;
	color:#333;
	}
			
a.nav:active {
	text-decoration:none;
	color:#333;
	}

#nav ul ul a {
	border-top: 1px solid #fff;
	margin-left: -12px;
	padding: 3px 10px;
	
	}



#nav a:hover {
	color: #333;
	background: #836754;
	}
		
#nav ul ul {
	position: absolute;
	z-index: 500;
	width: 47px;
	margin-left: -12px;
	background-color:#836754;
	}

#nav li li {
	border-right: none;
	margin:-1px;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


div#nav ul ul {
	display: none;
	}

div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul
{display: none;
}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul
{display: block;
}

.current{
	color:#333;
	padding:inherit;
	left: auto;
	}

#stylelinks {
	width: 800px;
	height: 25px;
	margin: 0 24px;
	}

#stylelinks ul {
	float:left;
	width: 120px;
	list-style-type: none;
	padding: 5px 15px;
	margin: 2px 0;
}

#stylelinks li {
	font-size:1.00em;
	font-weight: bold;
	display:block;
	padding: 3px 10px;
	float: right;
	margin: 0px;
	}
	

.styledefault {
	display:none;
	}

a.styledefault:link {
	display:none;
	}
	
a.styledefault:visited {
	display:none;
	}
			
a.styledefault:hover {
	display:none;
	}
			
a.styledefault:active {
	display:none;
	}

.styletext {
	color:#836754;
	text-decoration:underline;
	}

a.styletext:link {
	color:#836754;
	text-decoration:none;
	}
	
a.styletext:visited {
	color:#836754;
	text-decoration:none;
	}
			
a.styletext:hover {
	color:#333;
	text-decoration:underline;
	}
			
a.styletext:active {
	color:#333;
	text-decoration:underline;
	}

#maincontent {
	width:800px;
	height:410px;
	margin: -11px auto;
	}

#maincontent p {
	width:740px;
	padding: 3px 30px;
	}

.definition {
	display:none;
	}

#footer {
	width:850px;
	background-image:url(images/bottom_wrapper.jpg);
	background-repeat:no-repeat;
	margin: -25px auto 0 auto;
	}


#footer p {
	width:760px;
	height:58px;
	margin: 0 auto;
	text-align:right;
	font-size: 0.95em;
	}

.plaintext {
	font-size: 1.20em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
