@charset "utf-8";
/* CSS Document */

body, html {
	color: #3B3B3B;
	background-color: #D2C575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	scrollbar-base-color: #6A6022;
	scrollbar-arrow-color: #D2C575;
}
#wrapper {
	width: 760px;
	height: auto;
	position: absolute;
	left: 619px;
	margin-left: -380px;
	top: -1px;
	border-top: 8px solid #333333;
}
#brand {
	width: 760px;
	height: auto;
	float: left;
	border-bottom: 1px solid #FFFFFF;
}
#top {
	width: 760px;
	height: 120px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
}
#scroller {
	width: 760px;
	height: auto;
	float: left;
}
#mainNav {
	width: 760px;
	height: 30px;
	float: left;
}
#container {
	width: 760px;
	height: auto;
	float: left;
	border-top: 2px solid #FFFFFF;
	background: url(images/containerback.jpg) center repeat-y;
}
#pathway {
	width: 760px;
	height: 20px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #6A6022;
	background-color: #E0D69C;
}
#pathway a:link, a:visited {
	color: #404000;
	font-weight: normal;
	text-decoration: none;
}
#pathway a:hover, a:active {
	color: #000000;
	background: none;
	font-weight: normal;
	text-decoration: underline;
}
#path {
	width: 500px;
	height: 15px;
	float: left;
	padding-left: 20px;
	padding-top: 3px;
}	
#date {
	height: 17px;
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 3px;
}
#sideBar {
	width: 200px;
	height: auto;
	float: left;
	background: none;
	padding-bottom: 10px;
}
#sideBar img {
	text-align: center;
	padding: 0px 0px 0px 20px;
}
#sideBar a img {
	border: none;
}
#sideBar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 11px;
}
#sideBar p {
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
	padding-left: 30px;
}
#sideBar p a:link {
	color: #D2C575;
	font-weight: normal;
	text-decoration: none;
}
#sideBar p a:visited {
	color: #D2C575;
	font-weight: normal;
	text-decoration: none;
}
#sideBar p a:hover, a:active {
	color: #D2C575;
	font-weight: normal;
	text-decoration: underline;
}
#sideBar ul li a {
	display: block;
	color: #FFC56C;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #333333;
	padding-left: 20px;
	text-decoration: none;
	background: none;
	font-weight: bold;
}
#sideBar ul li ul {
	padding-top: 15px;
	padding-bottom: 15px;
}
#sideBar ul li ul li a {
	display: inline-block;
	width: 80%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: none;
	padding-left: 30px;
	text-decoration: none;
	font-weight: normal;
	background: none;
}
#sideBar ul li ul li a:link {
	text-decoration: none;
	background: url(images/arrow-right-low-green.gif) 20px 50% no-repeat;
}
#sideBar ul li ul li a:visited {
	text-decoration: none;
	background: url(images/arrow-right-low-green.gif) 20px 50% no-repeat;
}
#sideBar ul li ul li a:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
	font-size: 10px;
	background: url(images/arrow-right-yellow.gif) 14px 50% no-repeat;
}
#sideBar ul li ul li a:active {
	background: url(images/arrow-right-yellow.gif) 14px 50% no-repeat;
}
#sideBar ul li a:link {
	color: #D2C575;
	background: none;
}
#sideBar ul li a:visited {
	color: #D2C575;
	background: none;
}
#sideBar ul li a:hover, a:active {
	color: #D2C575;
	background: #3C380F url(images/orange-arrow.gif) 3% 50% no-repeat;
}
#contents {
	width: 540px;
	height: auto;
	float: left;
	position: relative;
	text-align: justify;
	left: 10px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
}
#contents img {
	float: right;
	padding: 8px 0px 8px 6px;
}
#contents a img {
	border: none;
}
#contents a:link {
	color: #990000;
	text-decoration: underline;
}
#contents a:visited {
	color: #990000;
	text-decoration: underline;
}
#contents a:hover {
	color: #C67700;
	text-decoration: none;
}
#contents a:active {
	color: #990000;
	background: none;
	text-decoration: none;
}
#footer {
	width: 760px;
	height: auto;
	float: left;
	clear: both;
	color: #BEBEBE;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 1.4em;
	background-color: #333333;
	border-top: 2px solid #FFFFFF;
}
#footer a:link {
	color: #D3C676;
	text-decoration: none;
}
#footer a:visited {
	color: #D3C676;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #D3C676;
	background: none;
	text-decoration: underline;
}

