/* CSS Document */	* {		margin:0;		padding:0;		}	html, body {		height:100%;		margin-left: 0px;		margin-top: 0px;		margin-right: 0px;		margin-bottom: 0px;		vertical-align: text-top;		}	body {		background-color:#D7E8E0;		text-align:center; /* horizontal centering for IE Win quirks */		vertical-align: text-top;		}	#distance { 		width:1px;		height:50%;		background-color:#D7E8E0;		margin-bottom:-228; /* half of container's height */		float:left;		}	#homecontainer {		margin:0 auto;		position:relative; /* puts container in front of distance */		text-align:left;		width:620;		height:455;		clear:left;		background-color:#D7E8E0;		}			#subcontainer {		margin:0px auto;		text-align:center;		width:620px;		height:100%;		background-color:#ffffff;		vertical-align: text-top;		background:url(graphics/general/bodyfill.jpg)		}			#flashnav {	    top:0;		margin: 0;		position:absolute;		text-align:center;		width:620px;		height:165px;		vertical-align: text-top;		z-index:5;		}		#sidenav {	    top:0;		margin: 0;		position:relative;		text-align:left;		width:110px;		height:200px;		vertical-align: text-top;		z-index:2;		}			#flashdetect {	    top:0;		margin: 0;		position:relative;		width:1px;		height:1px;		vertical-align: text-top;		z-index:3;		}				#guts {	    top:0;		margin: 0;		position:absolute;		text-align:center;		width:620px;		height:100%;		vertical-align: text-top;		z-index:1;		}			.homecopywrite { font-family: arial, sans; font-size: 10px; font-style: normal; line-height: 16px; font-weight: normal; color: #ffffff; letter-spacing: 0px; }a.homecopywritelink:link { text-decoration: none; font-family: verdana, sans; font-size: 10px; font-style: normal; line-height: 16px; font-weight: normal; color: #ffffff; letter-spacing: 0px; }a.homecopywritelink:visited { text-decoration: none; font-family: verdana, sans; font-size: 10px; font-style: normal; line-height: 16px; font-weight: normal; color: #ffffff; letter-spacing: 0px; }a.homecopywritelink:hover { text-decoration: none; font-family: verdana, sans; font-size: 10px; font-style: normal; line-height: 16px; font-weight: normal; color: #222222; letter-spacing: 0px; }a.homecopywritelink:active { text-decoration: none; font-family: verdana, sans; font-size: 10px; font-style: normal; line-height: 16px; font-weight: normal; color: #ffffff; letter-spacing: 0px; }
