/* CSS Document */

.mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.mainnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	sfont-ize: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 8px;
	line-height: 1.2em;
}

.mainnav a:hover {
	text-decoration: underline;
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #374567;
	padding-top: 88px;
}

.subnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #374567;
	text-decoration: none;
	padding-left: 12px;
	line-height: 1.2em;
}

.subnav a:hover {
	text-decoration: underline;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 10px;
}

.bodytext li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodytext li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0f30f;
	padding-left: 0px;
}

.bodytext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0f30f;
	padding-left: 0px;
}

.bodytext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e0f30f;
	text-decoration: underline;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #374567;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.025em;
}

.scroll {
	border: 0px;
	width: 450px;
	height: 245px;
	margin-bottom: 0px;

	overflow: auto;
	
	scrollbar-arrow-color: #72AD6F;
    scrollbar-darkshadow-color: #72AD6F;
    scrollbar-track-color: #72AD6F;
    scrollbar-base-color: #72AD6F;
    scrollbar-face-color: #5C935A;
    scrollbar-shadow-color: #72AD6F;
    scrollbar-highlight-color: #72AD6F;
    scrollbar-3dlight-color: #72AD6F;
}

#galleryh {
  padding:0; 
  margin:0 auto 0em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:1px solid #888; 
  background: url(images/gallery-back.jpg);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryh li a img {
  width:28px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryh li a:hover img {
  width:320px;
  }

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #232A46;
	padding-right: 10px;
}

.footer a {
	color: #2A3052;
	text-decoration: none;
}

.footer a:hover {
	color: #2A3052;
	text-decoration: underline;
}