@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li  {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header {
	height: 310px;
	font-size: 1.5em;
	font-weight: bold;
} 
.twoColFixLtHdr #header2 {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
}
.twoColFixLtHdr #container #header #headerLogo {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 1000px;
}

.twoColFixLtHdr #container #header #headerMenu {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 1000px;
	background-color: #FFF;
}
.twoColFixLtHdr #container #header #headerBanner {
	background-color: #FFF;
	height: 100px;
	width: 1000px;
}
.twoColFixLtHdr #container #header #headerTitle {
	background-color: #FFF;
	height: 70px;
	width: 1000px;
}
.twoColFixLtHdr #container #footer #footerLinks {
	font-size: 80%;
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
	color: #333;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	width: 875px;
	margin: 0;
	height: 350px;
	float: right;
} 

.twoColFixLtHdr #container #mainContent #mainContent1 {
	background-color: #FFF;
	padding: 0px;
	height: 350px;
	width: 610px;
	float: left;
	font-size: 0.8em;
	text-align: justify;
}
.twoColFixLtHdr #container #mainContent #mainContent2 {
	float: right;
	width: 210px;
	height: 350px;
	font-size: 0.8em;
}
.twoColFixLtHdr #mainContenta {
	width: 875px;
	margin: 0;
	height: 450px;
	float: right;
}
.twoColFixLtHdr #container #mainContenta #mainContent1a {
	background-color: #FFF;
	padding: 2 px;
	height: 450px;
	width: 640px;
	font-size: 0.8em;
	text-align: justify;
	float: left;
}
.twoColFixLtHdr #container #mainContenta #mainContent2a {
	width: 210px;
	height: 450px;
	font-size: 0.8em;
	float: right;
}




.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
} 

.invisilink {
	font-size: 0.5em;
	color: #FFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}
.Subscript {
	font-size: smaller;
}
