﻿#header {
	position: fixed;
	margin: 0;
	top: 0;
	right: 16px;
	display: block;
	width: 100%;
	height: 85px;
	background: #F3E09B;
	font-size: 4em;
	z-index: 5;
	color: #fff;
	padding-bottom: 5px;
}

#header h1 {
	color: #294879;
	font-size: 34pt;
	display: none;
}

#pad1 {
	display: block;
	width: 16px;
	height: 100px;
	float: left;
}

#header img {
	float: left;
}

	#header p#title {
		margin: 20px 0px 0px 0px;
		text-align: center;
	}

	#header p#title img {
		float: none;
		padding-right: 10px;
	}

#header_links {
	font-family: Verdana, Arial;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 3px;
	right: 8px;
}

	#header_links ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#header_links li {
		padding: 3px 0px;
		text-align: right;
	}
	
	#header_links a {
		color: #134AA2;
		text-decoration: none;
	}
	
	#header_links a:hover {
		color: Black;
		text-decoration: underline;
	}