/*Web design by syd8design studio. All rights reserved. No part of this site may be reproduced without permission.*/body {	font: normal 75%/16px Verdana, Helvetica, sans-serif;	background-color: #D3EFFC;	background-image:url(images/background.jpg);	background-repeat:repeat-x;}a:link, a:visited {	color: #3A8FBC;	font-weight: bold;	text-decoration: none;}a:hover {	color: #000000;	text-decoration: underline;}.image {	border: 1px solid #999999;	margin: 5px 10px 3px 0px;	float: left;}.sideImage {	padding: 0px 5px 8px;}.footer {	font-size: 9px;	color: #FFFFFF;}/* NAV */#navcontainer {	padding: 6px 0px;	text-align: left;	margin-left: -40px;	margin-bottom: -10px;}#navlist ul{	margin: 0;	padding: 0;	white-space: nowrap;}#navlist li{	display: inline;	list-style-type: none;	margin-right: 3px;}#navlist a{	padding: 5px 15px 5px 15px;	background-color: #999;	background-image: url(images/nav_down.gif);	background-position: left top;	border-right: 1px solid #333;	border-bottom: 1px solid #333;}#navlist a:link, #navlist a:visited{color: #000;text-decoration: none;}#navlist a:hover{	background-color: #97dbf8;	background-image: url(images/nav_over.gif);	background-position: left top;	color: #333;	border-right: 1px solid #333;	border-bottom: 1px solid #333;}#active a:link, #active a:visited, #active a:hover{	background-color: #97dbf8;	background-image: url(images/nav_over.gif);	background-position: left top;	border-right: 1px solid #333;	border-bottom: 1px solid #333;}/* END NAV */