body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/css/bk_body.jpg);
	background-repeat: repeat-x;
	background-color: #BBB390;
}
A:link img, A:visited img {border-color: #DFD2A7;}
A:hover img {border-color: #FFFFFF;}

a:link {
	color: #352A16;
	text-decoration: none;

}
a:hover {
	color: #352A16;
	text-decoration: underline;
}
a:visited {
	color: #352A16;
   text-decoration: none;
}
a:visited:hover {
	color: #352A16;
	text-transform: none;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F5F5F5;
}
.box {
	padding: 3px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFD2A7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFD2A7;
}
td.top {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFD2A7;
}
td.bottom {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFD2A7;
}
td.topcornerleft {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFD2A7;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DFD2A7;
}
td.bottomcornerleft {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFD2A7;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DFD2A7;
}
td.openright {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFD2A7;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DFD2A7;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFD2A7;
}
td.right {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DFD2A7;
}
td.left {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DFD2A7;
}
td.footer {  font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; padding-left: 10px; padding-right: 10px; vertical-align:middle; padding-top: 10px;}

.footer a{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
.footer a:hover{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
.footer a:visited{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
.footer a:visited:hover{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }

td.images {  font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; vertical-align:middle;}
.images a{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
.images a:hover{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
.images a:visited{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
.images a:visited:hover{
font: 10px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }

td.white {
	font-size:small;
	color: #000000;
	padding: 5px;
	 background-color:#FFFFFF; 
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DFD2A7;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #DFD2A7;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFD2A7;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFD2A7;
}
#menu a, #menu a:visited {
  text-decoration:none;
  font-weight:bold;
  text-align:left;
  font-size: 12px;
  width:90%; 
  color:#fff;
  display:block; 
  padding:0.1em;
  margin:0.1em auto;
  border-left:5px solid #DFD2A7;
  text-transform:uppercase;
  }
#menu a:hover {
  border-left:5px solid #FFF;
  background-color:#DFD2A7; 
  color: #352A16;
  }
  h1 {
	font-family: tahoma;
    margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}
h2 {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

