html {
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
#wrapper {
	height: 100%;
	width:100%;
	text-align: center;
	background: #dadada;
}
#yellow_beam {
	width: 100%;
	height: 25px;
	background: #f3e03b;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 127px;
	background: #FFFFFF; 
	margin: 0 auto;
	margin-bottom: -5px;
	text-align: center;
	padding-top: 20px;
	
}	
#menu {
	width: 100%;
	height: 25px;
	background: #000000; 
	margin: 0 auto;
	text-align: center;
}
#menu-items {
	width: 980px;
	margin: 0 auto;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 30px;
	text-align: left;
}
span.menu-item {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 30px;
}
span.menu-item a:link, span.menu-item a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
span.menu-item a:hover {
	color: #f3e03b;
	text-decoration: none;
}
#submenu_wrapper {
	width: 710px;
	margin: 0 auto;
	background: #dadada;
	text-align: left;
	padding-left: 270px;
}
#submenu1 {
	width: 700px;
	background: #dadada;
}
#submenu2 {
	width: 700px;
	background: #dadada;
}
span.submenu-item {
	display: block;
	background: #f3e03b;
	padding-top:4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	float: left;
	margin-right: 5px;
}
span.submenu-item a:link, span.submenu-item a:visited {
	color: #000000;
	text-decoration: none;
}
span.submenu-item a:hover {
	color: #000000;
	text-decoration: underline;
}	
#content_wrapper {
	width: 980px; 
	margin: 0 auto; 
	text-align: left; 
	background: #dadada;
}
#content {
	margin-top: 0px;
	width: 980px;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#footer {
	width: 100%;
	height: 28px;
	margin: 0 auto; 
	text-align: center; 
	background: #1b4881;
	color: #CCCCCC;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color:#CCCCCC;
	text-decoration: underline;
}
#footer a:hover {
	color:#CCCCCC;
	text-decoration: none;
}
#button a:link, #button a:visited {
	display: block;
	width: 35px;
	border: 1px solid #000000;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #F3E03B;
	color: #000000;
}
#button a:hover {
	display: block;
	width: 35px;
	border: 1px solid #FFFFFF;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}
iframe {
		border: 0;
		overflow:auto;
		margin: 0px;
}
/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#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(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	
	


