@charset "UTF-8";
/* CSS Document */

html {
	overflow: auto;
}

.gallery img {
	margin: 14px;
}

h1 {
	color: #9b9168;
	font-size: 20px;
	margin: 15px 15px 0px 15px;
	font-weight: normal;
	border-bottom: 1px #9b9168 solid;
	padding-bottom: 5px;
}

.nav-frame {
	overflow: auto;
}

a:link {
	text-decoration: none;
	color: #5997d1;
}
a:visited {
	text-decoration: none;
	color: #5597d1;
}
a:hover {
	text-decoration: none;
	/*color: #eeead9;*/
	color: #000;
}
a:active {
	text-decoration: none;
}
a.bigboxnav:link {
	text-decoration: none;
	color: #5997d1;
	font-size: 11px;
}
a.bigboxnav:visited {
	text-decoration: none;
	color: #5597d1;
	font-size: 11px;
}
a.bigboxnav:hover {
	text-decoration: none;
	color: #5597d1;
	font-size: 11px;
}
a.bigboxnav:active {
	text-decoration: none;
	font-size: 11px;
}
/* classed link styles, appropriate for navigation area */
a {
	font-size: 11px;
}
a.nav {
	font-size: 11px;
}
a.footerlink {
	font-size: 11px;
}
a.nav:link {
	color: #eeead9;
	text-decoration: underline;
}
a.nav:visited {
	color: #eeead9;
	text-decoration: underline;
}
a.nav:hover {
	color: #ffffff;
	text-decoration: underline;
}
body {
	background-color: c5bd99;
	margin-top: 20px;
	margin-bottom: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eeead9;
}
.bigboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b9168;
}
.longbox {
	background-color: #9b9168;
}
.navcurrent {
	background-color: #5997d1;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b9168;
}
.bigbox {
	background-color: #eeead9;
}
.navofftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #eeead9;
}
div#content {
width: 100%;
height: 459px;
background: #eeead9;
overflow: auto;
}
