div#allcontent {
	height: 100%;
	padding-right: 10px;
	text-align: left;
	min-height: 560px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	padding-left: 40px;
	padding-top: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(img/background2.jpg);
	background-color: #e2d5a8;
	background-attachment:fixed;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
}

h2 {
	margin-bottom: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
}

a.displayimage img {
	height: 50px;
	width: 50px;
	margin-right: 8px;
	border-style: none;
}

div.section {
	max-width: 400px;
}

p.bodytext {
	margin-top: 0px;
}

#nav {
	width: 100%;
	text-align: right;
}

#backnav {
	text-align: right;
	width: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(img/bodybg.jpg);
	padding-top: 0px;
	margin-top: 0px;
	background-color: #736d58;
	font-size: 9pt;
}

a img {
	border-style: none;
	border-width: 0px;
}

#content {
	min-height: 500px;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

table.contenttable tr td {
	vertical-align: top;
}


