@charset "UTF-8";
body {
	background: #D2EEFC url(../images/bg2.jpg) no-repeat fixed 50% 50%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

img {
	border: 0;
}

a, a:link, a:visited {
	color: #1c5f80;
	text-decoration: none;
}

a:hover, a:active {
	color: #192D41;
}

h1 {
	font-size: 27px;
	color: #192D41;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
}

h2 {
	color: #1c5f80;
	font-size: 17px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

p {
	color: #1c5f80;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

ul {
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px 0px 2px 25px;
	padding: 0p 0px 0px 35px;
	color: #1c5f80;
	font-size: 13px;
	line-height: 18px;
}

#outsideContainer {
	width: 940px;
	margin: 0 auto;
}

#leftColumn {
	width: 240px;
	height: 580px;
	float: left;
	position: relative;
}

#rightColumn {
	width: 700px;
	min-height: 580px;
	float: right;
	background-color: #bbe3e5;
}

#secondaryContent {
	min-height: 371px;
	padding: 25px;
}

.newsPost {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #1c5f80;
}

.newsPost h2 a:link, .newsPost h2 a:visited {
	text-decoration: none !important;
	color: #192D41 !important;
}

.newsPost h2 a:hover, .newsPost h2 a:active {
	text-decoration: underline !important;
}


.newsPost h2 {
	color: #192D41;
	font-size: 19px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

.newsPost h5 {
	color: #192D41;
	font-size: 11px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}

.newsPost p {
	color: #1c5f80;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
	position: relative;
	height:35px;
	width: 700px;
	color:#192D41;
	padding: 10px 0px 40px 240px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	clear: both;
}
.eqHousing {
	height: 12px;
	color: #192D41;
	font-size: 12px;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(../images/equal2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer a {
	color:#192D41;
	text-decoration: none;
}

#footer a:hover {
	color:#192D41;
	text-decoration: underline;
}

.smallNav {
font-size: 11px;
text-decoration: none;
color:#1C7FAA;
padding-top: 7px;
}

.smallNav a, .smallNav a:link, .smallNav a:visited {
color: #005E84 !important;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */