@charset "UTF-8";
body {
	font: 100% "Trebuchet MS";
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
}
.oneColFixCtrHdr #footer {
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.maintext {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #432517;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #432517;
}
.picright {
	float: right;
	padding-left: 10px;
}
.menutext {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	font-weight: bolder;
	color: 603813;
}
.menutext2 {
	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-weight: bolder;
	color: 603813;
}
.footertext {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: 432517;
}
.menutext:link {
	color: 603813;
}
.menutext:hover {
	color: #CC6600;
}
.menutext:active {
	color: #CC6600;
}
.menutext:visited {
	color: 603813;
}
.h2 {
	font-family: "Trebuchet MS";
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color: #432517;
}
.copyrightline {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
#pagetitle {
	position:absolute;
	width:703px;
	height:89px;
	z-index:1;
	left: 39px;
	top: 72px;
}
