/* CSS Document *//* ---------- TOP NAVIGATION ---------- */#top-nav ul {	padding: 0px;	margin: 15px 0px 0px 247px;}#top-nav li {	display: inline;	list-style-type: none;	text-align: center;}#top-nav li a {	float: left;	display: inline;	width: 145px;	height: 34px;	padding-top: 11px;	margin-right: 10px;	text-align: center;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 18px;	color: #fff;	text-decoration: none;	background:		url(../graphics/csslayout/top-navA01.png)		no-repeat;}#top-nav li a:hover {	color: #b7d2e9;	background:		url(../graphics/csslayout/top-navA02.png)		center		no-repeat;}/* ---------- BODY LINKS ---------- */.body-links ul {	margin: 0px 0px 0px 0xp;}.body-links li {	list-style-type: square;	margin: 5px 0px 0px 15px;}.body-links li a {	list-style-type: none;	color: #63b9e3;	text-decoration: none;}.body-links li a:hover {	color: #196184;}.body-links a {	list-style-type: none;	color: #63b9e3;	text-decoration: none;}.body-links a:hover {	color: #196184;}/* ---------- FOOTER NAVIGATION ---------- */.footer-links a {	font-size: 11px;	color: #1b426a;	line-height: 15px;	text-decoration: none;}.footer-links a:hover {	color: #1b426a;}