@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}
body {
	margin-top: 25px;
}
a {
	color:#0082c8;
}
h2 {
	color:#0082c8;
	padding-top:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding-bottom:2px;
}
p {
	padding-top:4px;
	margin-top:2px;
	margin-bottom:2px;
	padding-bottom:4px;
}
.oneColFixCtr #container {
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #navigation {
	padding: 5px;
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
}
.oneColFixCtr #container #navigation a {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.89em;
	text-decoration:none;
	font-weight:bold;
}
.oneColFixCtr #container #navigation a:hover {
	text-decoration:underline;
}
.oneColFixCtr #container #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#333;
	font-size:.7em;
	min-height:500px;
}
.oneColFixCtr #container #mainContentOC {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#333;
	font-size:.7em;
	height:450px;
	width:740px;
	overflow:auto;
}
.oneColFixCtr #container #footer {
	padding-top: 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#333;
	font-size:.7em;
	background:url(../images/background-blue.jpg) no-repeat;
}
.oneColFixCtr #mainContentHome {
	padding:0;
	background-color:#97C0E5;
	position: relative;
}
.greenBar {
	font-size: 12px;
	font-weight: bold;
	color:#6C0;
}
.address {
	font-size:8pt;
	font-weight: normal;
	color: #333;
}
.blueText {
	color: #0082c8;
}

#applytoday {
	position: absolute;
	top: 12px;
	right: 12px;
}

