body {
	margin: 0;
	padding: 0;
	background: #c6bfa5 url(images/bg_body.jpg) repeat-y center;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

a:link { color:#06c; text-decoration: underline; }
a:visited { color: #039; text-decoration: underline; }
a:hover { color:#006e40; text-decoration: none; }

a img { border: none; }

h1, h2, h3 { margin: 15px 0 0 0; color: #635831; }
h1 { font-size: 12pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
p {
	margin: 10px 0;
}
blockquote {
	margin: 7px 10px;
	padding: 6px;
	background:#f8f7f3;
	border: 1px solid #ebe9df;
}
#container {
	margin: 9px auto;
	width: 770px;
	background: #fff url(images/bg_cols.gif) repeat-y right;
	text-align: left;
}

#masthead {
	position: relative;
	background: url(images/bg_masthead.gif) no-repeat;
}
.brand {
	position: absolute;
	top: 0;
	left: 600px;
	width: 170px;
}

.leftCol {
	float: left;
	width: 600px;
	line-height: 16pt;
}
.content {
	margin: 30px 40px;
}
.heading h1 { position: absolute; left: -9999px; }

.rightCol {
	float: right;
	width: 170px;
	background: url(images/bg_right_col.jpg) repeat-x top;
}
.rightCol { }

#nav { 
	padding: 5px 0 12px 0;
	border-bottom: 2px solid #c6bfa5;
	background: url(images/bg_right_col.jpg) no-repeat top;
	}
#nav ul, #nav li { margin: 0; padding: 0; list-style: none; list-style-image: none; }
#nav a:hover img {background:#ebe9df;}

#address { padding: 16px 0 0 20px; color:#006e40; font-weight: bold; font-size: 8pt; line-height: 14px; }
#address div { margin-top: 4px; }
#address span { font-weight: normal; }

#footer {
	clear: both;
	padding: 0 40px;
	min-height: 84px;
	background: url(images/bg_footer.gif) no-repeat;
}
#footer p { margin: 0; padding: 12px 0 0 0; font-size: 9pt; }
#footer p.trademark { margin: 0; padding: 4px 0 0 0; color: #666; font-size: 7pt; }