/* NON-HEADER */

 body {
	font-size:65%;
	background-color:rgb(255,255,255);
	font-family:verdana,arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:940px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1em;
}

/* --- START COPY here --- */

/* HEADER */
.header {
	width:940px;
	font-family:arial,sans-serif;
}
.header-top {
	width:940px;
	height:20px;
	background:#ffffff;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.header-bottom {
	width:940px;
	height:10px;
	background:#ffffff repeat-y;
}




/* --- END COPY here --- */

/*********************/
/*  6. CLEAR FLOATS  */
/*********************/
.page-container:after, .header:after, .header-breadcrumbs:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

/***********************************/
/*  7. PRINTING and MISCELLANEOUS  */
/***********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.header-breadcrumbs {width:900px; background:transparent;}}

