body {
  font-family: "Trebuchet MS", arial, helvetica, free-sans, sans-serif;
  font-size: 14px;
  color: #D26E0E;
  line-height: 16px;
  margin: 0;
  background-color: white;
}

body { margin: 20px 0;}
p {margin-top: 0;}

a {
	text-decoration: none;
	color:#543101;
}

a:visited {
	text-decoration: none;
	color:#543101;
}

a:hover {
	text-decoration: underline;
	color: #D26E0E;
}
		
table#mainbody 	{ background: url(../images/background.gif) repeat-y center top transparent;}
#header { background: url(../images/header.gif) no-repeat center top transparent;}
#footer { background: url(../images/footer.gif) no-repeat center bottom transparent; height: 20px;}

/* Logo and Menu Navigation */
#logoblock { width: 375px; text-align: center; }
	#amberlogo {margin-top: 40px;}
	#navigation { margin: 5px 0 40px 0; padding: 0;}
	#navigation li { display: inline; list-style-type: none; list-style-position: outside;}
	#navigation li a { color: #E28C19; text-decoration: none; font-weight: bold;}
	#navigation li,	#navigation li .currentpage, #navigation li a:hover { color: #623200; font-weight:bold;}

/* The narrow boxes */	
tr.halfboxhead td.middle {background: url(../images/halfwidthhead.gif) no-repeat bottom center transparent; height: 25px;}
tr.halfboxbody td.middle {background: url(../images/halfwidthbody.gif) repeat-y top center transparent; padding: 0 10px; vertical-align: top;}
tr.halfboxfoot td.middle {background: url(../images/halfwidthfoot.gif) no-repeat top center transparent; height: 25px;}
tr.halfboxbody td.middle { width: 335px; }

/* The wide boxes */
tr.fullboxhead td.middle {background: url(../images/fullwidthhead.gif) no-repeat bottom center transparent; height: 25px;}
tr.fullboxbody td.middle {background: url(../images/fullwidthbody.gif) repeat-y top center transparent; padding: 0 15px; vertical-align: top;}
tr.fullboxfoot td.middle {background: url(../images/fullwidthfoot.gif) no-repeat top center transparent; height: 25px;}

/* The fifths boxes */
tr.fifthboxhead td.middle {background: url(../images/fifthwidthhead.gif) no-repeat bottom center transparent; height: 25px;}
tr.fifthboxbody td.middle {background: url(../images/fifthwidthbody.gif) repeat-y top center transparent; padding: 0 10px; vertical-align: top;}
tr.fifthboxfoot td.middle {background: url(../images/fifthwidthfoot.gif) no-repeat top center transparent; height: 25px;}

.foot {
	font-family: arial, free-sans, sans-serif;
	color: #543101;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	text-align: center;
}
.orange {
	color: #D26E0E;
}
.brown {
	color: #543101;
}
.footlink:link {
	text-decoration: none;
	color: #543101;
}
.footlink:visited {
	text-decoration: none;
	color: #543101;
}
.footlink:hover {
	text-decoration: underline;
	color: #D26E0E;
}
