@charset "utf-8";

html, body{

margin-top:5px;
Margin-left:0px;
}


.MnTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}

.titleTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color:#000000;
}

.sideTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

A.MnLink:link {color:#444444; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none} 
A.MnLink:visited {color: #444444; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none} 
A.MnLink:hover {color:#000000; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none} 
A.MnLink:active {color:#444444; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none}



A.whiteLink:link {color:#ffffff; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none} 
A.whiteLink:visited {color: #ffffff; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none} 
A.whiteLink:hover {color:#669900; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none} 
A.whiteLink:active {color:#ffffff; font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; font-weight: none}


A.smlLink:link {color:#444444; font-family: "Times New Roman", Times, serif; font-size: 10px; text-decoration: none; font-weight: none} 
A.smlLink:visited {color: #444444; font-family: "Times New Roman", Times, serif; font-size: 10px; text-decoration: none; font-weight: none} 
A.smlLink:hover {color:#000000; font-family: "Times New Roman", Times, serif; font-size: 10px; text-decoration: none; font-weight: none} 
A.smlLink:active {color:#444444; font-family: "Times New Roman", Times, serif; font-size: 10px; text-decoration: none; font-weight: none}



A.sideLink:link {color:#000000; font-family: "Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 600} 
A.sideLink:visited {color: #000000; font-family: "Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 600} 
A.sideLink:hover {color:#555555; font-family: "Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 600} 
A.sideLink:active {color:#000000; font-family: "Times New Roman", Times, serif; font-size: 12px; text-decoration: none; font-weight: 600}



      DIV#dropDown {
	position         : absolute;
	background-image: url(dd-bgnd.jpg);
	top              : 135px;
	left            : 50%;
	margin-left: -247px;
	width: 200px;
	height: 283px;
	z-index: 9;
	overflow-x: hidden;
	overflow-y: hidden;
	visibility: hidden;
   }
   
   DIV#gallUnder {
	position         : absolute;
	top              : 0px;
	left            : 0px;
	width: 100%;
	height: 100%;
	z-index: 6;
	background-color: #000000;	
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	visibility: hidden;

   }
   
   DIV#gallPic {
	position         : absolute;
	top              : 0px;
	left            : 0px;
	background-color: #000000;	
	width: 100%;
	height: 100%;
	z-index: 7;
	visibility: hidden;

   }

   TABLE#galleryTable{
height:100%;
vertical-align: middle;
}
