﻿html {
	background-color: #def;
}
body {
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	background-color: #def;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
/*	overflow: hidden;
*/}
.outerPop {
	padding: 2px;
	float: right;
	border: 1px solid #000;
	width: auto;
	top: -15px;
	position: relative;
	background-color: #FFF;
}

.bkgBlueBlend {
	background-color: #D7D7FF;
	background-image: url(../New%20Page/blend.png);
	background-repeat: repeat-x;
}

.displayInline {
	display: inline;
}

#tagline{
	float:right;
	font-weight:700;
	margin: 0px;
	vertical-align: middle;
}

#container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	right: 0px;
	height: inherit;
	min-height: 1200px;
	position: relative;
	max-width: 1200px;
	padding: 0px;
}

#left_col {
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	top: auto;
	right: auto;
	position: relative;
	height: auto;
	display: table;
}
#outerContent {
	margin-left: 162px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-height: 1200px;
	position: absolute;
	padding: 0px;
	width: auto;
	clear: both;
}
.linkStyle {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

#innerContent {
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-left: 2%;
}
.entryBannerAd {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #838383;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */
	;
	margin-bottom: 0px;
}


#logo{
	float:left;
}
.imageSpanRight {
	margin-left: 4%;
	float: right;
	text-align: center;
	font-size: small;
	font-style: italic;
	line-height: 150%;
	font-weight: bold;
	padding-left: 20px;
	vertical-align: middle;
}

.entry {
	bottom: 0px;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	top: 0px;
	overflow: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
}
.entryText {
	bottom: 0px;
	clear: both;
	position: relative;
	padding-top: 8px;
	padding-right: 4%;
	padding-bottom: 8px;
	padding-left: 4%;
	top: 0px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 140%;
	text-align: justify;
	width: auto;
}

.entryTitle {
	clear: both;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	height: auto;
	break-after: avoid;
	text-align: center;
	border: 0px solid #838383;
	margin: 0px;
	min-height: 48px;
	position: relative;
	vertical-align: middle;
}
.entryTitle h1 {
	display: inline;
	text-shadow: -1px 1px #000000;
	font-size: x-large;
	margin-top: 20px;
	}
.entryMap {
	clear: both;
	overflow: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*	padding-top: 10px;
*/	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	line-height: 140%;
	position: relative;
	height: auto;
	width: auto;
}
.entryFooter {
	clear: both;
	overflow: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.halfEntryLeftContainer {
	float: left;
	width: 48%;
	margin: 0px;
	padding: 0px;
}
.floatLeft50Container {
	float: left;
	width: 50%;
}
.floatRight50Container {
	float: right;
	width: 50%;
}
.halfEntryLeft {
	bottom: 0px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.halfEntryRightContainer {
	width: 48%;
	float: right;
	margin: 0px;
	padding: 0px;
}
.halfEntryRight {
	bottom: 0px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

h1 {
	font-size: x-large;
}
h2 {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	break-before: avoid;
	display: inline;
	font-size: medium;
}
.anchorText {
	font-weight: normal;
}

h3 {
	display: inline;
}

a {
	font-weight: bold;
}
a:hover, a:focus {
	color: #F00;
	text-decoration: underline;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textLarger150 {
	font-size: 150%;
}
.textLarger120 {
	font-size: 120%;
}
.floatClear {
	clear: both;
}
.textJustified {
	font-size: medium;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
}
.textCentered {
	text-align: center;
}
.textBlue {
	color: #00F;
}
.textBlueGrey {
	color: #1a85bc;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50%;
	margin-left: auto;
}
.textForFooter {
	font-size: small;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bkgLightGreen {
	background-color: #cffffa;
}
.bkgAdYellow {
	background-color: #fffacd;
}

.h2Inline {
	display: inline;
	font-size: medium;
}

.bkgLightGreenBlend {
	background-color: #CEFFED;
	background-image: url(../New%20Page/blend3.gif);
	background-repeat: repeat-x;
}

.borderRED {
	border: 2px solid #F00;
}
.borderDarkGray {
	border: 1px solid #838383;
}
.borderDarkGrayNoTop {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #838383;
	border-right-color: #838383;
	border-bottom-color: #838383;
	border-left-color: #838383;
}

.borderDarkGray2 {
	border: 2px solid #838383;
}

.bkgLightBlue {
	background-color: #ddeeff;
}
.bkgMediumYellow {
	background-color: #fffacd;
}
.bkgTurquoise {
	background-color: #77ddff;
}

.bkgLightYellow {
	background-color: #fffdea;
}
.bkgBlendMedYellow {
	background-image: url(../New%20Page/blend2.gif);
	background-repeat: repeat-x;
	background-color: #fffacd;
}

.bkgNew {
	background-color: #B5E1CE;
}
.bkgWhite {
	background-color: #F4F4F4;
}
.bkgDark {
	background-color: #317C93;
}
.bkgNotPink {
	background-color: #DEB8BF;
}
.shadowGray {
	/* Border collapse must be off for this to work in IE */
	/* All 3 pixel values must be the same to get the same reult in all browsers */
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#808080')"; /* For IE 5.5 - 7 */;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lineSpacingHalf {
	line-height: .5em;
}
