@charset "UTF-8";
/* CSS Document */

body  {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:justify;
	color: #000000;
}

.twoColElsLtHdr #container { 
	width:600px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #666;
    text-align: justify;
} 
.twoColElsLtHdr #header { 
	height:100px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
	}
.printhead	{
margin:auto;
padding:0;
;
}

#home	{display:none;
}
.twoColElsLtHdr #leftnav {display:none;
}

#leftnav ul {display:none;
}

.twoColElsLtHdr #mainContent {
	margin: 0 2em 0 2em;
} 
.twoColElsLtHdr #footer { 
	}
div#footer li { display:none;
}

div#footer ul {display:none;
	}

.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.about {font-size:80%;
color:#666666;
line-height:2em;
}

.main	{font-size:90%;
color:#333333;
}
.space {font-size:85%;
text-transform:uppercase;
color:#3366FF;
letter-spacing:.5em;
}

.printurl {font-family:"Courier New", Courier, monospace;
font-size:11pt;
}