﻿body
{
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #660066;
	background: url('images/bgBody.jpg') repeat-x top;
	height: 100%;
	text-align: center;
	font-family: Calibri;
	font-size: 16px;
	color: #006600;
}

a
{
	color: #660066;
	text-decoration: none;
}

a:hover
{
	color: #C49940;
	text-decoration: none;
}

.ie8fix
{
	z-index: 10000;
	text-align: center;
	margin: 0 auto;
}

.clerfix
{
	clear: both;
	height: 0px;
	width: 100%;
}

#progmodlbkgd
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 20001;
	cursor: wait;
}

.bgTitl /*Background for area above content spans entire screen */
{
	position: relative;
	display: block;
	color: #333333;
	height: 179px;
	width: 950px;
	background-image: url('images/bgUppr.jpg');
	background-position: top center;
	margin: 0 auto 0 auto;
}

.HeadUppr /*Overlay for top of page above Nav1*/
{
	position: relative;
	display: block;
	height: 126px;
	width: 950px;
	top: 8px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

.HeadUpprLeft /*Overlay for top of page above Nav1*/
{
	position: relative;
	display: block;
	height: 110px;
	width: auto;
	max-width: 425px;
	float: left;
	text-align: left;
	vertical-align: middle;
	padding: 8px 20px 8px 40px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.HeadUpprRght
{
	position: relative;
	display: block;
	float: right;
	text-align: right;
	vertical-align: middle;
	height: 110px;
	max-width: 425px;
	padding: 8px 40px 8px 20px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
}

.nav1ctnr /*Container Navigation bar below head images*/
{
	position: relative;
	display: block;
	overflow: visible;
	margin: 5px auto 0 auto;
	height: 45px;
	width: 950px;
	background: url('images/Nav1Bkgd.jpg') no-repeat center;
}

.nav1 /*Navigation bar below head images*/
{
    position: relative;
    display: block;
    top: 15px;
	margin: 0 auto 0 auto;
	font-family: Calibri;
    font-size: 16px;
    font-weight: normal;
    text-align:center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.nav1 a:link
{
    color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.nav1 a:visited
{
    color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.nav1 a:hover
{
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}

.nav1Sttc
{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.nav1Sepr
{
	color: #006600;
	font-family: Calibri , Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.nav2bar /*Navigation dropdown secondary pages*/
{
	padding: 8px 6px 4px 6px;
	font-family: Calibri;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.nav2bar a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.nav2bar a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.nav2bar a:hover
{
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}

.nav2barSttc
{
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.nav2barSepr
{
	color: #663922;
	font-family: Calibri , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.nav2 /*Navigation dropdown secondary pages*/
{
	padding: 5px 5px 0px 5px;
	height: 19px;
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #006600;
	background-color: transparent;
	background: url('images/MenuBar.jpg') repeat-x;
}

.nav2 a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.nav2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.nav2 a:hover
{
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}

.nav2Sttc
{
	color: #FFFFA5;
	text-decoration: none;
	font-weight: bold;
}

.nav2Sepr
{
	color: #660066;
	font-family: Calibri , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pgPblcBody
{
	position: relative;
	display: block;
	top: 0px;
	width: 980px;
	min-height: 400px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	border-width: 0px;
	padding: 0; /*     background: url('images/bg0980.png') no-repeat top;*/
	font-size: 14px;
	font-weight: normal;
}

.pgPblcCtnt
{
	display: block;
	position: relative;
	top: 0px;
	margin: 0px 15px;
	border-width: 0px;
	padding: 20px;
	width: 910px;
	height: 100%;
	min-height: 400px;
	background-color: #F7F5B3;
}

.pgPblcCtnt td /*Wrapper for phBody */
{
	padding: 0px;
}

.pgPblcLeftWide /*Wrapper for wide left inside of phBody */
{
	position: relative;
	display: block;
	width: 660px;
	left: 0px;
	top: 0px;
	min-height: 400px;
	overflow: visible;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: top;
}

.pgPblcRghtNaro /*Wrapper for narrow right inside of left wide */
{
	position: relative;
	display: block;
	width: 220px;
	right: 0px;
	top: 0px;
	min-height: 400px;
	overflow: visible;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}

.pgPblcLeftNaro /*Wrapper for wide left inside of phBody */
{
	position: relative;
	display: block;
	width: 220px;
	left: 0px;
	top: 0px;
	min-height: 400px;
	overflow: visible;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
}

.pgPblcRghtWide
{
	position: relative;
	display: block;
	width: 660px;
	right: 0px;
	top: 0px;
	min-height: 400px;
	overflow: visible;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	vertical-align: top;
}

.pgPblcLbl1
{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #660066;
	text-align: center;
}

.LtBxBlckBgnd
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10001;
	-moz-opacity: 0.8;
	opacity: .70;
	filter: alpha(opacity=70);
}

.LtBxCtnt
{
	display: none;
	position: fixed;
	top: 10%;
	width: 696px;
	left: 20%;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #006600;
	background-color: white;
	z-index: 10002;
	overflow: auto;
}

.pgPblcFoot
{
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	margin: 0 auto 0 auto;
	background-image: url('images/FootBkgd.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #003300;
}
.pgPblcFootInnr
{
	position: relative;
	display: block;
	width: 950px;
	height: 100px;
	top: 5px;
	padding-top: 7px;
	margin: 0 auto 0 auto;
	font-family: Calibri;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	color: #003300;
}

.pgPblcFootInnr a:link
{
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}

.pgPblcFootInnr a:visited
{
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}

.pgPblcFootInnr a:hover
{
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}

.CustLognText a
{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.CustLognText a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.CustLognText a:hover
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: normal;
}

.style1
{
	color: #FFCC00;
}

.SctnHdng
{
	margin: auto;
	font-family: Calibri;
	font-size: 20px;
	color: #006600;
	text-align: center;
}

.SctnHdngSub
{
	margin: auto;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #660066;
	text-align: center;
}

.SctnHdngSubBox
{
	margin: auto;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #660066;
	text-align: center;
	line-height: 25px;
	border: solid 2px #006600;
	background-color: #CC9966;
}

.CtntHdng /*Heading 1 of ucCtnt*/
{
	font-size: 20px;
	color: #006600;
	text-align: left;
}

.CtntSbhd /*Heading 2 of ucCtnt*/
{
	position: relative;
	display: block;
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #006600;
	text-align: left;
}

.CtntBody /*Text in Content ucCtnt*/
{
	position: relative;
	display: block;
	text-align: left;
	font-family: Calibri;
	font-size: 14px;
	line-height: 20px;
	color: #006600;
	margin: 0px auto;
}

.Controls1
{
	border: 2px solid #006600;
	background-color: #FFFF00;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.wtmk
{
	opacity: 0.5; /*css3 standard*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity =50)"; /*MS proprietary for IE8*/
	filter: alpha(opacity=50);
	background-color: #E2DEAF;
	color: #333333;
	font-family: Calibri;
}

.ReqdText
{
	color: #990000;
	font-weight: bold;
	font-size: 20px;
}

.WatrMark
{
	background-color: #FFFF99;
}

.Ques
{
	color: #660066;
	font-weight: bold;
}

.InfoPanl
{
	font-family: Calibri;
	font-size: 12px;
	font-weight: normal;
	padding: 15px;
	background-color: #73915f;
	color: #006600;
}

.modalPopup
{
	background-color: #73915f;
	border-width: 2px;
	border-style: outset;
	border-color: #FFFFFF;
	padding: 3px;
}

.CustTabs
{
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #7D4628;
}

.HomeM8 .ajax__tab_body
{
	font-family: Calibri;
	font-size: 10pt;
	border: 1px solid #999999;
	border-top: 0;
	padding: 8px;
	background-color: #ffffff;
}

.HomeM8 .ajax__tab_header
{
	height: 41px;
	font-family: Calibri;
	font-size: 11px;
	background: url("images/tab-line.gif") repeat-x bottom;
}
.HomeM8 .ajax__tab_outer
{
	padding-right: 4px;
	background: url("images/tab-right.gif") no-repeat right;
	height: 41px;
}
.HomeM8 .ajax__tab_inner
{
	padding-left: 3px;
	background: url("images/tab-left.gif") no-repeat;
}
.HomeM8 .ajax__tab_tab
{
	height: 41px;
	padding: 4px;
	margin: 0px;
	background: url("images/tab.gif") repeat-x;
}
.HomeM8 .ajax__tab_hover .ajax__tab_outer
{
	cursor: pointer;
	background: url("images/tab-hover-right.gif") no-repeat right;
}
.HomeM8 .ajax__tab_hover .ajax__tab_inner
{
	cursor: pointer;
	background: url("images/tab-hover-left.gif") no-repeat;
}
.HomeM8 .ajax__tab_hover .ajax__tab_tab
{
	cursor: pointer;
	background: url("images/tab-hover.gif") repeat-x;
}
.HomeM8 .ajax__tab_active .ajax__tab_outer
{
	background: url("images/tab-active-right.gif") no-repeat right;
}
.HomeM8 .ajax__tab_active .ajax__tab_inner
{
	background: url("images/tab-active-left.gif") no-repeat;
}
.HomeM8 .ajax__tab_active .ajax__tab_tab
{
	background: url("images/tab-active.gif") repeat-x;
}
.HomeM8 .ajax__tab_disabled
{
	color: #A0A0A0;
}


.pCase
{
	text-transform: capitalize;
}

.uCase
{
	text-transform: uppercase;
}

.lCase
{
	text-transform: lowercase;
}

