.menulistitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: capitalize;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	padding: 5px;
	/* float left means this box will be on the right of whatever came before it */
	float: left;
	position: absolute;
	top: 50px;
	/* this will be to the right of the logobox and so needs to match the width of the logo image */
	left:170px;
}
.menubox {
	padding:0;
	position: absolute;
	/* the top below needs to be as least as much as the height of the logo image */
	top:136px;
	/* the left and width below should add up to the left size under pagetitle */
	left:10px;
	width:160px;
}
.mainbody {
	/* padding left below needs to be the same as the left size under pagetitle */
	float:none;
	padding-left:170px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.footer {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	bottom: 0px;
	width: 100%;
}
.everything {
	margin: 3px;
	padding-top: 5px;
	padding-left: 5px;
	left: 0px;
	top: 0px;
}
.submenulistitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-transform: capitalize;
}
.logobox {
}
.submenulisttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
.mainbodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.mainbodycaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
