@charset "UTF-8";
body {
	background-color: #42799f;
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(images/background-new.jpg);
	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 */
}

.container {
	width: 911px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 2px solid #d67e59;
	border-right: 2px solid #d67e59;
	border-bottom: 2px solid #d67e59;
	border-top: 0px solid #d67e59;
}


.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-top: 2px;
}

a.toplinks {
	color: #ffffff;
	text-decoration: none;

}

a.toplinks:link {
	color: #ffffff;
	text-decoration: none;

}

a.toplinks:hover {
	text-decoration: none;
	color: #66CCFF;
}

.calloutText {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-left: 14px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.calloutQuote {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	}

.indent {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 250px;
}

.main {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 50px;
}

.text {
font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-left: 15px;
}

.purple {
font-family: Arial, Helvetica, sans-serif;
	color: #330033;
	font-size: 14px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #012c51;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #012c51;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.copyright:link {
	text-decoration: underline;
	color: #ffffee;
}.container .calloutText img {
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}

.quoteright {
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
color: #000000;
font-size: 11px;
margin-right: 10px;
margin-left: 10px;
float: right;
border-style: dotted;
border-color: #EEEEEE;
border-width: 1px;
padding: 10px;
width: 170px;
text-align: center;
}
