@charset "utf-8";
/* CSS Document */

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: #ebebeb;
}
.oneColFixCtrHdr #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/index2_01.jpg);
	height: 96px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navbar {
	background-image: url(images/index2_02.jpg);
	height: 30px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/index2_03.jpg);
}

.style5 {
	color: #305983;

	font-family: "Times New Roman", Times, serif;

	font-size: medium;
}
.style6 {
	color: #305983;

	font-family: "Times New Roman", Times, serif;

	font-size: large;
}
.style65 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style67 {color: #FFFFFF; font-size: 16px;}
.style70 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}
.style71 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style73 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}
.style82 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.style83 {
	font-size: 21px
}
.style84 {
	color: #003366;
	font-weight: bold;
}
.style85 {color: #003366}
.style86 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}
.style88 {color: #000000; font-weight: bold; }
.style90 {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}
.style91 {font-size: 20px}