/*@charset "UTF-8";*/
/* CSS Document */

	.header {
	height: 59px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	position: relative;
	}
	.PrimaryNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	background-color: #003863;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
	.PrimaryNavigation a {
	text-decoration:none;
	color: #FFF;
	}
	.PrimaryNavigation a:hover {
	text-decoration:underline;
	color: #FFF;
	}

.header_left {
	background-image: url(../NewDefault/images/header_left.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 170px;
}
.header_right {
	background-image: url(../NewDefault/images/header_right.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 440px;
}
.header_background {
	background-image: url(../NewDefault/images/header_bg.jpg);
	height: 59px;
	width: 380px;
}
