@charset "utf-8";
#header {
	height: 210px;
	width: 100%;
}
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height: 55px;
	z-index: 2;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 7pt;
	text-align: left;
	background-color: #FFFFFF;
}
#navigationbar {
	height: 40px;
	background-image: url(/images/navbarbg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
#header2 {
	height: 112px;
	width: 100%;
}
