
/* ----------------------- Print Styles ------------------------ */

html, body, p, div, form, fieldset, label, legend, q, pre, blockquote, 
caption, h1, h2, h3, h4, h5, h6, ol, ul, dl 
	{
	background: transparent;
	border: 0;
	color: #444444;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	}
	
body	{
	font-size: 75%;
	line-height: 1.5em;
	text-align: center; 			/* for IE 5 - container set left */
	word-spacing: .1em;
	}

address { font-style: normal; }

blockquote, q { quotes: none; }

caption { display: none; }

h1	{
	font-size: 160%;
	color: #666666;
	padding: .5em;
	}

h2	{
	font-size: 150%;
	padding: .25em;
	}

h3	{
	color: #333333;
	font-size: 119%;
	padding: .25em;
	}

h4	{ padding: .25em; }
	
h5	{
	border-top: 1px dashed #dddddd;
	padding: .2em;
	}

hr	{
	background-color: #aaaaaa;
	color: #aaaaaa;
	height: 1px;
	margin: .38em 0 1em 0;
	}

img	{ border: none; }

input, select, textarea {
	cursor: pointer;
	font-size: .92em;
	padding: 0;
	}

label { display: none; }

ol	{ margin-left: 2em; }

p	{ padding-bottom: 1em; }

ul, dl, blockquote {
	margin-left: 1.5em;
	}
	
ul 	{ margin-bottom: 1em; }


/* ----------------------- Custom Print Styles ------------------------ */

.ada a { visibility: hidden; }

.alert { visibility: hidden; }

.border { border: 1px solid #cccccc; }

.centbg {
	background-color: #eeeeee;
	padding: 1em 0 .8em 0;
	text-align: center;	
	}

#date	{
	clear: both;
	color: #cccccc;
	font-family: verdana, trebuchet, tahoma, sans-serif;
	font-weight: 100;
	font-size: .74em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	}

#wrapper {		
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: left; 			/* see note in body at the top */	
	width: 65em; 				/* could use 780px */
	} /* removed overflow hidden - caused banner crop and white gap below footer when using bookmarks */

#banner { 
	background-color: #eeeaec; 
	height: 3em; 
	text-align: center;
	}
	
#titlebar  { display: none; }

#main {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#main td, th { vertical-align: top!important; }

#leftrail { visibility: hidden; }

#rightrail  { visibility: hidden; }

#content {
	min-height: 400px; 			/* not supported by IE browsers */
	margin: 0;
	padding: 1.5em 1.25em 2em 1.5em; 	/* max content width is 38ems - size data tables if under 300px */
	}
	
#content .imgcent {
	border: 1px solid #666666;
	clear: none;
	margin: .8em 0 2em 0;
	padding: 3px;
	position: relative;
	}
	
#content .imgleft {
	border: 1px solid #666666;
	clear: left;
	float: left;
	margin: 4px 18px 10px 0;
	padding: 3px;
	}

#content .imgright {
	border: 1px solid #666666;
	clear: right;
	float: right;
	margin: 4px 0 10px 12px;
	padding: 3px;
	}

#content li { line-height:1.5em; }

#content .tab_blue, .tab_blue td {
	border-collapse: collapse;
	border: 1px solid #cccacc;
	margin: 1em 0 1em 0;
	padding: 2px;
	}

#content .tab_blue th { background-color: #efefef; }

#content .tab_red, .tab_red td {
	border-collapse: collapse;
	border: 1px solid #cccacc;
	margin: 1em 0 1em 0;
	padding: 2px;
	}

#content .tab_red th { background-color: #efefef; }

#content .tab_tan, .tab_tan td {
	border-collapse: collapse;
	border: 1px solid #cccacc;
	margin: 1em 0 1em 0;
	padding: 2px;
	}

#content .tab_tan th { background-color: #efefef; }

#content .tab_grey, .tab_grey td {
	border-collapse: collapse;
	border: 1px solid #cccacc;
	margin: 1em 0 1em 0;
	padding: 2px;
	}

#content .tab_grey th { background-color: #efefef; }

#content .tab_clear, .tab_clear td {
	border-collapse: collapse;
	border: 1px solid #cccacc;
	margin: 1em 0 1em 0;
	padding: 2px;
	}

#content .tab_clear th { background-color: #efefef; }

#footer { display: none; }


/* ------------------ Custom Font Classes for Print ------------------ */

.bold	{ font-weight: bold; }

.boldital { 
	font-style: italic; 
	font-weight: bold; 
	}

.goldfont { color:#666666; }

.indent { padding: 0 2.5em 0 2em; }

.indentbold {
	font-weight: bold;
	padding: 0 2.5em 0 2em;
	}
		
.italic { font-style: italic; }

.italbold { 
	font-style: italic;
	font-weight: bold;
	}

.pagehead h2 {
	border-bottom: 1px dotted #cccccc;
	color: #666666;
	line-height: 1.3em;
	margin: .5em 0 .8em 0;
	}
	
.pagehead span {
		font-weight: 200;
		margin-left: .2em;
		}

.pullquote {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	text-align:center;
	}
	
.signature {
	color: #666666;
	font-style: italic;
	padding: 1em 2em 1em 0;
	text-align:right;
	}

.smallfont { font-size: 91%; }

.txtcenter { text-align: center; }

.txtright { text-align: right; }

.whitefont { color:#efefef; }

#textbox {
	border: 1px solid #999999;
	color: #333333; 
	font-size: 95%;
	float: right;
	line-height: normal;
	margin-left: 1em; 
	padding: .5em .5em .5em .7em; 
	width: 14.7em;
	}



