#header {
        border-bottom: 1px solid #000;
}
#headerLogo img {
	display: block;
	float: left;
	height: 95px;
	width: 176px;
	margin: 0;
}
#headerMessage {
	float: left;
	width: 647px;
	margin: 0;
	height: 67px;
	background-color: #fff;
        text-align: right;
        padding-top: 28px;
        padding-right: 10px;
}

#headerMessage h1 {
	font-size : 20px;
	font-weight: bold;
	line-height: 24px;
	color : #363636;
	margin: 0;
	padding: 0;
}
#headerMessage h1 em {
        color: #005F98;
        font-style: normal;
        font-weight: bold;
}

/* top navigation */
#topNav {
	background-color: #005F98;
        float: left;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        width: 832px;
        height: 35px;
}
#topNav a {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 10px 0 10px;
        height: 25px;
        padding-top: 10px;
	text-align: center;
	display: block;
	float: left;
	text-transform: uppercase;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
        background-color: #005F98;
	color: #fff;
}
#topNav a:hover, #topNav a:active {
	text-decoration: none;
        background-color: #fff;
	color: #005F98;
}
#topNav a.selected {
        background-color: #fff;
	color: #005F98;
}
#topNav a.lastItem {
	border-right: 0 !important;
	float: none;
	text-align: left;
   text-indent: 15px;
}

