body {
	background-color:#663300;
	color: #ffffcc;
}

td {
	color: #ffffcc;
	font:8pt/15pt arial,geneva, helvetica,sans-serif;
	letter-spacing: .1em;
	font-size:11px;
	font-weight:normal;
}
div {
	color: #ffffcc;
	font:8pt/15pt arial,geneva, helvetica,sans-serif;
	letter-spacing: .1em;
	font-size:11px;
	font-weight:normal;
}

.pageHead {
	font-size:14px;
	font-weight:bold;
	color:#663300;
	background-color:#cc9933;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}
.pageHead2 {
	font-size:14px;
	font-weight:bold;
	color:#ffffcc;
	background-color:#cc9933;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.thumbHead {
	 background-color:#cc9933;
	 color:#663300;
	 font-weight:bold;
	 padding-left:5px;
}

.sectionHead{
	font-size:12px;
	font-weight:bold;
}

.PL-sectionHead{
	font-size:12px;
	font-weight:bold;
}

.PL-sectionSubHead{
	font-size:12px;
	font-style:italic;
}
.PL-description{
	text-align:justify;
}

.caption {
	font-size:10px;

}
hr {
	border:dashed 1px #cc9933;
}
a {
	text-decoration:none;
	color:CC9933;
}

a:hover {
	text-decoration:underline;
}

.contentImg {
	border:solid 1px #CC9933;
	width:300px;
	height:300px;
}

.thumbnail {
	border:solid 1px #CC9933;
	width:75px;
	height:75px;

}

.mainNav {
	color:#CC9933;
		padding:5px;
}
.mainNav:hover {
	text-decoration: none;
	background-color:#cc9933;
	color:#fff;

}

.subNav {
	font-family:arial,geneva, helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#E3D6C0;
	border-left:solid 1px #663300;
	text-decoration:none;
	padding:5px;
	letter-spacing:.2em;
}
.subNav:hover {
	color:#CC9933;
	border-left:solid 1px #CC9933;
	text-decoration:none;
}
.bottomNav {
	color:#663300;
	font-weight:bold;
	border-left:solid 1px #CC9933;
	text-decoration:none;
}
.bottomNav: hover {
	color:#663300;
	text-decoration:none;
}

.bodyLeft {
	width:300px;
	height:300px;
	position:absolute;
	left: 0px;
	top: 5px;

}
.bodyRight {
	width:320px;
	height:300px;
	position:relative;
	left: 315px;
	top: 5px;
	
	
	text-align: justify;
	vertical-align:top;
}
.active {
	text-decoration:underline;
}