/*****************************************************/
/*   Author:  C Betonte                              */
/*   Version: 1.0                                    */
/*   Date:    March 23, 2006						 */
/* Hides banner, top nav, left nav and footer nav for printing    */
/*****************************************************/

div.nodisplay {
	display: none;
	border: none;
}

div.printonly {
	display: inline;
}

#skiplinks {
	display: none;
}

#handheld {
	display: none;
}

body {
	font-size: 62.5%;
	background: none;
  	font-family: Verdana,Tahoma, Arial,sans-serif;
}

/* Decrease page width for printing*/
#wrap {
	width: 65em;
}

p {
	color: #000000;
}

h1{
	font-size: 145%;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 125%;
	font-style: italic;
}
.page-desc-column-box-title {
	font-size: 125%;
}

h5.nodisplay {
	display: none;
}

.nodisplay table tr td {
	display: none;
	border: none;
}

.arrow {
	display: none;
}

.table tr td{
	clear: both;
	padding: 0.5em;
	background-color: #CCCCCC;
	border: 1px ;
	margin: 0.5em;
	color: #000000;
}

#webmaster {
	clear: both;
	color: #000000;
}