@charset "utf-8";

* html .ieOnlyHeight {
	height: 700px;
}
a:link,a:active,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #215AA9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.bodyLink:link,a.bodyLink:visited,a.bodyLink:active {
	color: #01612D;
	
	text-decoration: none;
}
a.bodyLink:hover {
	color: #01612D;
	
	text-decoration: underline;
}
a.boldLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #493708;
	text-decoration: none;
	font-size: 13px;
}
a.boldLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
	font-size: 13px;
}
a.footerLink:link,a.footerLink:visited,a.footerLink:active {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
a.footerLink:hover {
	font-size: 12px;
	color: #006;
	text-decoration: underline;
}
a.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

a.navLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #999999;
}
a.normal3:link,a.normal3:active,a.normal3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #215AA9;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .5px;
}

a.normal3:hover {
	color: #215AA9;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: .5px;
}
.alert {
	font-weight: bold;
	color: #900;
}
#articleHeadline {
	float: left;
	width: 600px;
}
#articleSocMarks {
	float: right;
	width: 144px;
}
#articleText {
	float: left;
	width: 744px;
	min-height:200px
}


.background_dark {
	background-color: #CAE9FF;
}
.background_lite {
	background-color: #E8F5FF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	background-color: #215AA9;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}
.bottomHeading {
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bottomHeading a:link, .bottomHeading a:active, .bottomHeading a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	text-decoration: none;
}
.bottomHeading a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	text-decoration: underline;
}
#bottomLeft {
	float: left;
	width: 380px;
	padding-right: 10px;
	padding-left: 20px;
}
#bottomLeftText {
	float: left;
	width: 380px;
}

.bottomList {
	float: left;
	width: 150px;
	margin-right: 20px;
}

#bottomRight {
	float: left;
	width: 330px;
	padding-right: 20px;
	padding-left: 20px;
}
#bottomSeparator {
	float: left;
	width: 1px;
	height: 207px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7BD0AD;
	margin-right: 2px;
}
#contactAddress {
	float: left;
	width: 300px;
}
#contactImage {
	float: right;
	width: 230px;
}
#copyright {
	float: left;
	height: 20px;
	width: 800px;
	margin-top: 10px;
}
#fbIcon {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #215AA9;
	vertical-align: middle;
}
#featuredHeading {
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	clear: both;
	float: none;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.featuredImage {
	float: left;
	width: 180px;
}
#featuredMoreLink{
	float: right;
	padding-right: 20px;
	margin-top: 10px;
}
#featuredMoreLink a:link, #featuredMoreLink a:active, #featuredMoreLink a:visited {
	color: #01612D;
	letter-spacing: 0.5pt;
	text-decoration: none;
}
#featuredMoreLink a:hover {
	color: #01612D;
	letter-spacing: 0.5pt;
	text-decoration: underline;
}

.featuredTitle {
	text-align: center;
	width: 180px;
	margin-bottom: 5px;
	font-weight: bold;
}
.featuredUnit {
	float: left;
	width: 180px;
	padding-right: 8px;
	padding-left: 8px;
}


#footer {
	width: 800px;
	padding-bottom: 10px;
	background-color: #FFF;
	padding-top: 20px;
	float: left;
}
#footerNav {
	float: left;
	width: 800px;
	background-color: #FFF;
}
.footerNavItem {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.footerNavItem a{
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

.footerNavItem a:hover{
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
}
#footerText {
	background-color: #FFF;
	text-align: center;
	float: left;
	width: 800px;
	margin-top: 5px;
}
#friends {
	float: left;
	padding-right: 8px;
	padding-left: 28px;
	width: 784px;
}
#friendsHeading {
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 784px;
}
.friendsLink{
	float: left;
	padding-right: 20px;
	
}
#friendsLink a:link, #friendsLink a:active, #friendsLink a:visited {
	color: #01612D;
	letter-spacing: 0.5pt;
	text-decoration: none;
}
#friendsLink a:hover {
	color: #01612D;
	letter-spacing: 0.5pt;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	color: #215AA9;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	color: #01612D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#header {
	float: left;
	width: 800px;
	background-color: #666;
}
#headerFlash {
	float: left;
	width: 800px;
	background-color: #666;
	height: 164px;
}
.headlineBold {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
.helpText {
	font-style: italic;
	color: #0060A8;
}
.homeBox {
	background-image: url(images/homeBoxTop.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 257px;
	width: 784px;
	margin-top: 30px;
	padding-right: 8px;
	padding-left: 8px;
	background-position: 8px;
}

#homeMiddle {
	float: left;
	width: 784px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-top: 20px;
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: .2pt;	
}
.inputText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}
li {
	font-weight: bold;
	color: #01612D;
	list-style-type: circle;
}

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #215AA9;
	
}
#mainBox {
	float: left;
	width: 784px;
	margin-top: 30px;
	padding-right: 8px;
	padding-left: 8px;
}

