body {
margin: 0px;
background-color: #3F3625;
}

.headerContainer {
   width: 100%;
   height: 200px;
   background-color: #256a34;
   background-image: url("images/header_background.jpg");
   background-repeat: repeat-x;
}

.headerTable {
   width: 100%;
   border: 0px solid black;
}

.headerTdLogo {
   width: 55%;
   height: 200px;
   border: 0px solid black;
   padding-left: 15px;
}

.headerTdRight {
   width: 45%;
   border: 0px solid black;
   text-align: right;
   color: #ffffff;
   font-weight: 600;
   text-decoration: none;
   font-family: Arial, Helvetica;
   padding-right: 20px;
}

.headerTdRightDate {
   text-align: right;
   color: #ffffff;
   font-weight: 600;
   text-decoration: none;
   font-family: Arial, Helvetica;
   padding-right: 20px;
   font-size: 16pt;
}

.logoContainer {
   margin-left: 10px;
}

.lineTable {
   width: 100%;
   height: 2px;
   background-color: #171612;
}

.lineTD {
   height: 2px;
}

.navBarContainer {
   width: 100%;
   height: 60px;
   background-color: #3f3625;
   text-align: center;
   min-width: 870px;
   border-top: 5px solid #24211a;
}

.navLinkSelected {
   width: 120px;
   height: 35px;
   line-height: 35px;
   background-image: url("images/navSelected.png");
   background-repeat:no-repeat;
   text-align: center;
   margin-top: 13px;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.navLinkSelected a {
   width: 120px;
   height: 35px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}

.navLinkUnselected {
   width: 120px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   margin-top: 13px;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.navLinkUnselected a {
   width: 120px;
   height: 35px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}

.navLinkHover {
   width: 120px;
   height: 35px;
   line-height: 35px;
   background-image: url("images/navHover.png");
   background-repeat:no-repeat;
   text-align: center;
   margin-top: 13px;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.navLinkHover a {
   width: 120px;
   height: 35px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}



.titleBarContainer {
   width: 100%;
   height: 110px;
   background-color: #ffffff;
   background-image: url("images/gradient.jpg");
   text-align: left;
   min-width: 870px;
}

.barTable {
   width: 95%;
   margin: 0px;
   padding: 0px;
}

.leftBuffer {
   width: 20px;
}

.leftBar {
   width: 10px;
   height: 47px;
   background-image: url("images/barLeft.png");
   background-repeat:no-repeat;
}

.contentBar {
   height: 47px;
   background-image: url("images/barCenter.png");
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}

.rightBar {
   width: 18px;
   height: 47px;
   background-image: url("images/barRight.png");
   background-repeat:no-repeat;
}


.leftBufferEmpty {
   width: 20px;
}

.leftBarEmpty {
   width: 10px;
   height: 47px;
}

.contentBarEmpty {
   height: 47px;
   color: #000000;
   font-weight: 200;
   text-decoration: none;
   font-family: Arial, Helvetica;
   font-size: 13pt;
   color: #181713;
}

.rightBarEmpty {
   width: 18px;
   height: 47px;
}

.navLinkSelectedLong {
   width: 160px;
   height: 35px;
   line-height: 35px;
   background-image: url("images/navSelectedLong.png");
   background-repeat:no-repeat;
   text-align: center;
   margin-top: 13px;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.navLinkSelectedLong a {
   width: 160px;
   height: 35px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}

.navLinkUnselectedLong {
   width: 160px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   margin-top: 13px;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.navLinkUnselectedLong a {
   width: 160px;
   height: 35px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}

.navLinkHoverLong {
   width: 160px;
   height: 35px;
   line-height: 35px;
   background-image: url("images/navHoverLong.png");
   background-repeat:no-repeat;
   text-align: center;
   margin-top: 13px;
   margin-left: 10px;
   margin-right: 10px;
   position: relative;
   display: inline-block;
}

.navLinkHoverLong a {
   width: 160px;
   height: 35px;
   position: absolute;
   top: 0px;
   left: 0px;
   color: #ffffff;
   font-weight: 700;
   text-decoration: none;
   font-family: Arial, Helvetica;
}

.footerText {
   text-decoration: none;
   font-family: Arial, Helvetica;
   color: #6B6053;
   font-size: 12pt;
   font-weight: 600;
   text-align: center;
}

.contact_name {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 12pt;
   font-weight: 600;
   text-align: center;
}

.contact_title {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 11pt;
   text-align: center;
}

.contact_organization {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 11pt;
   text-align: center;
}

.contact_email a {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 11pt;
   text-align: center;
}

.contact_email a:hover {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 11pt;
   text-align: center;
}

.contact_phone {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 11pt;
   text-align: left;
}

.faq_question_list {
   padding-bottom: 20px;
   padding-top: 6px;
   border-bottom: 2px solid black;
}

.faq_question_list a {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 14pt;
   font-weight: 600;
   text-decoration: none;
   text-align: left;
}

.faq_question_list a:hover {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 14pt;
   font-weight: 600;
   text-decoration: underline;
   text-align: left;
}

.faq_question {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 14pt;
   font-weight: 600;
   text-align: left;
   padding-top: 20px;
}

.faq_answer {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 13pt;
   text-align: left;
}

.faq_answer a {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 13pt;
   text-align: left;
}

.sponsor_name {
   vertical-align: middle;
   padding-top: 20px;
   text-align: center;
}

.sponsor_name a {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 13pt;
   text-align: left;      
   font-weight: 600;
   text-decoration: none;
}

.sponsor_name a:hover {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 13pt;
   text-align: left;
   text-decoration: none;
   font-weight: 600;
}

.sponsor_description {
   font-family: Arial, Helvetica;
   color: #000000;
   font-size: 12pt;
   text-align: left;
   text-decoration: none;
   padding-top: 20px;
   vertical-align: top;
}

.character_name_home {

   font-size: 36pt;
   font-weight: 600;

}

.character_description_home {

   font-size: 14pt;
   font-style: italic; 

}


.character_key_home {

   font-size: 12pt;
   font-style: none;
   padding-bottom: 17px;
   padding-top: 4px;

}


