@charset "utf-8";

#h1 {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
}
#h3 {
	height: 70px;
	width: 900px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}
#h3 a { display: block; width:900px; height: 70px;
 text-indent: -9999px;
 }



#h2 {
	height: auto;
	padding: 0px;
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #999999;
	border-bottom-color: #CFD9CC;
	border-left-color: #CCCCCC;
	background-color: #34416D;
}

