/* formatting */
body {
	font-family: trebuchet ms, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.15em;
	color: rgb(31,31,31);
	}
	
p	{
	margin: 3px 0 18px 0;
	padding: 0 0 0 0;
	font-size: 10pt;
	}
p.nospace {
	margin: 0;
	}
p.indent_1 {
	padding: 2px 0 0 1em;
	line-height: 1.15em;
	margin: 0 0 14pt 0;
	}		
td {font-size: 10pt; margin: 3px 0 3px 0; line-height: 1.15em;}
li {font-size: 10pt; margin: 2px 0 2px 0; line-height: 1.15em;} 
h1 {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	margin-bottom: 16pt;
	}
h2 {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	margin-top: 18pt;
	margin-bottom: 10pt;
	}
h3 {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin-top: 8pt;
	margin-bottom: 6pt;
	}
h4 {
	font-family: garamond,'times new roman',serif;
	font-weight: bold;
	font-size: 13pt;
	color: #AAA;
	margin-top: 14pt;
	margin-bottom: 0pt;
	padding: 0;
	}
h5 {
	font-family: garamond,'times new roman',serif;
	font-weight: bold;
	font-size: 11pt;
	color: #AAA;
	margin: 16px 0 0 0;
	padding: 0;
	line-height: 1.2em;
	}	
h6 {
	font-family: georgia;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(31,31,31);
	margin: 0;
	padding: 0;
	}				
	
acronym {
	font-weight: bold;
	} 


	
/* CLASS FORMATTING */
img.left {
	float: left;
	padding: 12px 12px 12px 0;
	}
img.right {
	float: right;
	padding: 12px 0 12px 12px;
	}
	
.right {
	float: right;
	padding: 0 0 0 12px;
	}

.left	{
	float: left;
	padding: 0 12px 0 0;
	}
	
	
.callouthead {
	font-family: arial;
	font-weight: bold;
	font-size: .85em;
	color: white;
	background: #824F0E;
	padding: 0;
	padding-left: 8px;
	text-align: left;
	border: solid 1px black;
	border-bottom: 0px;
	}
.callouttext {
	font-family: arial;
	font-size: .85em;
	padding: 4px;
	color: black;
	background: silver;	
	border: solid 1px black;
	border-top: 0px;
	}
	

.red	{
	color: #333;
	font-weight: bold;
	}
.purple {
	color: #333;
	font-weight: bold;
	}	
.redbox {
	color: #333;
	font-weight: bold;
	}	

.top {
	font-family: arial;
	font-size: .75em;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

.footer1 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 1em;
	display: block;
	width: 175pt;
	border-bottom: 1px solid #333;
	margin: 10pt 0 5pt 0;
	padding: 0;
	}
.footer2 {
	font-family: arial;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: .95em;
	margin: -3pt 0 0 0;
	padding: 0 0 0 0;
	color: #333333;
	display: block;
	text-align: center;
	}

.caption {
	font-family: arial;
	font-weight: bold;
	font-size: 8.5pt;
	margin: 3px 0 2px 0;
	text-align: center;
	color: white;
	line-height: 1em;
	}
.form {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #333;
	} 	
	
/* LINK FORMATTING */

{
	font-family: 'times new roman',serif;
	font-size: 1em;
	line-height: 1.1em;
	text-align: left;
	padding: 6px 0 8px 10px;
	margin: -5px 10px 0 0;
	border-top: solid rgb(181,181,181) 1px;
	color: rgb(31,31,31);
	}

a.nav2:link {
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	color: #166719;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1px 0 1px 1px;
	}
a.nav2:visited {
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1px 0 1px 1px;
	}
a.nav2:active {
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	color: #166719;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1px 0 1px 1px;
	}
a.nav2:hover {
	font-family: arial;
	font-size: .8em;
	font-weight: bold;
	color: #932120;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
	border-top: 1px solid #932120;
	border-bottom: 1px solid #932120;
	}
	
a.nav3:link {
	font-family: arial;
	font-size: 1.15em;
	font-weight: bold;
	color: #166719;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1px 0 1px 1px;
	line-height: 1.15em;
	}
a.nav3:visited {
	font-family: arial;
	font-size: 1.15em;
	font-weight: bold;
	color: gray;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1px 0 1px 1px;
	line-height: 1.15em;
	}
a.nav3:active {
	font-family: arial;
	font-size: 1.15em;
	font-weight: bold;
	color: #166719;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 1px 0 1px 1px;
	line-height: 1.15em;
	}
a.nav3:hover {
	font-family: arial;
	font-size: 1.15em;
	font-weight: bold;
	color: #932120;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
	border-top: 1px solid #932120;
	border-bottom: 1px solid #932120;
	line-height: 1.15em;
	}
.tight {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.5em;
	padding: 2px 0 2px 1em;
	}	



	

/* SIDEBAR FORMATTING */
.sidebarhead {
	font-family: trebuchet ms,helvetica,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(104,104,104);
	padding: 0 4px 0 0;
	margin: 14pt 1.5em 0 0;
	text-align: left;
	}
.sidebartext {
	font-family: times new roman,serif;
	font-size: 10.5pt; 
	line-height: 1.3em; 
	text-align: left;
	color: #333; 
	border-top: 1px solid #333; 
	margin: 3pt 3em 6pt .75em;
	padding: 3pt 0 3pt 0;	
	}
.sidebartext2 {
	font-family: times new roman,serif;
	font-size: 10.5pt; 
	line-height: 1.3em; 
	text-align: left;
	color: #333; 
	margin: 3pt 3em 6pt .75em;
	padding: 3pt 0 3pt 0;	
	}

/* GRAPHICAL ELEMENTS */
.banner {
	background: url("images/layout/print_logo_lowres.gif");
	padding-bottom:288px;
	}

/* LAYOUT */
div#wrapper {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0px;
	}
div#header {
	padding 0 0 0 0;
	margin: 0px;
	text-align: left;
	background: url(images/layout/print_logo_lowres.gif);
	background-repeat: no-repeat;
	height: 18pt;
	display: block; 
	}
div#mainnavbox {
	width: 175px;
	position: absolute;
	top: 37px;
	left: 553px;
	display: none;
	}
	
p.mainnavpara {
	letter-spacing: 2px;
	margin: 4px 0 4px 0;
	}
	
div#dropshadow {
	width: 120px;
	height: 137px;
	position: absolute;
	top: 123px;
	left: 31px;
	background: rgb(31,31,31);
	display: none;
	}
div#headerphoto {
	width: 120px;
	position: absolute;
	top: 120px;
	left: 28px;
	text-align: center;
	display: none;
	}
.headerphoto {
	background: rgb(FFE6C6);
	padding: 3px;
	border: solid rgb(51,51,51) 1px;
	display: none;
	}
		
	
div#sidebar {
	width: 90%;
	padding: 0;
	margin: 8px 0 6px 6px;
	display: block;
	}
div#content {
	float: right;
	padding: 0 6pt 6pt 0;
	margin: 4pt 0 0 0;
	width: 95%;
	}
div#footer {
	width: 90%;
	margin: 0px;
	clear: both;
	display: block;
	}
	
div#printheader {
	width: 150px;
	display: none;}	

.print {display: block;}
.screen {display: none;}
