body {
	background:		#DFD290 url(img/background.jpg) repeat-x top left;
	font-family:	Arial;
	font-size:		10pt;
	margin-top:		0px;
	color:			#684F40;
}

h2 {
	font-size:		11pt;
	font-weight:	bold;
	margin-bottom:	0px;
	margin-top:		25px;
}

a {
	text-decoration:	none;
	color:			#684F40;
}

a:hover {
	border-bottom:	dashed 1px #684F40;
}

#page {
	margin:			auto;
	width:			800px;
}

#content {
	margin:			auto;
	width:			700px;
	border-left:	1px solid #5F7D4D;
	border-right:	1px solid #5F7D4D;
	border-top:		1px solid #5F7D4D;
	margin-top:		50px;
}

#nav {
	border-right:	1px solid #5F7D4D;
	width:			230px;
	padding-left:	10px;
	height:			100%;
	font-family:	Arial;
	font-size:		10pt;
}

#nav ul {
	list-style: 	none;
	margin: 		0;
	padding: 		0;
}

#nav li {
	height:			22px;
	padding-top:	5px;
	padding-bottom:	5px;
}

#nav li:hover {
	background:		url(img/mouse-ov.gif) no-repeat top right;
}

#nav a {
	text-decoration:	none;
	color:			#684F40;
  font-weight: bold;
}

#nav a:hover {
	border-bottom:	dashed 1px #684F40;
}

#nav .space {
	width:		50px;
	height:		290px;
}



#title {
	padding-bottom:	10px;
}

#body {
	width:			410px;
	min-height:		400px;
	float:			right;
	padding:		20px;
	padding-top:	35px;
	background:		url(img/leaf-back.png) no-repeat;
}

#body p {
	line-height:	140%;
	margin-top:		0px;
	margin-bottom:	15px;
}

#body a {
	font-style:		italic;
	border-bottom:	1px dashed #684F40;
}

#body table th {
	font-size:		11pt;
	text-align:		left;
}

#body a:hover {
	border-bottom:	1px solid #684F40;
}

#footer .left {
	width:			580px;
	height:			45px;
	border-left:	1px solid #5F7D4D;
	border-bottom:	1px solid #5F7D4D;
	margin-left:	50px;
	/* padding-left:	200px; */
	padding-top:	50px;
}

#bottom_nav ul {
	list-style:		none;
}

#bottom_nav li {
	display:		inline;
	padding:		10px;
}

#footer .logo {
	float:			right;
	width:			155px;
	height:			155px;
	background:		url(img/logo.png) no-repeat bottom right;
}
