@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #E6E7E8;
	font-family: Tahoma, Arial;
	font-size: 100%;
}

h1 {
	font-family: Tahoma, Arial;
	font-size: 18pt;
	color: #4C84B3;
	font-weight: lighter;
	line-height: 22pt;
	padding: 0;
	margin: 0;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #838A95;
	font-weight: normal;
	line-height: normal;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #838A95;
	font-weight: lighter;
	font-style: italic;
}
h4 {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Tahoma, Arial;
	font-size: 12pt;
	font-weight: normal;
	line-height: 16pt;
	color: #25272B;
}

ul {
	padding-top: 6px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 15pt;
	font-family: Tahoma, Arial;
	font-size: 11pt;
	color: #25272B;
}

li {
	padding-bottom: 8px;
}

a:link {
	color: #0096D2;
	text-decoration: none;
}
a:visited {
	color: #0096D2;
	text-decoration: none;
}
a:hover {
	color: #33D9FF;
	text-decoration: none;
}
a:active {
	color: #0096D2;
	text-decoration: none;
}

.thrColAbsHdr #bkg {
	position: relative;
	width: 100%;
} 

.thrColAbsHdr #bkgTop {
	width: 100%;
	background-image: url(../images/headerbkg.png);
	background-repeat: repeat-x;
	height: 62px;
	left: 0px;
	top: 0px;
} 

.thrColAbsHdr #header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 61px;
} 

.thrColAbsHdr  #logo {
	position: absolute;
	top: 2px;
	left: 0px;
} 

.thrColAbsHdr  #topNav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 600px;
	position: absolute;
	top: 24px;
	left: 291px;
}

.thrColAbsHdr #bkgSubhead {
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #424F62;
	z-index: 1000;
} 

.thrColAbsHdr #subHeader {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1000;
} 

.thrColAbsHdr #bkgGryArea {
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #C1C5CA;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	line-height: 9px;
} 

.thrColAbsHdr #gryArea {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 1000;
} 

.thrColAbsHdr #bkgBot {
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #838A95;
	background-image: url(../images/footer-trim.gif);
	background-repeat: repeat-x;
} 

.thrColAbsHdr #footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 280px;
} 

.thrColAbsHdr #footerText {
	width: 1000px;
	position: absolute;
	left: 0px;
	top: 30px;
	font-family: Tahoma, Arial;
	font-size: 15px;
	line-height: 26px;
	color: #FFFFFF;
	height: 200px;
} 

.thrColAbsHdr #Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	width: 168px;
	position: absolute;
	top: 193px;
	right: 0px;
}

.thrColAbsHdr #footerLogo {
	position: absolute;
	top: 9px;
	right: 0px;
}

.thrColAbsHdr #bkgMain {
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	text-align: center;
} 

.thrColAbsHdr #bodyMain {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.thrColAbsHdr #mainContent {
	width: 1000px;
	margin: 0 auto;
} 

.thrColAbsHdr #mainText {
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}  

.thrColAbsHdr #mainTextFull {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
} 

.thrColAbsHdr #grayline {
	background-color: #E6E7E8;
	height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.SmlSearchText {
	color: #1E214C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 16px;
}
.SmlSearchText:link {
	color: #1E214C;
	text-decoration: none;
}
.SmlSearchText:visited {
	color: #1E214C;
	text-decoration: none;
}
.SmlSearchText:hover {
	color: #70180B;
	text-decoration: none;
}
.SmlSearchText:active {
	color: #1E214C;
	text-decoration: none;
}

.BlackText {
	color: #000000;
}

.DrkBluText {
	color: #070809;
}

.whiteOut {
	color: #FFFFFF;
	text-decoration: none;
}

.SmallText {
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626C78;
}

.MediumText {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MediumTextWht {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.MediumTitle {
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #383E45;
	padding-top: 6px;
	padding-bottom: 8px;
}

.MediumText2 {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 16pt;
	color: #25272B;
}

.ulBlueArrow {
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma, Arial;
	list-style-image: url(../images/BlueArrow.gif);
	padding-top: 4px;
}

.ulBlueArrow2 {
	line-height: 17px;
	list-style-image: url(../images/BlueArrow.gif);
	padding-top: 4px;
}

.Padding10left {
	padding-left: 10px;
}

.Padding18right {
	padding-right: 18px;
}

.utilBOT {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.utilBOT:link {
	color: #666666;
	text-decoration: none;
}
.utilBOT:visited {
	color: #666666;
	text-decoration: none;
}
.utilBOT:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.utilBOT:active {
	color: #666666;
	text-decoration: none;
}

.newsItem {
	font-family: Tahoma, Arial;
	color: #2C4A72;
	font-size: 15px;
	line-height: 25px;
	line-height: 25px;
}
.newsItem:link {
	color: #2C4A72;
	text-decoration: none;
}
.newsItem:visited {
	color: #2C4A72;
	text-decoration: none;
}
.newsItem:hover {
	color: #2C4A72;
	text-decoration: none;
}
.newsItem:active {
	color: #2C4A72;
	text-decoration: none;
}

.profileTitle {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
.profileTitle:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.profileTitle:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.profileTitle:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.profileTitle:active {
	color: #FFFFFF;
	text-decoration: none;
}

.landingText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C84B3;
	font-size: 12px;
}
.landingText:link {
	color: #666666;
	text-decoration: underline;
}
.landingText:visited {
	color: #4C84B3;
	text-decoration: none;
}
.landingText:hover {
	color: #4C84B3;
	text-decoration: none;
}
.landingText:active {
	color: #4C84B3;
	text-decoration: none;
}

.FooterTitle {
	color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 24px;
}
.FooterTitle:link {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterTitle:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterTitle:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.FooterTitle:active {
	color: #FFFFFF;
	text-decoration: none;
}

.FooterText {
	color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
}
.FooterText:link {
	color: #F0F0F0;
	text-decoration: none;
}
.FooterText:visited {
	color: #F0F0F0;
	text-decoration: none;
}
.FooterText:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.FooterText:active {
	color: #F0F0F0;
	text-decoration: none;
}

.CopyrightText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	padding-right: 10px;
}
.CopyrightText:link {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText:active {
	color: #FFFFFF;
	text-decoration: none;
}
