html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background: #706F6E;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/*
 * DIV Container 
 */
#content {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#innerContent {
	border: 1px solid white;
	padding: 0px;
}

#top {
	border-bottom: 1px solid white;
}

#brownLine, #bottom {
	background: #A37227;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	font-family: Arial, Helvetiva, sans-serif;
	font-size: 0.7em;
	color: white;
	border-top: 1px solid white;
}

#middle {
	width: 800px;
	clear: both;
}

#navContent {
	float: left;
	width: 120px;
	background-color: #6F4F1E;
	border-right: 1px solid white;
}

#navFader {
	background-image: url("images/nav_bar_background.gif");
	background-repeat: no-repeat;
}

#textContent {
	float: left;
	width: 679px;
	background: #DAC9A5;
	overflow: auto;
}

#mainContent {
	margin: 20px;
	line-height: 1.6em;
	width: 35em;
	text-align: justify;
}

#imageDetail {
	text-align: center;
}

.imageThumb {
	width: 120px;
	height: 120px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.imageThumb a img {
	border: 1px solid silver;
	padding: 5px;
	background-color: white;
}

.news {
	clear: both;
	width: 500px;
}

.newsDate {
	float: left;
	width: 60px;
	font-weight: bold;
}

.newsEntry{
	float: left;
	width: 400px;
	margin-bottom: 15px;
}

/*
 * SPAN
 */
.error {
	font-weight: bold;
	color: #990000;
}

/*
 * LIST
 */
ul#navList {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid white;
}

ul#navList li {
	list-style: none;
	border-top: 1px solid white;
}

/*
 * Link classes 
 */
a {
	font-size: 0.9em;
	font-family: Arial, Helvetiva, sans-serif;
}

a:link, a:active, a:visited {
	color: #6F4F1E;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a.navLnk, a.navLnkSel {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	color: white;
}

a.navLnk:link, a.navLnk:active, a.navLnk:visited {
	background: #6F4F1E;
	color: white;
	text-decoration: none;
}

a.navLnkSel:link, a.navLnkSel:active, a.navLnkSel:visited {
	background: #A37227;
	color: white;
	text-decoration: none;
}

a.navLnk:hover, a.navLnkSel:hover {
	background: #A37227;
	color: white;
	text-decoration: none;
}

a.topLnk {
	font-size: 1.5em;
	color: white;
	text-decoration: none;
	margin-left: 10px;
}

a.topLnk:link, a.topLnk:active, a.topLnk:visited {
	color: white;
	text-decoration: none;
}

a.topLnk:hover {
	color: #6F4F1E;
	text-decoration: none;
}

