body,html {
  margin:0;
  padding:0;
  height:100%;
  color:#000000;
  background:#FFFFFF;
}

#columnContainer{
   width: 100%;
   margin: 0 auto;
}
#wrapright{
   float: left;
   width: 100%;
   background-color: #ffffff;
   /*background-color: #89B0CC;*/
}
#rightColumn {
  margin-left: 173px;
  /*border-left: 2px solid #89B0CC;*/
   background-color: #ffffff;
}
#leftColumn{
   float: left;
   width: 175px;
   margin-left: -100%;
   background-color: #ffffff;
}

#header{
	height: 115px;
  width: 100%;
  border-bottom-style: groove;
  border-color: #7088F4;
  background: rgba(134,174,204,1);
  background: -moz-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,174,204,1)), color-stop(100%, rgba(212,228,239,1)));
  background: -webkit-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -o-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef', GradientType=1 );}
/*   background-color: #448ec8;*/

  #headertext{
	font-family:"Script MT Bold";
  font-size: 40px;
  font-weight:bold;
  color: #1F5DAA;
  text-align: center;
	padding: 12px 0px 0px 0px;
}

#footer {
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  height: 30px;
  border-top-style: ridge;
  border-bottom-style: groove;
  border-color: #7088F4;
  background: rgba(134,174,204,1);
  background: -moz-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,174,204,1)), color-stop(100%, rgba(212,228,239,1)));
  background: -webkit-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -o-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef', GradientType=1 );
}

#footer2 {
  position: sticky;
  bottom: 0;
  float: left;
  width: 100%;
  height: 30px;
  border-top-style: ridge;
  border-bottom-style: groove;
  border-color: #7088F4;
  background: rgba(134,174,204,1);
  background: -moz-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(134,174,204,1)), color-stop(100%, rgba(212,228,239,1)));
  background: -webkit-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -o-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  background: linear-gradient(45deg, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef', GradientType=1 );
}

#footerleft{
	font-family: verdana, arial, sans-serif; 
  font-size: 10px;
  color: #265ce8;
  float: left;
	padding: 8px 0px 0px 8px;
}
#footerright{
	font-family: verdana, arial, sans-serif; 
  font-size: 10px;
  color:#000000;
  float: right;
	padding: 8px 8px 0px 0px;
}

.title {
	font-family: verdana, arial, sans-serif; 
  font-size: 12px;
  font-weight:bold;
	padding: 5px 8px 5px 8px;
}
.content {
	font-family: verdana, arial, sans-serif; 
  font-size: 12px;
	padding: 5px 8px 5px 8px;
}

.Initcap	{ 
  font-family: arial, verdana, helvetica, sans serif;
	font-size: 12pt;
	line-height: 16px;}

