/* Copyright 2005 Black Walnut Design Group: Josh Nychuk, Nicole Narbonne, Michael Nixon *//*------------------Universal Styles--------------------------------------*/body { 	background: url(images/backTile.gif) repeat-y;	margin:0px;	padding:0px;}a {	text-decoration: none;	color:#5E1D1C;}a:hover, a:active { 	text-decoration: underline; 	color:#ff9900;	}	#footer a, #footer a:link {	font-weight: normal;	text-decoration: none;	color: white;}#footer a:hover {	text-decoration: underline;}#basebar a {	text-decoration:none;	color:#FFFFFF;	}#basebar a:hover{	color:#FFFF66;	}/*----------------------Banner-------------------------*//* phark style image replacement */#banner h1{	height:0px;	text-indent:-5000px;/*	background: url(images/topHolbrooks.gif) no-repeat;*/	margin:2px;	padding:0px;}	/*----------------------Layout-----------------------------------------*/#siteContainer { 	background:#F8F2CC; 	width: 710px;	margin: 0 auto;	padding: 5px;	position: relative;}	#content {	background:#ffffff;	}	#footer {	margin-top: 8px;}#footer p {	margin: 0;	padding: 0;}#footer p img {	padding-top: 4px;	border: 0;}		/*-----------------------Navigation-----------------------------------*/#basebar td{	width:100px;	}/*-------------------------Typography----------------------------*//* all font details here, including size, color, and alignment */body {	font-family: "Century Gothic", verdana, helvetica, sans-serif;}#menuList {	font-family: "Century Gothic", verdana, helvetica, sans-serif;	font-size: 14px;}#footer p {	font-family: "Century Gothic", verdana, helvetica, sans-serif;	font-size: 12px;	color: #ffffff;	text-align: center;}	#basebar {	color:#FFFFFF;	}	noscript p{	margin: 0;	color: white;}