/* CSS Document */body {	color: #010100;	background-color: #CCCAC7;	margin: 0px;	padding: 0px;	background-image: url(../images/background.jpg);	background-repeat: repeat-y;	background-position: left top;}#whiteBar {	top: 0px;	left: 0px;	height: 65px;	width: 100%;	color: #000000;	background-color: #FFFFFE;	padding: 0px;	margin: 0px;	visibility: visible;	position: absolute;	z-index: 3;	font-family: Arial, Helvetica, sans-serif;	font-size: 0px;}#greenBar {	top: 65px;	left: 0px;	height: 10px;	width: 100%;	color: #000000;	background-color: #999977;	padding: 0px;	margin: 0px;	visibility: visible;	position: absolute;	z-index: 3;	font-family: Arial, Helvetica, sans-serif;	font-size: 0px;}#logo {	top: 0px;	left: 0px;	height: 75px;	width: 100%;	padding: 0px;	margin: 0px;	overflow: visible;	visibility: visible;	position: absolute;	z-index: 10;}#squares {	top: 65px;	right: 0px;	height: 10px;	width: 10px;	color: #000000;	background-color: #777755;	border-left: 10px solid #888866;	border-right: 10px solid #666644;	position: absolute;	z-index: 4;	font-family: Arial, Helvetica, sans-serif;	font-size: 0px;}#navigation {	width: 149px;	top: 75px;	left: 0px;	height: 100%;	color: #333300;	background-color: transparent;	padding: 10px 10px 0px 10px;	position: absolute;	z-index: 1;}#content {	top: 75px;	bottom: 75px;	width: 446px;	left: 0px;	padding: 0px 10px 10px 10px;	margin: 0px 0px 10px 170px;	position: absolute;	z-index: 5;	overflow: visible;}#content ul {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration: none;	line-height: 20px;	list-style-type: circle;}#content a{	color: #000000;	background-color: transparent;	text-decoration: underline;}#content a:hover{	color: #990000;	background-color: transparent;	text-decoration: underline;}h1 {	color: #990000;	background-color: transparent;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;	font-weight: normal;	text-decoration: none;	margin-left: 0px;}h2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: normal;	text-decoration: none;	margin-left: 0px;	line-height: 20px;}h3 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 20px;	font-weight: normal;	padding: 3px;	margin: 10px 0px 10px 0px;	border: 1px solid #BBB9B6;	overflow: visible;	position: absolute;	visibility: visible;	width: 446px;	color: #343433;	background-color: #CCCAC7;}dl {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	font-weight: normal;	text-decoration: none;	line-height: 20px;}dt a {	color: #000000;	text-decoration: none;}dt a:hover {	color: #990000;	text-decoration: underline;}dt span{	color: #990000;	padding-left: 10px;}div#images {	top: 75px;	bottom: 75px;	left: 648px;	width: 230px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	line-height: 10px;	font-weight: normal;	padding: 20px 0px 0px 10px;	visibility: visible;	overflow: auto;	position: absolute;}div#images img {	margin: 15px 0px 0px 0px;	padding: 2px;	border: 1px dotted #666644;}div#content img {	float: right;	margin: 5px 0px 5px 5px;	padding: 2px;	border: 1px dotted #666644;}