@charset "utf-8";

body {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #9AAFC0;
}
.oneColElsCtr #container {
	width: 835px;
	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. */
}
.oneColElsCtr #mainContent {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bullets {
	width: 700px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	padding-left: 5px;
}
h1 {
	font-family: Arial;
	font-size: 36px;
	color: #2e77be;
}
.black {
	color: #000000;
	padding-left: 40px;
	padding-right: 40px;
}
.footer {
	color: #000000;
	font-size: 10px;

}
.contact {
	color: #000000;
	font-size: 10px;
	padding-right: 40px;
	font-weight: bold;

}
.sectionheaders {
	font-family: Arial;
	font-weight: bold;
	color: #4488C1;
	font-size: 18px;
	padding-left: 40px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top_link {
	font-family: Arial;
	font-size: 14px;
	color: #2e77be;
}

.white {
	color: #FFFFFF;
}
