@charset "utf-8";
body {
	font: 0.938em "Times New Roman", Times, serif;
	line-height: 130%;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

.sectionText1 {
	font-size: .8em;
}

.slightlyLargerText {
	font-size: 1.2em;
}

/* ~~ Element/tag selectors ~~ */
/*ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	/*padding: 0;
	margin: 0;
}*/

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #123F55;
	text-decoration: underline; 
}
a:visited {
	color: #508694;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #508694;
	text-decoration: none;
}

.dateBlack {
	font-size: 0.733em;
	font-weight: bold;
	margin-bottom: 0px;
	/*margin-bottom: 15px;*/
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.titleBlue {
	font-size: 0.933em;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.titleBlue a:link {
	color: #123F55;
	text-decoration: none;
	font-weight: bold;
}

.titleBlue a:hover
{
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

.titleBlue a:visited {
	color: #123F55;
	text-decoration: none;
	font-weight: bold;
}

.titleBlue a:visited:hover {
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

.titleBlue a:active {
	color: #123F55;
	font-weight: bold;	
}

.titleBlueArchive {
	font-size: 0.933em;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.titleBlueArchive a:link {
	color: #123F55;
	text-decoration: none;
	font-weight: bold;
}

.titleBlueArchive a:hover
{
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

.titleBlueArchive a:visited {
	color: #123F55;
	text-decoration: none;
	font-weight: bold;
}

.titleBlueArchive a:visited:hover {
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

.titleBlueArchive a:active {
	color: #123F55;
	font-weight: bold;	
}

.oaPreview {
	font-family: Arial, Helvetica, sans-serif;
}

.oaPreview a:link {
	color: #123F55;
	text-decoration: none;
	/*font-weight: bold;*/
}

.oaPreview a:hover {
	color: #508694;
	text-decoration: none;
	/*font-weight: bold;*/
}

.oaPreview a:visited {
	color: #123F55;
	text-decoration: none;
	/*font-weight: bold;*/
}

.oaPreview a:visited:hover {
	color: #508694;
	text-decoration: none;
	/*font-weight: bold;*/
}

.oaPreview a:active {
	color: #123F55;
	/*font-weight: bold;*/
}

.HeadlinesHdr {
	font-size: 0.933em;
	color: #123F55;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	margin-top: 0px;
}

.HeadlinesHdr a:link {
	color: #123F55;
	text-decoration: none;
	font-weight: bold;
}

.HeadlinesHdr a:hover {
	text-decoration: none;
	color: #508694;
	font-weight: bold;
}

.HeadlinesHdr a:visited {
	text-decoration: none;
	color: #123F55;
	font-weight: bold;
}

.HeadlinesHdr a:visited:hover {
	color: #508694;
	text-decoration: none;
	font-weight: bold;
}

.HeadlinesHdr a:active {
	text-decoration: none;
	color: #123F55;
	font-weight: bold;
}

.headlinesReg {
	"Times New Roman", Times, serif;
	/*font-style: italic;*/
	font-style: normal;
	color: #3e4243;
	font-weight: normal;
	padding-bottom: 3px;
}

/*.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}*/

.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.centerImage {
	margin: 5 auto;
	text-align: center;
}

.extraSpace {
	margin-top: 50px;
}

#survey {
width: 300px;
	margin-bottom: 30px;
	background-color: #245d8a;
	}

.surveyContent {
	text-align: center;
}

/*.surveyContent img {
	padding-bottom: 5px;
}*/

.surveyContent p {
/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 0.95em;
	line-height: 120%;
	padding: 5px 15px 2px;
	text-align: left;
	margin-top: 0;
	color: #FFFFFF
}


.surveyButton, .surveyButton a {
background-color: #FFFFFF;
	color: #245d8a;
	border: #245d8a;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 6px;
}


#surveyAd {
	width: 250px;
	background-color: #245d8a;
}




