@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;   /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #FFFFFF;
}
div#distance { 
	margin-bottom: -312px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 625px;         /* required - desired height */
	width: 850px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	z-index:1;
}
div#hideShow {
	position:absolute; 
	left:232px; ; 
	top:158px; 
	z-index:2;
	width: 580px; 
	visibility: hidden;
}

a:link {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
