/* Updated 8/11/2005 */
div#logo {
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 178px;
	height: 140px;
}
div#header {
	position: absolute;
	top: 0px;
	left: 188px;
	width: 572px;
	height: 100px;
}
div#breadcrumb {
	position: absolute;
	top: 110px;
	left: 188px;
	width: 582px;
	height: 28px;
}
div#navigation {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 178px;
	height: 1000px;
	padding: 5px;
	background: blue;
	color: white;
	font-size: 11px;
}
div#content {
	position: absolute;
	top: 150px;
	left: 188px;
	width: 567px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
div#content_home {
	position: absolute;
	top: 110px;
	left: 188px;
	width: 582px;
	width: 572px;
	padding-left: 5px;
	padding-right: 5px;
}
div#bottom {
	text-align: center;
	position: absolute;
	top: 550px;
	left: 188px;
	width: 557px;
	padding: 10px;
	color: blue;
}
div#printlink {
	padding-bottom: 6px;
}
.nav {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.nav a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.nav a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #c8c8c8;
}
.navsel {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #c8c8c8;
}
.nav2 {
	text-decoration: none;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}
.nav2 a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}
.nav2 a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #c8c8c8;
}
.nav2sel {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #c8c8c8;
	padding-left: 10px;
}
div#donotdisplayonscreen {
	display: none;
}
