/* CSS Document */

* {
	background: none !important;
	text-align: left;
	}

html {
	background: none;
	}

body {
	background: none;
	}
	
#wrapper {
	width: auto;
	background: none;
	}
	
.hide_print, #sitetools, #wrapper_pre, #wrapper_post, #nav_strip {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	}
	

	
.hide_print object, .hide_print embed {
	display: none;
	}
	
.show_print {
	display: block !important;
	}
	
#header {
	height: auto;
	margin: 0;
	border-bottom: 3px solid #02253a;
	min-height: 1px;
	}
	
* html #header {
	height: 1px;
	}
	
#header_logo, #header_tagline {
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	}
	
#header_logo img {
	width: 32px;
	height: 60px;
	}
	
	
#header_tagline h4 {
	font-size: 12px;
	}
	
#footer {
	width: auto;
	margin: 30px 0;
	}
	
h1, h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px 0;
	}
	
h3, h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 5px 0px 10px 0;
	}
	
h4 {
	margin: 5px 0 5px 0;
	}
	
h5 {
	font-size: 10px;
	margin-bottom: 2px;
	}
	
#content {
	font-size: 11px;
	padding: 0;
	}
	
#content ul {
	list-style: disc;
	padding-left: 40px;
	}
	
#content p img {
	margin-bottom: 10px;
	}
	
/* link list */

#content .link_list {
	min-height: 1px;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
* html .link_list {
	height: 1px;
	}
	
.link_list:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

	
#content .link_list li {
	display: block;
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
	
#content .link_list a {
	text-decoration: none;
	border: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
