/* Presentation Stylesheet */ 

h3, p {
	margin:0;
	padding:8px;
}

h4 {
	margin:0; 
	padding: 5px 0;
}

.maincat {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	border:thin solid Brown;
	background: brown;
	color: white;
}

.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6DA8C;
}
.navLink:hover {
	text-decoration: none;
}

.navHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#F6DA8C;
}

.text {
	font-weight: normal; 
	font-family: "Times New Roman", Times, serif;
	padding:8px;
}

TD.gallery {
	text-align: center;
	
}

.title  { 
	font-size: 18px; 
	font-weight: bold; 
	padding: 8px
}

.subtitle  { 
	font-size: 14px; 
	font-weight: bold; 
	padding: 8px
}

.center { text-align: center; }

.bold { font-weight: bold; }

ul li {
	list-style: none;
	margin-left: 0;
	padding-left: -1em;
	text-indent: -1em;
}

ul li ul li {
	list-style: none;
	text-indent: -2em;
}

.copyright {
	font-size: 12px;
	color:#6F4122;
}

.note {
	font-size: 12px;
}

.footer{
	padding-top: 8px;
	text-align: center;
	vertical-align: middle;
}		
.footerLink{
	text-decoration: none;
	color: #AF8162;
}
.footerLink:hover{
	text-decoration: underline;
}		


.titlebar {
	font-size: 14px;
	padding:5px;
	vertical-align: middle;
}
.redsmalltext{
	font-size: 8pt; 
	font-style:italic; 	
	color:red;
}

.sold{
	color:red; 
	font-style:italic;
}
input {
	background:#6F4122;
	color: #F6DA8C;
}
select {
	background-color: #6F4122;
	color: #F6DA8C;
}
