@charset "utf-8";
body {
	background: #EBECF8;
	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: #666666;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #373B74;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/main-background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer {
	background-color: #666666;
	color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.pad20lr {
	padding-right: 20px;
	padding-left: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7e2332;
	font-size: 1.7em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #373B74;
	font-size: 1.3em;
}
.blueBox {
	background-color: #DCDDEF;
	width: 30em;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
.small {
	font-size: 75%;
}

a {
	text-decoration: none;
	color: #911A2D;
}
a:hover {
	text-decoration: underline;
}
.callToAction {
	color: #373B74;
}
.address {
	font-size: 80%;
	color: #999999;
}
p {
	line-height: 1.25em;
}
.navbar {
	background-color: #666666;
	height: 2em;
	vertical-align: middle;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #373B74;
	border-right-color: #373B74;
	border-bottom-color: #373B74;
	border-left-color: #373B74;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	background-image: url(images/nav.jpg);
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.navText {
	color: #7e2332;
	padding: .5em;
	margin: 0px;
}
.pNoMargin {
	margin: 0px;
}
.bronze {
	color: #CC9900;
}
.platinum {
	color: #D1D1D8;
}
.silver {
	color: silver;
}
.gold {
	color: gold;
}
.copyright {
	color: #CCCCCC;
	font-size: 80%;
}
.ticks {
	list-style-image: url(images/tick.gif);
	font-style: italic;
	line-height: 1.5em;
}
.clearFloat {
	clear: right;
}
.blueBox2 {
	background-color: #DCDDEF;
	padding: 10px;
}

