body {
	background: url('images/bg.jpg');
	color: #676154;
	font-family: "Helvetica";
	font-size: 10pt;
	line-height: 130%;
}

h1 {
  font-size: 16pt;
  font-family: "Georgia";
  font-style: italic;
  color: #3c362a;
  padding-bottom: 4px;
  border-bottom: 1px dotted #676154;
}

h2 {
  font-size: 12pt;
  font-family: "Georgia";
  font-style: italic;
  color: #3c362a;
  text-align: center;
}

a {
  color: #3c362a;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #00853e;
  font-weight: bold;
  text-decoration: none;
}

#topbar {
	background:url('images/headerbg.png') repeat-x;
	height:60px;
	z-index:10000;
}

#wrapper {
	width: 928px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-60px; /* compensate for #topbar */
}

#menuarea {
	height:42px;
}

#menu {
	text-align:center;
	padding-top:9px; /* lower the menu text */
}

#menu a {
	color:#dddddd;
	font-weight:bold;
	font-family:Verdana,Helvetica;
	font-size:8pt;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

#menu a:hover {
	color:#ffffff;
}

#header {
	position:relative;
	top:1px;
	height:235px;
	background:url('images/sidebar.png') no-repeat;
	z-index:-10100;
}

#headerimage {
	margin-left:14px;
	width:600px;
	height:235px;
}

#logo {
	z-index:10000;
	width:214px;
	height:205px;
	margin-left:30px;
	position:absolute;
	top:12px;
}

#greenbar {
	height:26px;
}

#mainbody {
	position:relative;
	top:27px; /* move down for #greenbar */
	background:url('images/mainbg.png') repeat-y;
}

#bodytable {
	background:url('images/watermark.png') no-repeat bottom right;
	margin-left:14px;
}

#bodytable td {
	padding-left:10px;
	padding-right:5px;
	text-align: justify;
	padding-top:10px;
	padding-bottom:10px;
}

#footer {
	background:url('images/footer.png') no-repeat;
	height:106px;
}

#footertext {
	padding-top:35px; /*position the footer text*/
	text-align:center;
	color:#ffffff;
	font-family:Verdana,Helvetica;
	font-size:7pt;
}

#footertext a {
	color:#dddddd;
	text-decoration:none;
}

#footertext a:hover {
	color:#ffffff;
}
