@charset "utf-8";
/* ------------------------------------------------------------------- */
/* CSS Section for all pages (Vintage Layout)                          */
/* ------------------------------------------------------------------- */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	background-image:none;
	background-repeat:repeat;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

/* This is the main header on every page */
.twoColFixLtHdr #header {
	display:none; /* Do not display header on printout */
}

.twoColFixLtHdr #navigation {
	display:none;
}

/* Print logo only visible for printing */
#PrintLogo {
	display:block;
	padding-bottom: 5px;
}

/* This div holds the image rotator on the main page */
.twoColFixLtHdr #rotator {
	margin: 0 auto;
}

/* This div holds the slideshow on the media page */
.twoColFixLtHdr #slideshow {
	text-align: center;
}


/* The div is where the content of the page goes */
.twoColFixLtHdr #container { 
	/* width: 100%; */
}

/* This is the primary style for the main content where a sidebar is present */
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/* This is the style for the footer image */
.twoColFixLtHdr #footer {
	background-image: none;
}