body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	margin: 36px 0;
	padding: 0;
	text-align: center;
	background-color: #C3BEB8;
	background-image:  url("../images/pbg.jpg");
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}
#mainbox {
	width: 558px;
	float: right;
	background-image:  url("../images/leftmidBG.gif");
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
#masthead {
	background-image:  url("../images/mhBG.jpg");
	background-repeat: repeat-x;
}
#logodiv {
	background-image:  url("../images/logoBG.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
#logoprint {
	display: none;
}
#mastheadLeft {
	background-image:  url("../images/mhLeft.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#maincontent {
	padding: 30px 36px 30px 30px;
	background-image:  url("../images/mid.jpg");
	background-repeat: repeat-y;
	background-position: right top;
	font-size: .85em;
	line-height: 1.5em;
}
#maincontent p {
	margin: 8px 0 12px 0;
}
#maincontent li {
	list-style-image: url(../images/bullet.gif);
}
#copyrightdiv {
	background-image:  url("../images/copyBG.gif");
	background-repeat: repeat-x;
	background-color: #CCCCB9;
	
}
#copyrightnotice {
	background-image:  url("../images/brCorner.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#sidebar {
	float: right;
	width: 180px;
	margin-right: 12px;
	background-image:  url("../images/small_mid.gif");
	background-repeat: repeat-y;
}
#menubar {
	margin: 0 1px;
	font-size: .9em;
}
#sidecontent {
	padding: 0 12px 12px 12px;
	font-size: .75em;
	margin-right: 8px;
}

#sidecontent p {
	margin: 6px 0 8px 0;
}
#sidebarfooter {
	font-size: 1%;
} 
#footer {
	clear: both;
	margin: 0 0 0 208px;
	padding: 16px 0 0 0;
	font-size: .75em;
	text-align: center;
}
#footer p {
	margin: 0 0 3px 0;
}
h1, h2, h3 {
	margin: 0px;
	font-size: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009797;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 24px 0 0 0;
	font-size: 1.4em;
	color: #A2894F;
}
h3 {
	font-size: 1em;
	}
div.blockright {
	margin-left:160px;
	margin-top: -1.9em;
}
#sidebar h3 {
	color: #009797;
	font-size: 1.3em;
}
a:link {
	color: #A59D6B;
}
a:visited {
	color: #B5AD86;
}
a:hover, a:active, a:focus {
	color: #7E886F;
}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #9D9660;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
}
#contactform {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	margin: 0;
	width: 475px;
	padding: 5px;
	border: 1px solid #009797;
	margin-top: 1em;
}
#contactform label, #contactform input, #contactform select, #contactform textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .9em;
	color: #666666;
	display: block;
	float: left;
	width: 25em;
	margin: 5px 0;
	padding: 0;
}
#contactform label {
	font-weight: bold;
	color: #524925;
	letter-spacing: .1em;
	text-align: right;
	width: 12em;
	margin-right: 5px;
}
#contactform br {
	clear:left;
}
#contactform h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #886A60;
}
.floatR {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #524925;
}