/******** FONTS ETC ********************/
body {
	color: #37371B;
	background-color: #B9BA62;
	margin: 0px  0px 0px 0px;
}

a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #37371B;
}

a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
}

/************* AREAS **************/
#mainarea {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

#contentarea {
  height: 398px;
  width: 659px;
  text-align: left;
}

#titlearea {
  position: relative;
	width: 	659px;
	height: 40px;
	background-color: #9C9D49;
}

#titlelink {
  position: relative;
  left: 460px;
  top: 15px;
}
#titleimage {
  position: absolute;
}
#footerarea {
  position: relative;
  width: 659px;
  text-align: right;

	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #37371B;
}


#documentarea {
  padding: 10px;
  position: relative;
  left: 429px;
	width: 	230px;
	height: 335px;
	overflow: auto;
	border-right: 3px solid #9C9D49;
	border-bottom: 3px solid #9C9D49;
	background-color: #EDEEBA;
}

#menuarea {
  position: absolute;
	width: 	429px;
	height: 335px;
	overflow: auto;
	border-left: 3px solid #9C9D49;
	border-right: 3px solid #9C9D49;
	border-bottom: 3px solid #9C9D49;
	background-color: #EDEEBA;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#menu {
	position: absolute;
	border-right: 3px solid #9C9D49;
	border-bottom: 3px solid #9C9D49;
	background-color: #9C9D49;
	width: 150px;
}

.menuitem_normal {
  padding-top: 1px;
  padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	color: Gold;
}

.menuitem_selected {
  padding-top: 1px;
  padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
  background-color: Gold;
	color: #37371B;
}

.menugroup {
}

.menuimage {
  padding-right: 5px;
}

.link {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B9BA62;
}

.footerlink:link, .footerlink:visited, .footerlink:active {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #9C9D49;  
  font-weight: normal;
}