#logo_title_headlinks{
	height: 6em; /* 60px */

	width: 100%;
	float: left;
	border-bottom: 0.1em solid #B3B6B8;
	
	background-color: #000;
}

	#logo{

		float: left;
		
		width: 19.1%;

		height: 6em;
		margin: 0;
		
	}
	
	#logo a{
		float: left;
		
		width: 100%;

		height: 6em;
		margin: 0;
	}
	
	#logo a img{
		position: relative;
		
		/* values below make the logo be centered both vertically and horizontally */
		left: 50%;
		top: 50%;
		margin-left: -72px;
		margin-top: -27px;
	}
	
	#logo a:link, #logo a:visited{
		color: #fff;
	}
	
	/* This logo displayed when the page is printed. */
	div#print_logo {
		display: none;
	}
	
	#title{
	
		height: 4.8em; /* 48px */
		
		margin: 0.6em 0 0.6em 0;
		border-left: 0.1em solid #B3B6B8;
		border-right: 0.1em solid #B3B6B8; /* 1px */

		float: left;
		
		width: 46.6%; /* Originally 47, set to 46.7 to fit the boxes in Firefox */

		position: relative;
	}
	
		#title h2{
			display: block;
			position: absolute;
		
			color: #fff;
			font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
			
			margin-left: 1.28em;
			width: 90%;
			text-align: left;
			bottom: 33%;
		}

	
	#headlinks{
		height: 5.4em; /* 48px */
		
		color: #EAC803; /* golden */

		margin: 0.6em 0 0 0;
		
		float: left;
		
		width: 34%;

		white-space: nowrap;
	}
	
	#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:visited{ 
		font: bold 1em Verdana, Arial, Helvetica, sans-serif; 
		
		color: #EAC803; /* golden */
		text-decoration: none; 		
	}
	
	#headlinks a:hover{ 
		color: #FFF; 
		text-decoration: none;
	}
	
		#leftlinks {
			height: 1.8em;
			padding-left: 3%;
			float: left;
			width: 47%;
			line-height: 0.6em;
		}
		
		#rightlinks {
			padding-left: 2%;
			width: 47%;
			float: left;
			line-height: 0.6em;
		}
	
		#search{
			font: bold 1em Verdana, Arial, Helvetica, sans-serif;
			
			padding-top: 0.6em;
			height: 1.3em;
			
			 
			clear: both;
			width: 100%;
			
			border: 0px solid #0f0;

		}

			#searchbutton{
				float: left;
				border: 0;
				width: 5.6em;
				padding-left: 2.3em;
				padding-top: 0.2em;
				
				font: bold 1em Verdana, Arial, Helvetica, sans-serif; 
				color: #EAC803;
				background-color: #000;
				cursor: pointer;
				line-height: 1.5em;
			}
			
			#searchbox{
				width: 15em; 
				height: 1.4em; 
				border: 1px solid #000; 

				margin-left: 0.4em;
				padding: 0;
			}


#dropdowns{
	position: relative;

	z-index: 10000; /* Fixes z-index bug in IE */

	height: 2em;
	width: 100%;

	background-color: #000; 
	float: left; 

	font: 1em Verdana, Arial, Helvetica, sans-serif;

}