/* this stylesheet enables proper print output */

body {
   background: white;
   font-size: 12pt !important;
   font-family: Times New Roman, Times, serif;
   }

#header {
	padding: 10px 20px;
	margin-bottom: 0px;
	color: #000;
	background: #CCCCCC;
	border-bottom: solid 10px #000;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	}
	span.tagline {
	font-size: 10px;
	padding: 0; margin: 0;
	color: #000;
	font-weight: bold;
}

#navsidebar {
	display: none;
	}

 a:link, a:visited {
   color: #0000CD;
   text-decoration: none;
   }
#content {
   margin-left : .0in;
   margin-bottom: .25in;
   width: 95%;
	float: none !important;
   color: black;
   background: transparent none;
   padding-top: 1em;
	padding: 2em 25px 0px 25px;
   text-align : justify;
	line-height: 120%;
	border: none;
   }
	
	p {
	margin: 0px !important;
	width: 95%;
	color: #000;
	background: transparent none;
  	 text-align : justify;
	line-height: 120%;
	border: none !important;
	padding-top: 10px;
	}
	#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: .6em;
	color: #000;
	background-color: rgb(213, 219, 225);
	text-align: center;
	border-top: 2px solid #B6C3E0;
	}

	h2 {
  padding-bottom: 0; 
  margin-top: 1em;
  margin-bottom: 0;
  display: inline;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 3px solid #000;
	}
	h5 {
	margin-right: 18em;
	margin-bottom: 0;
	padding-bottom: 0; 
	border-bottom: 1px solid #999999;
	}