@charset "utf-8";
blockquote {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: medium;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: large;
}

body {
	font: 80% 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: #333366;
}
.oneColFixCtrHdr #container {
	width: 825px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333366;
	background-image: url(../images/headerbg.jpg);
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #333366;
}
.oneColFixCtrHdr #footnote {
	font-size: x-small;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	text-align: center;
}
.oneColFixCtrHdr #copyright {
	font-size: x-small;
	background-color: #DBE6F3;
}
.oneColFixCtrHdr #mainContent li {
	margin-bottom: 10px;
}
.oneColFixCtrHdr #nav {
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}
.oneColFixCtrHdr #nav a {
	text-decoration: none;
	color: #333366;
	font-weight: bold;
}
.oneColFixCtrHdr #nav a:hover {
	color: #DDE6F5;
	background-color: #333366;
}

.testimonial {
	font-style: italic;
	margin-right: 35px;
	margin-left: 35px;
}
