body {
	margin-top:72px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-image: url(images/24sevenbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
A:link {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0075bc;
	font-weight: bold;
}
A:visited {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0075bc;
	font-weight: bold;
}
A:active {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0075bc;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0075bc;
	font-weight: bold;
}
A.ops3:link {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff5000;
	font-weight: bold;
}
A.ops3:visited {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff5000;
	font-weight: bold;
}
A.ops3:active {
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff5000;
	font-weight: bold;
}
A.ops3:hover {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff5000;
	font-weight: bold;
}
li {
	margin-bottom:3px;
}
#drop li a{
	font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; text-decoration:none;
	background-color:#ff8d00; border-bottom:#FFFFFF solid 1px; font-weight:normal;
	width:145px; 
	}	
#drop li a:hover{
	text-decoration:underline;
	}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -480px; /*position where enlarged image should offset horizontally */

}
.img_margin {
	margin-bottom:10px;
}

.navlist {
	margin-left: 0;
	padding-left: -10px;
	list-style: none;
	margin-top: 24px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-image: url(images/bull.gif);
	list-style-type: none;
}
.navlist li {
	padding-left: -10px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top:0px;
}