#address {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	text-align: center;
	margin-top: 20px;
}
#address .noBackColor {
	color: #FFFFFF;
	background-color: #EBEFEB;
}
#address table {
	text-align: center;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#address .ClientPos img {
	float: right;
	padding: 0px;
	margin: 0px;
}
#address .ClientPos {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 275px;
	text-align: left;
	margin-right: 2px;
	border: 2px solid #EBEFEB;
}
#address .ClientPos h2 {
	color: #FA48B5;
	background-color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
#address h1 {
	text-align: left;
	font-size: 17px;
	color: #8A9579;
	font-weight: bold;
	background-color: #EBEFEB;
}
#address .highlight {
	background-color: #FFFFFF;
	color: #8A9579;
}
#address .nonHighlight {
	color: #8A9579;
	background-color: #FFFFFF;
}
#navAddress {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	background-color: #EBEFEB;
	color: #8A9578;
	margin-bottom: 55px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	font-weight: normal;
	width: 750px;
}
#navAddress ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navAddress .topadd {
	text-align: center;
	margin-left: 65px;
}
#navAddress li {
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
	clear: right;
}
#navAddress .current {
	color: #FFFFFF;
	background-color: #FA48B5;
	display: block;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
#navAddress a:link, #navAddress a:visited {
	color: #456520;
	text-decoration: none;
	background-color: #EBEFEB;
	padding: 5px;
	display: block;
}
#navAddress a:hover, #navAddress a:active {
	color: #FFFFFF;
	background-color: #FA48B5;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
