@charset "UTF-8";
/**
 * CSS for content elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: content-print.css 65 2009-03-01 03:23:02Z jason.pelletier $
 */

body {
	background-color: white;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
}
	* html body {
		padding-bottom: 25px;
	}
#page,
#header,
#content,
#footer {
	float: none !important;
    text-align: left;
}
#header {
	margin-bottom: 25px;
	padding-top: 10px;
	border-top: 1px solid black;
}
	#header #tagline {
		font-size: 10pt;
	}
#content {
	margin: 35px 0;
}
#footer {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	text-align: left;
}
#footer li {
    display: none;
	margin-left: 0;
	margin-right: 10px;
	font-size: 8pt;
	list-style: none;
}
#footer li.copyright {
    display: block;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

/* NAV-MAIN */
#header ul.navigation {
	display: none;
}
