body {
	background-color: #F8F3E3;
	color: #532900;
}
.mainbox {
	width: 800px;
	margin-bottom: 10px;
}
.titlebar {
	margin-top: 20px;
}
.titlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #094005;
	padding-left: 50px;
	height: 100px;
	text-align: left;
	vertical-align: middle;
	background-image: url(images/bkg-sagegreen.gif);
	background-repeat: repeat-x;
	font-style: italic;
	background-position: 20px;
}
.titleimage {
	text-align: right;
	vertical-align: top;
	padding-right: 30px;
	background-image: url(images/bkg-sagegreen.gif);
	background-repeat: repeat-x;
	background-position: 20px;
}



.navbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

.navbox a {
	color: #005A00;
	text-decoration: none;
	line-height: 150%;
}

.navbox a:visited {
	color: #005A00;
	text-decoration: none;
	line-height: 150%;
}

.navbox a:hover {
	color: #3B5FC1;
	text-decoration: none;
	line-height: 150%;
}

.navbox a:active {
	color: #3B5FC1;
	text-decoration: none;
	line-height: 150%;
}
.subnav {
	font-size: medium;
	text-decoration: none;
	margin-left: 30px;
}






.content {
	text-align: left;
	vertical-align: top;
	width: 600px;
}
.content a {
	color: #005A00;
	text-decoration: underline;
}
.content a:visited {
	color: #005A00;
	text-decoration: underline;
}
.content a:hover {
	color: #3B5FC1;
	text-decoration: underline;
}
.content a:active {
	color: #3B5FC1;
	text-decoration: underline;
}







.pagetitle {
	font-size: x-large;
	text-align: center;
}

.sectionhead {
	font-size: large;
	text-align: center;
	font-weight: bold;
}

.indent1 {
	margin-left: 30px;
}

.indent2 {
	margin-left: 60px;
}
