/* hide stuff we don't need on paper */
#nav, #sidebar, .back_to_top, .printButton {
	display: none !important;
}

/* with the sidebar hidden, stretch this out */
#main_column {
	width: 100%;
}

body {
	font-size: 12pt;
	background-color: #fff;
	background-image: none;
	color: #000;
	
	text-align: left;
	
	font-family: verdana, helvetica, arial, sans-serif;
}

h1
{
	color: #222;
}

h2
{
	color: #444;
}

h3
{
	color: #666;
}

h4
{
	color: #888;
}

h5 {
	color: #888;
}

a, a:link {
	text-decoration: underline;
	color: #666;
}

a:visited {
	text-decoration: underline;
}

#container {
	width: auto;
	
	margin-left: 0;
	text-align: left;
	
	border-width: 0;
	border-top-width: 0;

	background: white;
	background-image: none;
}

#skip_navigation {
	display: none;
}

#header {
	background-color: #fff;
}

#footer {
	
	background-color: #fff;
	
	border-top: 1px solid #ccc;
}

#content {
	color: #000;
}

#preamble {
	background-color: #eee;
}

#sidebar {
	
}

#sidebar.no_photo {
	
}

#big_nav {

}

#big_nav ul {
}

#big_nav ul li ul {
}

#big_nav ul li div {
}

#big_nav a {
	color: #666;
}

/* Punch this up a bit to make it stand out more. */
#big_nav_sub1 a {
	color: #777;
}

