h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #676767;
	font-weight: bold;
}

body  {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #707070;
	background: url("images/bg.gif");
}

td, p  {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #707070;
}

td.contact  {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
	color: #707070;
}

td.frame  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #000000;
	padding: 25px 5px 20px 30px;
}

td.author{
	text-align: right;
   font-size: 11px;
}

td.main_menu{
	background-color: #980000;
	text-align: right;
	padding: 0px 0px 20px 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #107070;
}

#navlist {
	margin: 12px 15px 0px 0px;
}

#navlist ul, #navlist li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  background: url("img/arrow.jpg") no-repeat center top;
  color: #FFFFFF;
}

#navlist a:hover {
  background: url("img/arrow.jpg") no-repeat center top;
  color: #FFFFFF;
}

#navlist a:hover#current {
  background: url("img/arrow.jpg") no-repeat center top;
  color: #FFFFFF;
}

#lightbox {
	background-color:#eee;
	color: #000;
	padding: 12px;
}

#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(img/overlay.png);
}