html{
overflow-y:scroll;
}
.header {
	background-image: url(../files/headerback.jpg);
	height: 100px;
	width: 800px;
}
.subHeader {
	background-color: #866900;
	background-image: url(../files/headerbarround.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:800px;
	height:5px;
}
.navBar {
	background-color: #c7a72c;
	background-image: url(../files/navBack.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 185px;
	padding:0px;
	margin:0px;
}

body {
	background-color: #827A99;
	
}
.mainArea {
	background-color: #596368;
	padding: 10px;
	width:595px;
}
.mainContent {
	background-color: #fff8e3;
	border-right: solid 1px #864200;
	border-left: solid 1px #864200;
	padding:6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.mainContent img{
	border:solid 1px #000000;
}
.contentTop {
	background-image:url(../files/contentTop.gif);
	width:595px;
	padding:0px;
	height:6px;
	margin:0px;
	overflow:hidden;
}
.contentBottom {
	background-image:url(../files/contentBottom.gif);
	width:595px;
	padding:0px;
	height:6px;
	margin:0px;
	overflow:hidden;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #866900;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 32px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #866900;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 24px;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #864200;
	display: inline;
}
.nav{
	background-color:#ecd4a4;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #864200;
	margin:0px;
	text-align:right;
	height:18px;
	overflow:hidden;
}
.navLink{
	text-decoration: none;
	color: #0071AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
.navMiniLink{
	color: #0071AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.navOn{
	background-color:#ecd4a4;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:4px;
	color: #0071AA;
	text-align:right;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #864200;
}

.navHolder{
	margin-bottom:10px;
	width:174px;
}
.navTop{
	width:174px;
	height:4px;
	overflow:hidden;
	background-image:url(../files/navTop.gif);
}
.navBottom{
	width:174px;
	height:4px;
	overflow:hidden;
	background-image:url(../files/navBottom.gif);
}
div#minical{
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  border: 1px solid #99aa99;
  z-index: 3;
}
 
div#minical_shadow{
  position: absolute;
  visibility: hidden;
  background: #cccccc;
  z-index: 2;
