body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0px;
	margin: 0;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
}
#contentBox {
	padding-top:0px;

}
#footer {
	font-size: 11px;
}
.transOFF {
width: 100%; 
background-color: black;
border:1px solid black; 
}
.transON {
width: 100%; 
background-color: black;
opacity:.50;
filter: alpha(opacity=50); 
}
.trans25 {
width: 100%; 
background-color: black;
opacity:.25;
filter: alpha(opacity=25); 
}
.trans75 {
width: 100%; 
background-color: black;
opacity:.75;
filter: alpha(opacity=75); 
border:1px solid black; 
}
.bodydiv {
	text-align: justify;
	font-size: 12px;
	background-color: #000000;
	border: thin dotted #999999;
	padding: 10px;
	left: 20px;
	top: 20px;
	position: relative;
	background-image: url(../_images/insertback.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}

.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5B7900;
}
.copyTxt {
	font-size: 10px;
	color: #999999;
}
.contact {
	font-size: 12px;
}
.contentBox {
	background-position: center;
}
.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
}
.navBtn {
	padding:10px;
}
.navBtn img{
	vertical-align:middle;
}
.contentTable {
	border: thin solid #999999;
}
.warnTxt {
	font-size: 10px;
	color: #666666;
}
.citation {
	font-style: italic;
}
.gallery_menu {
position:relative;
top:0px;
left:0px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.gallery_menu:hover {
	filter:alpha(opacity=90);
	opacity:1;
}
.dirs {
	filter:alpha(opacity=80);
	opacity:0.8;
}
.dirs:hover {
	filter:alpha(opacity=100);
	opacity:1;
}




