/* CSS Document */

/* Main site stiles -- these affect the entire site */

body {
	background-color: #643400;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFFFFF;
	background-image: url(../images/site-background.jpg);
	background-repeat: repeat-x;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:hover, a:visited, a:active {
	font-weight: bold;
	color: #FFE6CD;
}

h1 {
	font-size: 1.65em;
	font-weight: normal;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 0px;
	margin: 0px;
}

#MainBody {
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 950px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	background-image: url(../images/background.gif);
}

#MainBody a:link, #MainBody a:active, #MainBody a:visited {
	color: #FDD601;
}

#Tagline {
	font-weight: bold;
	margin-left: 5px;
}

/* Top Navigation {Main set}*/

#MainNav {
	width: 410px;
}

#MainNav a:link, #MainNav a:visited {
	background-color: #643400;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: .85em;
}
#MainNav a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #fdd601;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#SecondNav a:link, #SecondNav a:visited {
	background-color: #643400;
	font-weight: bold;
	color: #FDD601;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: .85em;
}

#SecondNav a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #fdd601;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

#MainHeaderLayer {
	left: 15px;
	position: relative;
	font-size: 1.05em;
	font-weight: bold;
	color: #fdd601;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#PageBody a:link, #HomeBody a:visited, #HomeBody a:active {
	font-weight: bold;
	color: #934D00;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}
#PageBody a:hover {
	font-weight: bold;
	color: #FDD601;
	text-decoration: underline;
	background-color: #934D00;
	padding-left: 1px;
	padding-right: 1px;
}
#PageBody {
	left: 50px;
	position: relative;

}

.MainBodyArea {
	width: 760px;
}

#HomePageText {
	color: #FFFFFF;
	left: 25px;
	right: 25px;
	width: 950px;
	padding-bottom: 10px;
	position: relative;
}
#HomePageText a:link, #HomePageText a:visited, #HomePageText a:active {
	font-weight: bold;
	color: #FFE6CD;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}
#HomePageText a:hover {
	font-weight: bold;
	color: #FDD601;
	text-decoration: underline;
	background-color: #934D00;
	padding-left: 1px;
	padding-right: 1px;
}

.TanTables table {
	background-color: #f1d3b3;
	color: #000000;
	width: 100%;
}
.TanTables th {
	background-color: #B98144;
	color: #ffffff;
	font-size: 1.1em;
}

.TanTables h3 {
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 1.15em;
}

.TanTables p {
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.TanTables a:link, .TanTables a:visited {
	color: #934D00;
}
#SideInfo table {
	color: #FFFFFF;
	font-size: .95em;
}

#SideInfo thead {
	background-image: url(../images/thead_background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;

	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#SideInfo th {
	font-weight: bold;
	background-color: #643400;
}

#SideInfo a:link, #SideInfo a:visited {
	font-weight: bold;
	color: #643400;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#SideInfo a:hover {
	color: #FFE6CD;
	background-color: #643400;
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

#Footer {
	overflow: hidden;
	position: relative;
	visibility: visible;
	left: 15px;
}

#Footer a:link, #Footer a:visited, #Footer a:active {
	font-size: .85em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 7px;
	padding-right: 7px;
}

#Footer a:hover {
	color: #FDD601;
	background-color: #934D00;
}

#Footer table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#Copyright {
	top: 10px;
	position: relative;
	width: 1000px;
	left: 150px;	
}
#Copyright table {
	font-size: .8em;
	text-align: center;
}


#Gallery a:hover, #Gallery a:link {
	margin: 0px;
	padding: 0px;
	background-color: #110900;
}

.Gallery a:hover, .Gallery a:link {
	margin: 0px;
	padding: 0px;
	background-color: #110900;
}