#mainBoxBottom {
	background-image: url(images/mainBoxBottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 784px;
}
#mainBoxMid {
	background-image: url(images/mainBoxMid.jpg);
	float: left;
	width: 744px;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#mainBoxTop {
	background-image: url(images/mainBoxTop.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 784px;
	
}

#mainContent {
	float: left;
	width: 800px;
	background-color: #FFF;
}
#mainNavArea {
	float: left;
	width: 800px;
	background-color: #CCC;
	height: 28px;
}
.midIcon {
	float: left;
	width: 32px;
	padding-right: 5px;
	padding-left: 9px;
}
.midMoreLink {
	float: right;
	padding-right: 10px;
}
.midMoreLink a:link, .midMoreLink a:active, .midMoreLink a:visited {
	color: #01612D;
	letter-spacing: 0.5pt;
	text-decoration: none;
}
.midMoreLink a:hover {
	color: #01612D;
	letter-spacing: 0.5pt;
	text-decoration: underline;
}
.midText {
	float: left;
	width: 200px;
}
.midTextUnit {
	float: left;
	width: 200px;
	padding-left: 8px;
}
.midTitle {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
.midTitle a:link, .midTitle a:active, .midTitle a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	text-decoration: none;
}
.midTitle a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #215AA9;
	text-decoration: underline;
}
.midUnit {
	float: left;
	width: 254px;
}
#newsArea {
	float: left;
	width: 330px;
	margin-bottom: 15px;
}

.newsDate {
	float: left;
	width: 50px;
	font-weight: bold;
	color: #215AA9;
	text-align: right;
}
.newsHeadline {
	float: left;
	color: #01612D;
	width: 275px;
	padding-left: 5px;
}
.newsHeadline a:link, .newsHeadline a:active, .newsHeadline a:visited {
	color: #01612D;
	text-decoration: none;
}
.newsHeadline a:hover {
	color: #01612D;
	text-decoration: underline;
}
.newsIcon {
	float: left;
	width: 10%;
	padding-top: 3px;
}
.newsUnit {
	float: left;
	width: 330px;
	margin-bottom: 5px;
}


.pageHeading {
	font-size: 24px;
	font-weight: bold;
	color: #0060A8;
	clear: right;
	float: left;
	width: 100%;
	line-height: 26px;
	margin-top: 0px;
}
.pageSubHeading {
	font-size: 14px;
	color: #0060A8;
	clear: right;
	float: left;
	margin-top: 20px;
	width: 100%;
}
.paragraphHeading {
	font-size: 20px;
	font-weight: bold;
	color: #0060A8;
}
#portListDisplay {
	float: left;
	width: 744px;
	margin-top: 20px;
}

.portListTitle {
	width: 160px;
	margin-top: 10px;
	color: #215AA9;
	height: 40px;
	font-weight: bold;
}
.portListTitle a:link, .portListTitle a:active, .portListTitle a:visited {
	color: #215AA9;
	text-decoration: none;
	font-weight: bold;
}
.portListTitle a:hover {
	color: #215AA9;
	text-decoration: underline;
	font-weight: bold;
}
.portListUnit {
	float: left;
	width: 186px;
	margin-bottom: 50px;
}
.tableContent {
	font-size: 14px;
	color: #333;
}

.tableItemHeading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #0060A8;
}
