/* CSS Document */

body {
	background: #fff;
	color: #333;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
html body #content a {
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
	}
	
html body .hide_print, .hide_print embed {
	display: none !important;
	height: 1px !important;
	}
	

	
.show_print {
	display: block !important;
	}

#sidebar,
#header,
#site_tools,
#nav_wrapper,
#main_nav,
#sponsors
 {
	display: none;
	}
	
#header_logo img {
	width: 100px;
	height: 105px;
	border: none;
	}
	
#wrapper {
	padding: 0;
	background: none;
	}
	
	
#content_wrapper {
	width: auto;
	}
	
#content {
	width: auto;
	color: #333;
	padding: 0;
	font-size: 10pt;
	}
	
#content ul {
	margin: 20px 100px 20px 50px;
	}
	
#footer {
	}
	
	
img {	
border: none;
}

p {
	margin: 1em 0;
	line-height: 1em;
	}	
	
/* [ Headings ] */
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;	
	font-weight: normal;
	line-height: 1em;
	margin: 1em 0;	
	}
	
h1 {
	font-size: 18pt;
	}
	
h2 {
	font-size: 12pt;
	}
	
h3 {
	font-size: 12pt;
	}
	
h4 {
	font-size: 10pt;
	}
	
h5 {
	font-size: 10pt;
	}
	
h6 {
  font-size: 10pt;
	}