/* Left menu navigation */
/* padding - top, right, bottom, left */
#leftmenu{
	padding: 8px 8px 10px 8px;
 	line-height: 20px;
}
.lefthelp {
	padding: 0px 10px 10px 10px;
  font-family: arial, verdana, helvetica, sans serif;
  font-size: 9pt;
  font-style:italic;
  color: #003366; }
.leftmenu {
	padding: 8px 8px 10px 8px;
  font-family: arial, verdana, helvetica, sans serif;
  font-size: 9pt;
  font-weight: bold;
  color: #003366; } 
a.leftmenu {
	padding: 8px 8px 10px 8px;
  font-family: arial, verdana, helvetica, sans serif;
  font-size: 9pt;
  color:#000000;
 	line-height: 16px;
  text-decoration: none;
  font-weight: bold;} 
a.leftmenu:active  {color: #003366;}
a.leftmenu:visited {color: #003366;}
a.leftmenu:hover   {color: #3463A0; text-decoration: underline;}

a.menuselected { 
  font-family: arial, verdana, helvetica, sans serif;
  font-size: 9pt;
  color: #3463A0; 
 	line-height: 16px;
  text-decoration: none;
  font-weight: bold;} 
a.menuselected:active  {color: #3463A0;}
a.menuselected:visited {color: #3463A0;}
a.menuselected:hover   {color: #3463A0; text-decoration: underline;}

a.namelink {
  font-family: arial, verdana, helvetica, sans serif;
  font-size: 9pt;
  color:#3463A0;
  text-decoration: none;
  } 
a.namelink:active  {color: #003366;}
a.namelink:visited {color: #003366;}
a.namelink:hover   {color: #3463A0; text-decoration: none;}

/* FORM elements */
.formlabel {
	font-family: verdana, arial, sans-serif; 
  color: #3463A0; 
  font-size: 9pt;
 	line-height: 16px;}
.formbold {
	font-family: verdana, arial, sans-serif; 
  color: #3463A0; 
  font-weight: bold;
  font-size: 9pt; 
 	line-height: 16px;}
.forminput {
	font-family: verdana, arial, sans-serif; 
  COLOR: #000000;
  font-size: 9pt;
 	line-height: 16px;}
.formhelp {
	font-family: verdana, arial, sans-serif; 
  color: #3463A0; 
  font-style:italic;
  font-size: 9pt;
 	line-height: 16px;}
.formerror {
	font-family: verdana, arial, sans-serif; 
  font-size: 9pt;
  line-height: 14px;
  color: Red;
  font-size: 9pt;
 	line-height: 16px;}
a.formmenu {
	font-family: verdana, arial, sans-serif; 
  font-size: 9pt;
  color: #3463A0; 
 	line-height: 16px;
  text-decoration: none;} 
a.formmenu:active  {color: #003366;}
a.formmenu:visited {color: #003366;}
a.formmenu:hover   {color: #3463A0; text-decoration: underline;}

.tab {
  position: relative;
  left: 10em;
 }

.button {
    padding: 5px 10px;
    position: relative;  /* This is required */
    display: inline;
    border: 1px;
    background: #448ec8;
    z-index: 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(css/PIE_Files/PIE.htc);
    }
.button:hover {
    background-position: 0 -48px;
    behavior: url(css/PIE_Files/PIE.htc);
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.orange { background-color: #eda05b; }
.button.blue { background-color: #448ec8; }

UL		 
    { font-family: arial, verdana, helvetica, sans serif;
	  	font-size: 10pt;
	  	line-height: 16px;}
	  
/* Grid formatting */
.GridHeader {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  color: White;
  background-color: #1F5DAA;}
.GridHeader a {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 9pt; 
  color: White;
  background-color: #1F5DAA;}
.GridItem1 { 
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 9pt; 
   color: Black;
   background-color: #ffffff }
.GridItem2 { 
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 9pt; 
   color: Black;
   background-color: #99CCFF }
.GridSelected { 
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 9pt; 
   font-weight: normal; 
   color: white; 
  background-color: #1F5DAA;}
.DataGridPager {              
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size: 8pt; 
   color: #336666; 
   font-weight: bold; 
   text-decoration: none }
.GridPadding { 
   height: 14pt; 
   background-color: #f1f1f1 }
.HideButton {
  Display : none} 

.ArticleHeader {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 12pt; 
  font-weight: bold;
  color: #1886FF;
  line-height: 16px;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;}

a.ArticleHeaderLink {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 12pt; 
  font-weight: bold;
  color: #1886FF;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;}

a.ArticleHeaderLink:active  {color: #1886FF;}
a.ArticleHeaderLink:visited {color: #1886FF;}
a.ArticleHeaderLink:hover   {color: #1886FF; text-decoration: none;}

.ArticleBody {
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  font-size: 8pt; 
  line-height: 12pt;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 0px;
  margin-top: 0;
  color: #240055;}

.ArticleBodyLink {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 6pt;
  margin-bottom: 15px;}

.ArticleByline {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  line-height: 14pt;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-top: 4px;
  color: #240055;}

.pageheadred
{
	 COLOR: #C80030;
    FONT-FAMILY: arial, Verdana, helvetica;
    FONT-SIZE: 14px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 16px
}
.pageheadblack
{	
	COLOR: #000000;
    FONT-FAMILY: arial, Verdana, helvetica;
    FONT-SIZE: 14pt;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 16pt
}
.bodybold
{
    FONT-FAMILY: arial, Verdana, helvetica;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 14px
}
.bodytext
{
    FONT-FAMILY: arial, Verdana, helvetica;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    LINE-HEIGHT: 14px
}
.redbodyheader
{
    FONT-FAMILY: arial, verdana, helvetica;
    COLOR: #C80030;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    VERTICAL-ALIGN: middle;
    LINE-HEIGHT: 14px
}

