/* ------------------------------------------------*/
/* STYLESHEET FOR PRINTING					    */
/* ------------------------------------------------*/


/* main content styles */
p {
	font: 12pt Times,serif;
	color: #000;
}

/* heading 1 styles */
h1 {
	font: bold 16pt Times,serif;
	border-bottom: 1px solid #000;
}

/* heading 1-6 and homepage box heading styles */
h2, h3, h4, h5, h6, .blockheader {
	font: bold 12pt Times,serif;
}

/* link styles */
a { 
	color: #666; 
	text-decoration: underline;
}

/* un-ordered list styles */
ul {
	list-style-type: disc;
}

/* ordered list styles */
ol {
	list-style-type: decimal;
}

/* hide this page content, do not print */#banner, #sidebar, #sitesearch, #footer {
	display: none;
}

/* styles for print content width and margins */
#content {
	width: 500px;	margin: 0 35px 0 200px;
	padding-top: 15px;}

/* hide old browser warning */
.alert {
	display: none;
}

/* print pdf icon to show a downloadable document exists */
.pdf {
	background: url(../images/pdf.gif) center no-repeat;
	padding: 2px 15px;
}

/* styles text in all caps */
.caps {
	text-transform: uppercase;
}

/* styles text underline */
.underline {
	text-decoration: underline;
}

/* smaller footer comment */
.note {
	font-size: 10pt;
}

/* centers text on page */
.center {
	text-align: center;
}

/* centers image on page */
.centerimg {
	margin-left: 160px;
}

/* faq styles */
.qa {
	font-weight: bold;
}

