﻿/*Print style sheet copyright Chris Muten, 2010*/

body {background:white}
h1 {
	font:20px "Arial Black", "Helvetica Bold", sans-serif;
	color:blue;
	font-weight: normal;
	letter-spacing:.3em;
	text-align:center;
	padding-bottom: 2px;
	border-bottom: 5px solid blue;
	}
h2 {
	font:12px "Arial Black", "Helvetica Bold", sans-serif;
	color:navy;
	font-weight: normal;
	letter-spacing:normal;
	text-align:left;
	line-height: 0.5%;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	}
h3 {
	font:10px "Arial Black", "Helvetica Bold", sans-serif;
	color:navy;
	font-weight: normal;
	letter-spacing:normal;
	text-align:left;
	line-height: 2.8%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
	}
h4 {
	font:14px "Arial Black", "Helvetica Bold", sans-serif;
	color:navy;
	font-weight: normal;
	letter-spacing:normal;
	text-align:left;
	line-height: 0.1%;
	padding-top: 5px;
	padding-bottom: 5px;
	}
h5 {
	font:12px "Arial Black", "Helvetica Bold", sans-serif;
	color:navy;
	font-weight: normal;
	letter-spacing:normal;
	text-align:left;
	line-height: 0.1%;
	padding-top: 3px;
	padding-bottom: 2px;
	}

#heading {font-family: verdana, sans-serif; color:#f00; background:#fff2e8; width:auto; margin:auto; }

#sub_head {
	font:10px;
	font-family: verdana, sans-serif;
	color:#f00;
	background:#fff2e8;
	width:auto;
	margin:auto;
	}

#tabs {display:none; }
#header {display:none; }
#contact {display:none; }
#rsb {display:none; }
#foot_bar {display:none; }

#content {
	font: 12px/130% "times roman", sans-serif;
	background:#fff5e8;
	white-space:normal;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	width:auto;
	margin:auto;
	position:relative;
	top:10px;
	left:0px
	}

#footer {
	font: 12px/130% "times roman", sans-serif;
	background:#fff5e8;
	white-space:normal;
	width:auto;
	margin:auto;
	padding-top:20px;
	position:relative;
	}

#rep {display:none; }
#clogos {display:none; }
.copy {display:none; }
.checked {display:none; }
