		#Container1 {
	position:absolute;
	left:50%;
	width:720px;
	height: 600px;
	margin-top:40px;
	margin-left:-360px;
	text-align:center;
	padding:0;
	border:0;
	z-index: 1;
	}
	#Container {
	position:absolute;
	left:50%;
	width:720px;
	height: 600px;
	margin-top:200px;
	margin-left:-360px;
	padding:0;
	border:0;
	z-index: 1;
	}
	#guidebook {position:relative;
	z-index:1999;

}
		#filler {
	background-image: url(images/filler.jpg);
	background-repeat:  repeat;
	height: 73px;
}			
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #b41c35;
	margin-top: 10px;
}	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		text-align:center;
		float : left;
		width : 10em;
z-index: 3;
	}
	
	#nav li {
	position : relative;
	float : left;
	line-height : 1.25em;
			list-style: none;
	margin-bottom : -1px;
	width: 9.8em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 9.7em;
		margin-top : -1.5em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 13.1em;
	w\idth : 13.1em;
	display : block;
	color : white;
	font-weight : normal;
	font-size:0.75em;
	text-decoration : none;
	border-top: 1px solid white;
	border-right: 1px none white;
	border-bottom: 1px none white;
	border-left: 1px none white;
	height:auto;
	line-height: 23px;	
	}
	
	#nav li a:hover {
	background-image: url(images/red_button2.jpg);
	color : white;
	background-color : black;
	background-repeat: repeat-x;
	height:auto;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
		
	#menubar {
	position:absolute;
	margin-top:-4px;
	background:url(images/menu-bar.gif) no-repeat;
	height:23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 21px;
	width: 720px;
}
	#footerbar {
	background:url(images/menu-bar.gif) no-repeat;
	height:23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 21px;
	text-align: left;
	padding-left: 6px;
}
#rightalignA {
	float: right;
	width: auto;
	text-align:right;
	margin-right:15px;
	height:55px;
	z-index:1;
}
.printonly{
display:none;}
