body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.gif);
	background-color: #E5D8C2;
	background-repeat: repeat-x;
	color: #000000;
	margin: 0px;
}

a:link {
	color: #802B2B;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.mainContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


a:visited {
	color: #802B2B;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #802B2B;
	text-decoration: underline;
	/*font-size: 12px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.sideMenu {
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}

.sideMenu:link {
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}

.sideMenu:visited {
	color: white;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}

.sideMenu:hover {
	color: #802B2B;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize;
}

.topText {
	color: #802B2B;
	font-size: 9px;
	white-space: nowrap;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 3px;
	word-spacing: 3px;
	line-height: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}

.footer {
  	font-size: 12px;
   color: black;
}

a.footer:link {
	color: #802B2B;
	font-size: 12px;
	text-decoration: none;
}

a.footer:visited {
	color: #802B2B;
	font-size: 12px;
	text-decoration: none;
}

a.footer:hover {
	color: #802B2B;
	font-size: 12px;
	text-decoration: underline;
}

.address {
  	font-size: 12px;
   color: #E7DDC9;
   font-family:"Times New Roman", Times, serif;
}


.credit {
  	font-size: 10px;
   color: #802B2B;
}

a.credit:link {
	color: #802B2B;
	font-size: 10px;
	text-decoration: none;
}

a.credit:visited {
	color: #802B2B;
	font-size: 10px;
	text-decoration: none;
}

a.credit:hover {
	color: #802B2B;
	font-size: 10px;
	text-decoration: underline;
}

.mainContentTD { padding: 20px 20px 20px 20px; }

/*img.thumb {
	border: 1px solid #000000;
}
*/

img.thumb {
	border: 4px double #561612;
}

img.thumb2 {
	border: 1px double #000000;
}


img.menuBorder { border: 5px solid #BAA182; }

.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	color: #802B2B;
	font-weight: bold;
}

.headerContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #544a3e;
}

.requriedFields {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

.homeBorder {
	border: 1px solid #802B2B;
}

.areaSlideShow {
	float: none;
	margin: 20px 111px 15px 111px;
	border: 4px double #561612;
}

.headerHome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #802B2B;
}

#nav ol {
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 7px;
}

#nav ol li {
	width: auto;
	display: inline; 
	float: left;
	position: relative;
	z-index: 100;
}

#nav div {
	top: 27px;
	left: 0px;
	width: 120px;
	display: none;
	position: absolute;
}

#nav div a:link, #nav div a:visited {
	background-color: #802B2B;
	color: #E7DCC8;
	height: 17px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #D6B989;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 17px; 
	text-decoration: none;
}

#nav div a:hover {
	background-color: #BAA182;
	text-decoration: none;
}

#nav img {
	padding: 2px 0px 1px 0px;
}

.pages:link {
	color: #802B2B;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.pages:visited {
	color: #802B2B;
	text-decoration: none;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.pages:hover {
	color: #802B2B;
	text-decoration: underline;
	/*font-size: 12px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.pageView {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #802B2B;
	font-weight: bold;
}


table.listing
{
	width: 80%;
	border: 2px solid black;
	margin: 1em auto 2em auto;
	border-collapse: collapse;
}

table.listing td, table.listing th
{
	border: 1px solid white;
	padding: 4px;
	vertical-align: top;
	font-size: 90%;
}

table.listing th
{
	font-weight: bold;
}

form.simple
{
	width: 55em;
}

form.simple div.item
{
	clear: both;
	margin-bottom: 0.5em;
}

form.simple label
{
	float: left;
	display: block;
	width: 15em;
	text-align: right;
	color: black;
	margin-right: 1em;
}

form.simple label.right
{
	display: inline;
	float: none;
	
}

form.simple input
{
	width: 20em;
}

form.simple input.checkbox
{
	width: auto;
	margin-left: 14.5em;
}

form.simple textarea
{
	width: 20em;
	font-family: inherit;
	font-size: inherit;
	height: em;
}

form.simple .buttons
{
	text-align: right;
	padding-right: 3em;
}

form.simple fieldset
{
	padding: 4px;
	border-color: #edddbf;
}

form.simple legend
{
	margin: 0 0 0 1em;
	padding: 0 1em;
	font-weight: bold;
	color: black;
}

#adminNav
{
	list-style-type: none;
	text-align: center;
}

#adminNav li
{
	display: inline;
	padding-right: 1em;
}

ul.error
{
	color: red;
	margin-left: 2em;
}

ul.messages
{
	color: #cfb583;
	border: 2px solid #cfb583;
	padding: 4px;
	margin: 1em 2em;
	background-color: #000000;
}

ul.messages li
{
	margin-left: 2em;
}

form.simple input.short
{
	width: 4em;
}

.adminNav
{
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0em;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin-bottom: 1em;
}

.adminNav li
{
	display: inline;
	margin-right: 2em;
}

form.buttonWrapper
{
	float: left;
	padding-right: 2em;
}