BODY {
	color: Black;
	background: White url(images/pg_background.jpg) repeat-y top center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: left;
}

A {
	color: Black;
}

A:HOVER {
	color: #CD853F;
}

/* Page Elements  */
.pageheading {
	letter-spacing: 2px;
	text-indent: 10px;
	font-weight: bold;
}

td.imagedesc {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin-bottom: 20px;
}

td.image {
	text-align: right;
	
}

td.headerinfo {
	text-align: left;
	text-indent: 25px;
	font-size: 12px;
	padding-top: 30px;
}

/* Image Styles */
.smallimg {
	border-width: 2px;
	border-style: solid;
	border-color: #ab7d22;
	margin-left: 8px;
	margin-top: 5px;
	margin-right: 5px;
}

.smallimghp {
	border-width: 2px;
	border-style: solid;
	border-color: #ab7d22;
	margin-left: 8px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;
}

/* Styles for in-line topnav.cfm */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 10px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 3px 10px 2px 10px; 
	color: black;
	background-color: #f1b745;
	text-decoration: none;
	border: 1px solid Black;
}
#navigation a:hover {
	color: #000000;
	background-color: #f4d376;
	
	}
	
	