@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
}
#Container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.Navigation {
	height: 50px;
	margin-bottom: 5px;
	width: 960px;
}
.top-left a {
	color: #004E6E;
	text-decoration: underline;
}
.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.Navigation li {
	display: inline;
	margin-right: 70px;
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
#Container .Navigation li a {
	color: #FFFFFF;
	text-decoration: none;
}
#Container .Navigation li a:hover {
	color: #84AFCD;
}
.spacer {
	height: 1px;
}
#Container .Navigation ul {
	margin: 15px 0px 0px;
}
.Navigation .nav-box {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004460;
	text-align: center;
	margin-top: -5px;
	display: inline;
	padding-left: 70px;
}
.left-column .top-left {
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	color: #004764;
	margin-bottom: 10px;
}
.left-column {
	width: 570px;
}

.right-column {
	float: right;
	width: 375px;
}.header {
	font-family: tahoma;
	font-size: 22px;
	color: #C21524;
	line-height: 25px;
}
.right-column .top-left {
	font-family: tahoma;
	font-size: 13px;
	line-height: 17px;
	color: #004764;
	margin-bottom: 20px;
}

