body, p, td {
	font-family: Trebuchet, Verdana, Arial;
	font-size: 9pt;
	color: #000000;
	/*background-color: #FFFFFF;*/
}
th {
	font-family: Trebuchet, Verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: #CC6633;
	color: #000000;
}
td.label {
	text-align: right;
	padding-right: 10px;
}
.pgheading {
	font-family: Trebuchet, Verdana, Arial;
	font-size: 14pt;
	color: #000000;
	text-align: center;
}
h1{
	position: relative;
	left: -50px;
	background-image: URL("../images/h1.gif");
	background-repeat:  no-repeat;
	font-family: Trebuchet, Verdana, Arial;
	font-size: 12pt;
	font-style: bold;
	padding-top: 10px;
	padding-left: 80px;
	color: #FFFFFF;
	height: 45px;
}
h2{
	font-family: Trebuchet, Verdana, Arial;
	font-size: 10pt;
	font-style: italic;
	color: #000000;
}
h3{
	font-family: Trebuchet, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #cc6633;
}
hr {
	width: 175px;
	size: 1px;
	color: #DDDDDD;
	position: relative;
	left: -275px;
}
hr.title {
	width: 600px;
	size: 1px;
	color: #DDDDDD;
	position: relative;
	left: -100px;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
/*input {
	width: 200px;
}*/
#title{
	position: absolute;
	top: 60px;
	left: 225px;
}
#nav {
	position: relative;
	left: 215px;
	top: 90px;
	font-family: Trebuchet, Verdana, Arial;
	font-size: 9pt;
	color: #000000;
	z-index: 3;
}
#logo {
	position: absolute;
	top: 50px;
	left: 30px;
	z-index: 2;
}
#mainimage {
	position: relative;
	top: 80px;
	left: 100px;
	z-index: 1; 
}
#box {
	border-bottom: 1px #a95134 solid;
	border-right: 1px #a95134 solid;
	padding-right: 5px;
	width: 590px;
}
#sidenav {
	background-color: #f0bf94;
	background-image: URL("../images/sidenav.gif");
	background-repeat: no-repeat;
	border-bottom: 1px #a95134 solid;
	border-right: 1px #a95134 solid;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 200px;
	z-index: 4;
}
.content {
	font-family: Trebuchet, Verdana, Arial;
	font-size: 9pt;
	color: #000000;
}
.main {
	background-image: URL("../images/bg2.gif");
	background-repeat:  no-repeat;
	background-color: #FFFFFF;
}
.note {
	font-family: Trebuchet, Verdana, Arial;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
}
#err {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	color: #820;
	background-color: #FDD;
	text-align: left;
	padding: 3px;
	border: 1px #F00 solid;
	width: 450px;
}
