/* Updated 9/12/2008 */
div#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}
div#wrap_navcontentfooter {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
}
div#header {
	padding: 0 0 5px 0;
}
#header .header_image1_span {
	padding-left:26px;
}
#header .header_image1cc_span {
	padding-left:52px;
}
#header .header_image2_span {
	padding-left:124px;
}
#header .header_image2cc_span {
	padding-left:124px;
}
div#breadcrumb {
	height: 24px;
	width: 575px;
}
div#navigation {
	float: left;
	width: 170px;
	padding: 5px;
	color: white;
	font-size: 13px;
	margin: 0;
	background: blue;
}
div#content {
	float: right;
	width: 575px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
	/***************************************************************************/
	/* The following fixes a bug with IE6 (575 has no relation to width:575px) */
	/* Normally in CSS whichever rule is specified last takes precedence.      */
	/* However if you use !important after a command then this CSS command     */
	/* will take precedence regardless of what appears after it. This is true  */
	/* for all browsers except IE.                                             */
	min-height: 575px;
	height: auto !important;
	height: 575px;
	/***************************************************************************/
}
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: #D3D3D3;
}
.navsel {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #D3D3D3;
}
.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: #D3D3D3;
}
.nav2sel {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #D3D3D3;
	padding-left: 10px;
}
div#newprintedpage {
	display: none;
}
