/* CSS Document *//*-- NAVIGATION --*/.topnav { text-align: center; }.topnav ul { margin: 0px; padding: 0px; }.topnav li { list-style: none; text-align: center; display: inline; }.topnav li a {	float: left;	display: inline;	font-family: "Times New Roman", Times, serif;	font-size: 15px;	color: #58470B;	text-decoration: none;	padding: 10px 12px;	border: 1px dashed #E9B81B;}.topnav li a:hover 	{	color: #493A05;	background-color: #F3A22E;	border: 1px dashed #94750A;}/*-- BODY LINKS --*/.bodylinks ul {	list-style-type: none;	margin-left: 30px;}.bodylinks li {	list-style-type: square;	padding-bottom: 3px;	color: #B1B1B1;}.bodylinks a {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #9ac0d0;	text-decoration: none;}.bodylinks a:hover {	color: #387B8F;}/*-- FOOTER NAVIGATION --*/.footer ul {	list-style-type: none;	margin: 0px;}.footer li {	display: inline;	list-style-type: square;	padding-right: 9px;}.footer a {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #675413;	text-decoration: none;}.footer a:hover {	color: #A44200;}/*-- NEWS LINK --*/a.news:link {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #9ac0d0;	text-decoration: none;}a.news:visited {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #9ac0d0;	text-decoration: none;}a.news:hover {	font-family: Arial, Helvetica, sans-serif;	font-size: 13px;	color: #387B8F;	text-decoration: none;}/*-- MISC. LINK --*/.backtotop { text-align: center; }.backtotop ul { margin: 0px; padding: 0px; }.backtotop li { list-style: none; text-align: center; }.backtotop li a {	float: left;	width: 65px;	background:		url(../graphics/layoutcss/bubbletip01.gif)		no-repeat;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #7E7E7E;	padding: 10px 0px 5px 0px;	margin-top: 25px;	text-align: center;}.backtotop li a:hover 	{	background:		url(../graphics/layoutcss/bubbletip02.gif)		no-repeat;	color: #A3A3A3;}/*-- SMALL LINK --*/a.small:link, a.small:visited {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 15px;	color: #9ac0d0;	text-decoration: none;}a.small:hover {	color: #387B8F;}