body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #9b9d7d;
}
a:hover {
	color: #abad9d;
}
.header {
	position: relative;
	width: 700px;
	height: 171px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.sitetitle {
	display: none;
}
.pagetitle {
	font-size: large;
	font-weight: bold;
	color: #000000;
	padding: 10px 40px 10px 185px;
}
.heading {
	color: #000000;
	font-weight: bolder;
	font-style: italic;
}
.main {
	position: relative;
	width: 700px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
.menu {
	position: absolute;
	top: 0px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	padding: 10px 0px;
	width: 160px;
	margin: 0px 3px;
	border-bottom: 1px solid #b2b3a7;
}
.menu a {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.content {
	padding: 0px 40px 10px 185px;
}
.footer {
	width:700px;
	height: 30px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.footnote a {
	color: #dddddd;
	text-decoration: none;
}
.footnote a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footnote {
	text-align: right;
	font-size: x-small;
	color: 999999;
	padding-right: 22px;
}
.imgright {
	float: right;
	border: 1px solid black;
	margin-left: 5px;
	text-align: center;
	font-size: x-small;
	font-style: italic;
}
.imgleft {
	float: left;
	border: 1px solid black;
	margin-right: 5px;
	text-align: center;
	font-size: x-small;
	font-style: italic;
}
.imgcenter {
	width: 474px;
	border: 1px solid black;
	text-align: center;
	font-size: x-small;
	font-style: italic;
}
.imgleft img, .imgright img, .imgcenter img {
	border-bottom: 1px solid #000000;
	margin-bottom: -1px;
}
table {
	border: none;
	margin: 0px;
	padding: 0px;
}
th {
	text-align: left;
	vertical-align: top;
}

@media print {
	.sitetitle {
		display: block;
		padding: 30px 30px;
		font-size: x-large;
	}
	.header {
		position: relative;
		width: 700px;
		height: 60px;
	}
	.menu {
		display: none;
	}
	.content {
		padding: 0px 0px 10px 0px;
		width: 454px;
	}
	.footer {
		width:500px;
	}
	.pagetitle {
		font-size: large;
		font-weight: bold;
		color: #000000;
		padding: 0px 0px 10px 0px;
	}
}