BODY {
  color: #860107;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

.navbar1 A {
  color: white;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.alt {
  color: #860107;
  text-decoration: none;
}

A:hover.alt {
  color: black;
  text-decoration: underline;
}


P {
	text-indent: 1em;
}

P.navbar_p {
	text-indent: .4em;
	line-height: 2em;
	font-size: 10px;
   font-weight : bold;
   color: white;
}

P.footer {
	text-indent: 0em;
	font-size: 10px;
}

P.links {
	text-indent: 1em;
	font-size: 14px;
	font-weight: bold;
}

P.contacts {
  text-indent: 0em;
}


ul {
	list-style-type: none;
}

ul.navbar1 {
   text-indent: -2em;
   font-size: 12px;
   color: white;
   font-weight : bold;
   margin-top: 1em;
   margin-bottom: 0;
}


li {
   color: white;
   line-height: 2em;
}

TABLE {
	width: 96%;
	vertical-align: top;
	text-align: left;
}

TD.content {
 text-align: left;
 color: #860107;
 vertical-align: top;
 font-size: 8pt;
 padding: 2px 0px 2px 10px
 
}

TD.imagecell {
  text-align: center;
  vertical-align: middle;
  background: black;

}

TD.infocell {
  color: black;
}

TD.navbar {
 text-align: left;
 vertical-align: top;
 background: #860107;
}

/* Styles for the photo gallery*/
#container {position:relative; width:700px; height:450px; margin:0 auto;}
a.gallery, a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #000; width:92px; height:70px; float:left; margin:2px; z-index:50;}
a.slidea {background:url(photos/p1sm.jpg);}
a.slideb {background:url(photos/p2sm.jpg);}
a.slidec {background:url(photos/p3sm.jpg);}
a.slided {background:url(photos/p4sm.jpg);}
a.slidee {background:url(photos/p5sm.jpg);}
a.slidef {background:url(photos/p6sm.jpg);}
a.slideg {background:url(photos/p7sm.jpg);}


a.gallery span {display:block; position:absolute; width:1px; height:1px; top:5px; left:5px; overflow:hidden; background:#efedec; z-index:100;}
.slidek {display:block; position:absolute; width:375px; height:300px; top:120px; left:50px; padding:0; border:1px solid #000;}
a.gallery:hover {white-space:normal; border:1px solid #fff;}
a.gallery:hover img {border:1px solid #000; position:relative; z-index:100;}
a.gallery:hover span {display:block; position:absolute; width:375px; height:300px; top:120px; left:50px; padding:5px; font-style:italic; color:#000; background:#efedec; z-index:100;}
a.gallery:active {border:1px solid #eee;}
a.gallery:active img, a.gallery:focus img {border:1px solid #000; position:relative; z-index:50;}
a.gallery:active span, a.gallery:focus span {display:block; position:absolute; width:375px; height:300px; top:120px; left:50px; padding:5px; font-style:italic; color:#000; background:#efedec; z-index:100;}
                    
                    
                    
                    
                    
                    
                    
