a, a:link, a:active, a:visited, a:hover, a:focus {
  display:block;
	color: #2c495f;
	text-decoration: none;
	outline: none;
	border: none;
	height:100%;
	width:100%;
}
html {
	overflow: auto;
}
body {
	background-color: #666563;
	margin: 0px 0px;
	min-width: 964px;
}
img {
	border-style: none;
}
#maincontainer {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 964px;
}
#mainshadow {
	position: absolute;
	background-color: #000000;
	top: 4px;
	left: 4px;
	height: 596px;
	width: 960px;
	z-index: -1;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}
#bgborder {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 596px;
	width: 960px;
	background-color: #000;
}
#background {
	position: absolute;
	background-color: #673119;
	top:1px;
	left:1px;
	height: 594px;
	width: 958px;
	overflow: hidden;
}
#header, #footer {
	background-color: #57412e;
	position: absolute;
	left: 0px;
	width: 958px;
	z-index: 20;
}
#header {
	border-bottom: 3px #1b364a solid;
	top: 0px;
	height: 78px;
}
#footer {
	border-top: 3px #1b364a solid;
	top: 561px;
	height: 33px;
}
#navpanel {
	position: absolute;
	top: 90px;
	left: 315px;
	width: 160px;
	height: 400px;
	display: none;
	border: thin solid #000020;
	z-index: 18;
}
#navpanelbg {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000230;
	opacity: 0.85;
	filter: alpha(opacity = 85);
}
#navpaneltext {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	font-size: 15pt;
	font-weight: normal;
	color: #2c5879;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}
#navpanelclose {
	position: absolute;
	top: 0px;
	left: 143px;
	width: 14px;
	height: 17px;
	border: thin solid #7d3c1e;
}
#close {
	position: absolute;
	padding: 0px 0px 0px 0px;
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	line-height: 0.85;
	color: #7d3c1e;
}
.folder {
	position: absolute;
	left: 0px;
	height: 35px;
	width: 100%;
}
.foldertext {
	position: absolute;
	left: -2px;
	top: 4px;
	width: 100%;
	text-align: center;
}
#navbar {
	position: absolute;
	top: 0px;
	left: 38px;
	height: 594px;
	width: 277px;
	z-index: 22;
}
#navbg {
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	height: 100%;
	width: 100%;
	background-color: #000230;
}
#galDisplay {
	position: absolute; /* needed for child elements to respect z-index */
	z-index: 19;
}
#thumbs {
	position: absolute;
	top: 0px;
	left: 816px;
	width: 142px;
	height: 594px;
	text-align: left;
	z-index: 19;
}
.rollovernav {
	position: absolute;
	left: 0px;
	height: 70px;
	width: 277px;
}
.rollover {
  position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #8284b0;
}
.navbarhl{
  height:70px;
}
.folderhl{
  height:35px;
}
.closehl{
  height:17px;
}
.pagenav{
  position:absolute;
  width:100%;
  height:100%;
}
img.nav {
	position: absolute;
	top: 20px;
}
img.ctrlbg {
	position: relative;
	top: 170px;
	left: 95px;
	height: 292px;
	width: 50px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index: 19;
}
#homePage {
	position: absolute;
	top: 79px;
}
.response {
	position: absolute;
	font-size: 10pt;
	left: 440px;
	color: red;
	display: none;
}
.formlabel {
	position: absolute;
	width: 90px;
	text-align: right;
}
.formfield, .formtext {
	position: absolute;
	left: 100px;
}
.formtext{
  width:320px;
}
#message{
  width:400px;
  height:230px;
  resize:none;
}
#status {
	position: relative;
	font-size: 10pt;
	top: 360px;
	height: 20px;
	display: none;
}
div.slides:hover {
	background-color: rgb(130,132,176);
}
#arrowcnt {
	position: absolute;
	top: 225px;
	left: 1px;
	width: 35px;
	height: 190px;
	z-index: 19;
	background-image: url('images/arrows.png');
}
#upArrowDiv, #downArrowDiv {
	position: absolute;
	width: 35px;
	height: 85px;
}
#downArrowDiv {
	top: 105px;
}
.arrow {
	position: absolute;
	height: 85px;
	width: 35px;
}
#uparrow:hover {
	background: transparent url('images/arrows.png') -35px 0 no-repeat;
}
#downarrow:hover {
	background: transparent url('images/arrows.png') -35px -105px no-repeat;
}

