@charset "utf-8";
body {
	font: 100% 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: 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;
	background-color: #FFFFFF;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #a8a9ad;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #headerContainer {
	margin: 0px;
	padding: 10px;
	height: 80px;
	width: 940px;
}
.oneColFixCtrHdr   #headerLogo {
	float: left;
	width: 250px;
	height: 80px;
}
.oneColFixCtrHdr  #headerTagline {
	height: 35px;
	width: 510px;
	float: left;
	margin-right: 10px;
	margin-left: 90px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr   #headerTagline   h1 {
	color: #2e4094;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #navbar {
	background-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2e4094;
	width: 960px;
	height: 60px;
	clear: both;
	margin-bottom: 15px;
}


.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 920px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.oneColFixCtrHdr  #indexTextBox  {
	clear: left;
	width: 540px;
}
.oneColFixCtrHdr #footerLeft {
	background:#2e4094;
	width: 480px;
	float: left;
}
.oneColFixCtrHdr  #footerRight {
	background:#2e4094;
	width: 480px;
	text-align: right;
	float: left;
}






.footer1 {
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
.oneColFixCtrHdr #subFooterContainer {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 80px;
}


.oneColFixCtrHdr #subFooterLeft {
	width: 480px;
	float: left;
}

.oneColFixCtrHdr #subFooterRight {
	width: 480px;
	text-align: right;
	float: right;
}
.footer2 {
	font-size: 65%;
	margin: 0px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.oneColFixCtrHdr #indexPic1 {
	float: left;
	height: 375px;
	width: 375px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.oneColFixCtrHdr #indexPic2 {
	float: right;
	width: 325px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtrHdr #leftColumn {
	width: 200px;
	float: left;
}
.oneColFixCtrHdr #rightColumn {
	margin-left: 200px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container2 {
	padding-left: 50px;
	padding-right: 50px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imageText   {
	font-size: small;
	color: #2e4094;
	font-weight: bold;
	font-style: italic;
}
.imageRight {
	height: 260px;
	width: 300px;
	padding-left: 20px;
	float: right;
	padding-top: 10px;
}
.imageLeft {
	height: 250px;
	width: 300px;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}




h1 {
	font-size: 28px;
	color: #2e4094;
}

h2 {
	font-size: 14px;
	color: #2e4094;
}
h3 {
	font-size: 22px;
	color: #2e4094;
}


p {
	font-size: 14px;
}

