/*********************************************************
*					Defaults							 *
**********************************************************/
body
{
background-color: #1b2122;
text-align: center !important; /*needed to center container on page for ie 5*/;
padding: 0px;
margin: 0px;
}
th
{
	font-family:Arial;
	font-size:.75em;
	color:White;
}

table
{
margin: 0px;
padding: 0px;
text-align: left;
border-collapse: collapse;
width: 100%;
}
td
{
font-family: Arial, Verdana, sans-serif;
font-size: .9em;
padding: 0px;
margin: 0px;
}

a
{
    color: #6c0e1c;
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    color: #2d3437;
    text-decoration: none;
    font-weight: bold;
}

div, p, em
{
	font-size: 1em;
	font-family: facitweb, sans-serif;
	color: #2s3437;
}
ol li
{
list-style: decimal outside none;
padding: 0px 0px 12px 0px;
}
ul li
{
padding: 0px 0px 12px 6px;
}
/***************************************
*         Container Styles             *
****************************************/
table.layout
{
  width: 960px;
  height: 500px;
  padding: 0px;
  margin-left: auto; /*centers container for non-ie*/
  margin-right: auto;
  background-color: #FFFFFF;
}
/***************************************/
/*        Banner Styles                */
/***************************************/
#headerContainer
{
    width: 100%;
    height: 122px;
    min-width: 1000px;
    margin: 0 auto;
    background: url(images/headerBG.jpg) repeat-x;
}
#headerBG
{
    width: 100%;
    height: 122px;
    background: url(images/header.jpg) top center no-repeat;
}
#logoContainer
{
    position: absolute;
    margin: 0 0 0 10px;
}
#homeMainImage
{
    width: 100%;
    height: 476px;
    min-width: 1000px;
    background: url(images/mainBG.jpg) top center no-repeat;
}
#contentMainImage
{
    width: 100%;
    height: 79px;
    min-width: 1000px;
    background: url(images/contentMainBG.jpg) top center no-repeat;
}
.mainContent
{
    background: url(images/sideBtnBG.jpg) repeat-y;
    min-height: 250px;
}
td.banner
{
  vertical-align: top;
  height: 155px;
  width: 960px;
 /* background-image: url('images/logo.png'); */
  background-repeat:no-repeat;
}
table.banner
{
}
/***************************************
*         Left Column Styles           *
****************************************/
td.left /*Container*/
{
  display:none;
  vertical-align: top;
  padding-top: 15px;
  padding-left: 3px;
}
table.left /*Content*/
{
  width: 174px;
  background-color: #F2F2F5;
  border-right: 1px solid #C1C1C1;
}
td.sectiontitle
{
  background-color: #366092;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px 15px;
}
td.left a
{
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #C1C1C1;
  border-top: 1px solid #FDFDFD;
  color: #333333;
  padding: 0.4em 0pt 0.4em 0.7em;
  text-decoration: none;
}
td.left a:link, td.left a:visited
{
  font-weight: normal;
}
td.left a:hover
{
  font-weight: normal;
  background-color: #CEDBEC;
  color: #333333;
  text-decoration: none;
}
/***************************************
*         Error Message Styles         *
*     font color is hard coded red     *
****************************************/
td.error /*container*/
{

}
table.error /*content*/
{
  background-color: #FFFFFF;
}
table.error td
{
  font-weight: bold;
  font-size: .8em;
}
/***************************************/
/*        Footer Styles                */
/***************************************/
td.footer /*container*/
{
  height: 80px;/* was 40px */
  /*background-color: #6c0e1c;*/
  background: url(images/bottomBG.jpg) repeat-x #2d3437;
  padding: 8px;
  /*background-repeat: no-repeat;*/
 border-top: #222 thin solid;

}
table.footer /*content*/
{
  color: #2d3437;
  margin-top: 8px;
}
td.footer a
{
  color: #6c0e1c;
  font-weight: bold;
  text-decoration: underline;
 /* padding: 12px;*/
}
td.footer a:hover
{
  color: #2d3437;
  text-decoration: none;
  font-weight: bold;
}

