@import 'nav.css';
@import 'footer.css';
@import 'banner.css';
@import 'sidenav.css';
@import 'content.css';
@import 'matrix.css';
@import 'pagination.css';

html {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font: 10pt Arial;
	color: #000;
	padding: 0;
	margin: 0 auto;
	background: #fff url(../../images/body_background_white.gif) repeat-y center;
	width: 760px;
	position: relative;
	height: 100%;
	min-height: 100%;
}
@media print { body {
	background-image: none;
}}

#printfix {
	width: 760px;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #fff;
	height: 100%;
	min-height: 100%;
}



h1 {
	margin: 2px 0 1px 0;
	padding: 0;
	height: 120px;
	background: url(../../images/header.jpg) no-repeat;
}
h1 span {
	display: none;
}

#header {
	position: absolute;
	top: 0;
	z-index: 1;
	display: none;
}
@media print { #header {
	display: block;
}}

#print_logo {
	display: none;
}

.cleaner {
	clear: both;
}

h5 {
	margin: 10px 0; padding: 0;
}
h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 12px; margin: 0;}
h5 {font-size: 11px;}

ul {
	margin: 3px 0 6px 20px;
	padding: 0;
}



table thead a,
table thead a:link,
table thead a:visited,
table thead a:active {
	color: white;
	text-decoration: none;
}
table thead .hover,
table thead a:hover {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}
