/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #5b7295;
	margin: 0px;
	height: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	
	border: none;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #d9d2b8;
}
a:hover {
	text-decoration: none;
	color: #28a725;
}
a:active {
	text-decoration: none;
	color: #CCCC00;
}
#topNav {
	width: 900px;
	margin: 30px  auto 70px;
}
#topNav a {
	margin-right: 90px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}
#current {
	font-size: 14px;
	font-weight: bold;
	color: #28a725;
	letter-spacing:1px;
	padding-right: 90px;
}#bottomStripe #bottomNav #bottomLink3 #selected {
	color: #28a725;
}
#BodyBox #selected {
	font-size: 14px;
	color: #28a725;
	font-weight: bold;
	line-height: 20px;
}
.address {
	font-size: 14px;
	width:900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}#bottomStripe .address span {
	margin-right: 80px;
}

