/* print styles */

.noprint {
	display: none;
	}

body {
	background: #FFF;
	color: #000;
	font-size: 13pt;
	padding: 0;
	text-align: left;
	}

a {
	color: #000 !important;
	text-decoration: none !important;
	}

#page {
	background: none;
	width: auto;
	}
#main {
	margin: 0;
	width: auto;
	}

#header {
	background: none;
	height: auto;
	}
#header #logo {
	position: relative;
	top: 0px; left: 0px;
	width: 191px; height: 49px;
	}
#header #tagline {
	top: 17px; left: 244px;
	width: auto;
	}

#visual, #menu, #util, #header-btm {
	display: none;
	}

#sectionmenu {
	background: none;
	display: block;
	float: none;
	margin: 1em 0;
	width: auto;
	}

#smhead {
	background: none;
	}
#smhead h2 {
	background: none;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	margin: 1em 0 0;
	padding: 0;
	text-shadow: none;
	}

#sectionmenu ul {
	display: none;
	}
#home #sectionmenu ul {
	display: block;
	}
#home #sectionmenu ul {
	background: none;
	padding: 0 0 1em;
	}
#home #sectionmenu li {
	background: none;
	font-size: 1.1em;
	padding: 10px 0 0;
	}

#content {
	margin: 0;
	padding: 0;
	width: auto;
	}
.withmenu #content {
	display: block;
	float: none;
	width: auto;
	}

#footer {
	background: none;
	color: #666;
	font-size: .85em;
	margin: 2em 0 0;
	padding: 0;
	}
#footer a {
	display: none;
	}


/* Home page styles */

#intro {
	float: none;
	width: auto;
	}
#intro p {
	color: #000;
	}
#intro ul {
	display: none;
	}

#sidebar {
	background: none;
	clear: both;
	float: none;
	margin-top: 0;
	width: auto;
	padding: 0;
	}

#sidebar h2 {
	color: #000;
	font-size: 1.5em;
	margin: 0;
}

#sidebar ul, #sidebar dl {
	margin: 0;
}
#sidebar li, #sidebar dd {
	background: none;
	border-bottom: 1px solid #999;
	width: auto;
}

#sidebar .more {
	display: none;
}

