body {
   background-color: #CFD4CF;
   font-family:verdana, arial, helvetica, sans-serif;
   font-size:12px;
   line-height: 20px;
   color:#666666;
   text-align: center;
 }
a:link , a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background-color:#CFD4CF;
    }
a:hover {
    background-color: #FFFFFF;
	color:#666666;
	}
h1 {
    font-style: italic;
	font-size: 14px;
	background-image: url(header_image.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	}
h2 {
    font-style: italic;
	font-size: 14px;
	background-image:url(header_image2.gif);
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	}
h3 {
	font-size: 9px;
	color:#878787;
	background-color: #CFD4CF;
	border-top: 1px solid #A7AEA6;
	text-align: center;
	}
 ul.navbar {
	list-style-type: none;
	background-color: #CFD4CF;
	padding: 0;
	margin: 0;
	position: relative;
	width: 750px;
	height: 74px;
	padding-top: 15px;
	padding-bottom: 20px;
}
#globalwrap	{
	width: 750px;
	margin: auto;
	}
#content	{
	float: left;
	text-align: left;
	background-image: url(global_line.gif);
	}
#maincol {
    float: left;
	width: 429px;
	display: inline;
	overflow: visible;
	}
#seccol {
	width: 264px;
	float: right;
	display: inline;
	overflow: visible;
	}
#footer {
    width: 750px;
	background-color:#CFD4CF;
	float: left;
	display: inline;
	overflow: visible;
	padding-top: 15px;
	height: 28px;
	}
	#lightbox{
	background-color:#b5b4b4;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 11px;
	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(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