/***************************************/
/*        Center Column Styles         */
/*
        (main content area)          */
/***************************************/
td.center /*container*/
{
  vertical-align: top;
  height: 575px;
  padding: 15px;
  width: 100%;
}
table.center /*content*/
{
  background-color: #FFFFFF;
}
td.pagetitle
{
  color: #5a0715; /* was #990000 */
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1.2em;
  padding: 0.5em 20px 3pt;
  font-weight: bold;
  border-bottom: 1px solid #C1C1C1;
}
td.instructions
{
  padding: 12px 3px 15px 3px;
}
h1
{
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: .9em;
  padding-top: 12px;
  color: #5a0715;
  border-bottom: 1px solid #303030;
}
/* Repeater List Styles */
.llheader
{
  font-size: 12px;
  font-weight: bold;
  background-color: #5B81BF;
  color: #FFFFFF;
  padding: 4px 0px 4px 4px;
}
.llheader a
{
  color: #FFFFFF;
  padding: 0px 0px 0px 50px;
  font-size: .9em;
  text-decoration: underline;
}
.glabel
{
  font-size: .8em;
  color: #647A90;
  padding: 0px 0px 0px 2px;
}
.gdata
{
  font-size: 0.8em;
}
.radio
{
	padding-right: 6px;
}
/* Data Grid Header/Footer/Item/Alternating Styles */
.gheader td
{
  padding: 4px 0px 4px 0px;
  text-align: center;
  background-color: #84A1CF;
  color: #F2F2F5;
  font-size: 11px;
  font-weight: bold;
}
.gfooter td
{
  font-size: 11px;
}
.gdetail td
{
  text-align: center;
  font-size: 11px;
}
.galt td
{
  text-align: center;
  background-color: #F2F2F5;
  font-size: 11px;
}
/* Form Styles */
td.label
{
  width: 20%;
  text-align: right;
  font-size: .7em;
  font-weight: bold;
  padding: 0px 6px 0px 0px;
}
td.label1
{
  width: 30%;
  font-weight: bold;
  text-align: right;
  font-size: .7em;
  padding: 9px 6px 0px 0px;
}
td.example
{
  font-size: .7em;
  text-align: left;
  color: #17365d;
  vertical-align: top;
  padding: 0px 0px 0px 6px;
}
td.textbox
{
  padding: 6px 3px 0px 0px;
}
input.textbox
{

}
td.button /*container*/
{
  padding-top: 24px;
}
input.button /*content*/
{
  width: 120px;
  background-color: #f4f4f4;
  text-align: center;
  font-weight: bold;
  font-size: 8pt !important;
  padding: 2px;
  color: #5a0715; /* was #366092 */
}
.button a, .button a:hover
{
  width: 120px;
  border: 2px solid #4B7CB5;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 8pt !important;
  padding: 2px;
  text-decoration: none;
}
select
{
width:155px;
}
legend
{
	font-family:georgia, arial, helvetica, serif;
	font-size:.9em;
	color: #5a0715; /* was #900000 */
}
fieldset
{
border: 1px solid #d5d6d7; /* was #548dd4 */
}
td.ccradio
{
  background-color: #5B81BF;
  color: #FFFFFF;
  width: 5%;
}
td.repeater table
{
  border: none;
  table-layout: auto;
}
td.rlabel
{
  text-align: left;
  font-size: .8em;
  font-weight: bold;
  padding: 3px 6px 6px 0px;
  width: 5%;
}
/* ----------------------------------------------------------------------------------------- */
td.Labelheader
{
  text-align: left;
  font-size: .8em;
  font-weight: bold;
  padding: 3px 6px 6px 0px;
  width: 5%;
}
/* ----------------------------------------------------------------------------------------- */
td.rdata
{
  text-align: left;
  padding: 3px 0px 6px 0px;
}
/* Styles Not For Printing */
@media print
{
td.banner {display: none;}
td.left   {disp?ay: none;}
td.footer {display: none;}
.button   {display: none;}
}
.hidden
{
display:none;
}