* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: tahoma, arial, sans-serif;
	font-size: small;
	color: #666;
	background: #fff;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.invisible, hr {
	display: none;
}
.page {
	width: 895px; 
	background: url("../images/page.png") repeat-y left top;
	padding: 15px 0 0 5px;
	font-size: 86%;
}
.left {
	width: 300px;
	float: left;
	background: #DFD8C8;
}
.right {
	width: 590px;
	float: right;
}
h1 {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	width: 290px;
	height: 28px;
	margin-left: 5px;
	background: #CEC7B7;
}
h1 a {
	display: block;
	width: 290px;
	height: 28px;
	cursor: pointer;
	color: #666;
}
h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 290px;
	height: 28px;
	background: url("../images/header.png") no-repeat left top;
}
.left h2 {
	padding: 8px 15px 22px 15px;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	font-family: arial, sans-serif;
}
.index {
	padding-left: 18px;
	color: #B0A68F;
	font-size: 91%;
}
.leftmenu {
	margin: 8px 0 68px 15px;
}
.leftmenu li {
	list-style-type: none;
	padding-left: 1px;
	margin-bottom: 2px;
}
.leftmenu .li1 {
	border-left: 2px solid #996699;
}
.leftmenu .li2 {
	border-left: 2px solid #339999;
}
.leftmenu .li3 {
	border-left: 2px solid #FF9900;
}
.leftmenu .li4 {
	border-left: 2px solid #6699FF;
}
.leftmenu .li5 {
	border-left: 2px solid #9999CC;
}
.leftmenu .li6 {
	border-left: 2px solid #99CC66;
}
.leftmenu .li7 {
	border-left: 2px solid #CC6666;
}
.leftmenu .li8 {
	border-left: 2px solid #CCCC00;
}
.leftmenu .li9 {
	border-left: 2px solid #333399;
}
.leftmenu li a {
	padding: 8px 0 8px 7px;
	display: block;
	width: 270px;
	color: #666;
	text-decoration: none;
	background: url("../images/menua.png") repeat-y left top;
}
.leftmenu li a:hover, .leftmenu li a.thispage {
	color: #fff;
	background: url("../images/menuahover.png") repeat-y left top;
	font-weight: bold;
}
.breadcrumbs {
	background: #EFECE4;
	height: 18px;
	padding: 7px 10px 3px 10px;
	margin-bottom: 7px;
}
.right>.breadcrumbs {
	min-height: 18px;
	height: auto;
}
.right h3 {
	height: 50px;
	padding: 50px 0 0 10px;
	/* background: #FF9900 url("../images/h3.png") no-repeat right top; */
	/* background: #FF9900; */
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 8px;
}
.right-orange{
	background: #FF9900;
}
.right-purple{
	background: #996699;
}
.right-teal{
	background: #339999;
}
.right-babyblue{
	background: #6699FF;
}
.right-babypurple{
	background: #9999CC;
}
.right-green{
	background: #99CC66;
}
.right-red{
	background: #CC6666;
}
.right-yellow{
	background: #CCCC00;
}
.right-blue{
	background: #333399;
}
.right>h3 {
	min-height: 50px;
	height: auto;
}
.right-content {
	/* width: 492px; */
	width: 585px;
	margin-left: 9px;
	line-height: 145%;
}
.menu {
	color: #B0A68F;
	font-size: 91%;
	padding-right: 8px;
}
.right-content a {
	color: #999900;
}
.right-content h4 {
	padding: 50px 0 14px 0;
	color: #8D8B84;
	font-size: 178.9%;
	font-weight: normal;
}
.right-content h5 {
	font-size: 100%;
}
.right-content p {
	padding-bottom: 20px;
}
.right-content p.last {
	padding-bottom: 0;
}
.footer {
	padding: 2px 5px 8px 5px;
	width: 290px;
	color: #9B998C;
	font-size: 82%;
	font-family: verdana, arial, sans-serif;
	line-height: 140%;
}
.footer a {
	color: #8B4A30;
}
.cleaner {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

