@media print
   {

#wrapper {
	width:auto;
	text-align:left;
	}

#header, #leftcolumn, #rightcolumn, #toolbar {
	display:none;
	}

#header-print {
	display:block;
	width:auto;
	text-align:right;
	border-bottom:1px #999 solid;
	padding-bottom:.25in;
	margin-bottom:.25in;
	}
	
#intro {
	text-align:left;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #999999;
	}
	
#maincolumn {
	width:auto;
	}
	
#maincolumnWIDE {
	width:auto;
	}
	
.divider {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
	height:1px;
	margin-top:-.7em;
	margin-bottom: 1em;
	}
	
#footer {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999;
	margin-top:5px;
	padding-top:5px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#999999;
	}
	
	
div#sizer { display:none }


/* -------------------------TEXT STYLES-----------------------*/

.header1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22pt;
	color:#336;
	font-style:italic;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 5px;
	}
	
.header2 {
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#000066;
	font-style:italic;
	font-weight:bold;
	}
	
.header3 {
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	color:#000066;
	font-style:italic;
	font-weight:bold;
	text-transform: uppercase;
	}
	
.header4 {
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#000066;
	font-style:italic;
	font-weight:bold;
	text-transform: uppercase;
	}
	
.header5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}

blockquote {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	}

.title {
	color:#000;
	margin-bottom:5px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#666;
	margin-top:0px;
	}
	
img {
	border:0px;
	margin:0px;
	}


a:link {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#600;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color:#C21D1D;
	text-decoration:underline;
}

.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 1.3em;
	color: #8E8787;
	margin-bottom: 20px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	}
	
ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left:1.5em;
	
	}
	
li.nav {
	margin-bottom:.5em;
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	}
	
li.nav-external {
	list-style-image: url(../images/arrow.gif);
	}
	
a.nav-external:link {
	color:#006600;
	text-decoration:none;
	}
	
a.nav-external:visited {
	color:#006600;
	text-decoration:none;
	}
	
a.nav-external:hover {
	text-decoration:underline;
	color:#009900;
	}


.quote {
	font-style: italic;
}
.source {
	text-align: right;
}
.title {
	color:#333333;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
}
