body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(mainbg.jpg);
	background-repeat: repeat-x;
	background-color: #f8fceb;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#content {
	background-color: #f9fcf2;
	background-image: url(contentbg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	width: 900px;
	height: 100%;
}
#menu {
	background-color: #fbfdf8;
	background-image: url(menubg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 100%;
	width: 200px;
	padding: 0px 1px 50px 1px;
}
.topmenu {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 2px;
}
.topmenu a{
	color: #FFFFFF;
}
#main {
	width: 650px;
	padding-left: 30px;
	padding-bottom: 40px;
}
#head {
	position: absolute;
	top: 21px;
	visibility: visible;
}
#text {
	width: 650px;
}
.menudetail {
	width: 200px;
	margin: -3px 0px 0px 0px;
	padding: 0px;
}
.menudetail p{
	margin: 0px;
	padding: 0px 6px;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
}
.menudetail ul{
	margin: 0px;
	padding: 0px 6px;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}
.menudetail a{
	color: #000;
}
.menu li{
	margin: 0px;
}
.chapterhead {
	font-family: "Century Gothic";
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 90px;
	padding-bottom: 40px;
	margin: 0px;
	text-align: center;
}
.text12 {
	font-size: 12px;
}
.text11 {
	font-size: 11px;
}
.menuresources {
	background-color: #b8c18c;
	padding: 2px 6px 2px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footer {
	color: #FFFFFF;
	bottom: 0px;
	clear: both;
	text-align: center;
	padding-top: 30px;
	margin-top: 40px;
	border-top: 1px dotted #888f68;
}
.chart {
	font-size: 88%;
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #C1CD8C;
}
.chart img {
	text-align: center;
}
.chart p {
	border-top: 1px dotted #C1CD8C;
	padding-top: 4px;
}
caption {
	font-weight: bold;
	text-align: left;
	font-size: 100%;
}
.ind {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.ar{
	text-align: right;
}
a {
	text-decoration: none;
}.hide {
	visibility: hidden;
}

