#logo {
	position: absolute;
	width: 730px;
	height: 24px;
	top: 29px;
	left: 25px;
	background-color: #FFFFFF;
	z-index: 3;
}
#logoleft {
	position: absolute;
	width: 386px;
	height: 24px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 3;
}
#logoright {
	position: absolute;
	width: 344px;
	height: 24px;
	top: 0px;
	left: 386px;
	background-color: #FFFFFF;
	z-index: 3;
}
#logoborder {
	position: absolute;
	border: 2px solid #FFFFFF;
	-moz-box-sizing: border-box; box-sizing: border-box;	
	width: 738px;
	*width: 734px; /* for IE7 and below */
	height: 32px;
	*height: 28px; /* for IE7 and below */
	top: 25px;
	left: 21px;
	z-index: 3;
}
#mainnav {
	position: absolute;
	width: 110px;
	height: 243px;
	top: 89px;
	left: 25px;
	z-index: 3;
}
#mainnavborder {
	position: absolute;
	border: 2px solid #FFFFFF;
	-moz-box-sizing: border-box; box-sizing: border-box;		
	width: 118px;
	*width: 114px; /* for IE7 and below */
	height: 251px;
	*height: 247px; /* for IE7 and below */
	top: 85px;
	left: 21px;
	z-index: 3;
}
#location {
	position: absolute;
	width: 595px;
	height: 24px;
	top: 88px;
	left: 160px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 3;
}
#locationcontent {
	position: absolute;
	width: 595px;
	height: 24px;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: 3;
}
#locationcontent p {
	margin: 0;
	padding: 5px 0 0 20px;
	text-align: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	word-spacing: 1px;
}
#locationcontent a:link {
	color: #336699;
	text-decoration: none;
}
#locationcontent a:visited {
	color: #336699;
	text-decoration: none;
}
#locationcontent a:hover {
	color: #336699;
	text-decoration: underline;
}
#locationimageleft {
	position: absolute;
	width: 65px;
	height: 24px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/greygridleftbarintro.gif);		
	z-index: 3;
}
#locationborder {
	position: absolute;
	border: 2px solid #FFFFFF;
	-moz-box-sizing: border-box; box-sizing: border-box;		
	width: 603px;
	*width: 599px; /* for IE7 and below */
	height: 32px;
	*height: 28px; /* for IE7 and below */
	top: 84px;
	left: 156px;
	z-index: 3;
}
h1 {
	margin: 0;
	padding: 0 0 0 12px;	
	font: bold 16px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}
h2 {
	margin: 0;
	padding: 3px 2px 0 7px;	
	font: bold 12px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	letter-spacing: 3px;
}
.floatleft {
	float: left;	
}
.floatright {
	float: right;	
}
