﻿html, body { height: 100%; min-height: 100%; }
body {
   background-image: url(/images/backgroundTile.jpg);
   background-color:#e5e5e5;
   background-repeat: repeat-x;
   margin: 0px;
   font-family: Arial;
   font-size: 13px;
   color: #4c4b4b;
}
A {
   text-decoration: none;
   color: #4c4b4b;
}
H1 {
   font-size: 16px;
   font-weight: bold;
   color: #4c4b4b;
   text-indent: 21px;
   background-repeat: no-repeat;
   height: 38px;
   margin-bottom: 0px;
}
H2 {
   font-size: 18px;
   vertical-align: top;
   font-weight: normal;
   color: #4c4b4b;
   background-repeat: no-repeat;
   height: 25px;
   margin-bottom: 0px;
   background-image: url(/images/headerLine.jpg);
   background-position:left bottom ;
 
}
ul
{
 line-height:18px;
 margin-left: 15px;

}
li {
list-style : square outside url("/images/bullet.gif");
padding-bottom: 10px;

}
P { margin-top: 0px; margin-bottom: 18px; line-height: 20px; }
.sepiaText { margin-top: 0px; margin-bottom: 18px; line-height: 18px; color:#301615; }

.shadow-left, .shadow-right {
   width: 7px;
   background-repeat: repeat-y;
}
.shadow-left { background-image: url(/images/dropShaddow-left.png); }
.shadow-right { background-image: url(/images/dropShaddow-right.png); }

/***** HEADER START *****/
.header-container {
   background-color: White;
   padding: 0px 0px 36px 0px;
   height: 137px;
   min-height: 136px;
}
/***** HEADER END *****/


/***** NAV START *****/
.nav-container, .content-container {
   background-color: White;
   /*height: 625px;
   min-height: 100%;*/
}

.nav-td {
   padding: 0px 5px 0px 5px;
   width: 250px;
}

.nav-links {
   padding: 0px 0px 0px 5px;
   /*width: 270px;*/
   
}
.nav-links-2, .nav-links {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: #4c4b4b;
}
/***** NAV END *****/


/***** CONTENT START *****/
.content-container {
}

.content-td {
   padding: 0px 20px 0px 10px;
   min-width: 630px;

}

.content-nest {
   padding: 0px 21px;
   background-color: #f4f4f4;
   border-top: solid 1px #c7c5c5;
   border-bottom: solid 1px #c7c5c5;
}
/***** CONTENT END *****/


/***** FOOTER START *****/
.footer-container {
   font-size: 9px;
   color: White;
   background-color: #d8d9da;


}

.footer-td, .footer-container {
   padding-left: 21px;
   padding-right: 21px;
   line-height: 35px;
   color: #737374;
   background-color: #d8d9da
}
/***** FOOTER END *****/