@charset "utf-8";
/* CSS Document */
body {
	font: 14px 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 0px;
	background-color: #ffffff;
}
h1 {text-align:center; font-weight:bold; color:#004383; font-size:20px;}
h2 {text-align:left; font-weight:bolder; color:#004383; font-size:16px;}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
..oneColFixCtrHdr #headercontainer {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


.oneColFixCtrHdr #header {
	width: 780px;
	margin:0 auto;
	height: 120px;
	}
.oneColFixCtrHdr #header h1 {
	font-size:16px;
	width: 780px;
}
.oneColFixCtrHdr #header img {
	margin-right:200px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 40px 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004383;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #01365d;
}
.style1 {font-size: 16px; text-decoration:underline; letter-spacing:.03em;}

