/*id tags*/

#top{
  margin: 0px auto;
  padding: 0px;
  top: 20px;
  background-color: #FFFDEC;
  background-image: url(/pics/top_back.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

* html #top{/*for IE only*/
  width: 778px; !important; /*IE 6.x */
  width /**/:778px; /*IE 5.5 */
  height: 97px; !important; /*IE 6.x */
  height /**/:97px; /*IE 5.5 */
}

#top{/*other browsers*/
  width: 778px;
  height:97px;
}

#topnav{
  margin: 0px;
  padding: 0px;
  background-repeat: repeat;
  width: 778px;
  background-image: url(../pics/topnav.gif);
  background-color: #993300;
  border-top-color:#9C997C;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color:#9C997C;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  }

#topnav a{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  text-decoration:none;
  font-weight: bold;
  background-image:none;
}

* html #topnav a{/*for IE only*/
  line-height: 28px; !important; /*IE 6.x */
  line-height; /**/:29px; /*IE 5.5 */
  padding: 8px 12px; !important; /*IE 6.x */
  padding /**/:9px 12px; /*IE 5.5 */
}

#topnav a{/*Other browsers*/
  padding: 7px 12px;
  line-height: 29px;
}

#topnav a:visited{
  color:#666666;
  text-decoration:none;
}

#topnav a:active, #topnav a:hover{
  color:#FFFFFF;
  text-decoration:none;
  background-image: url(../pics/topnav_a_hover.gif);
  background-repeat: repeat-x;
}
#container{
  width: 778px;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF;
  margin: 0px auto;
  background-image: url(/pics/content_back.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
}

#subcontainer{
  float:left;
  width: 606px;
  margin: 0px 0px 0px 0px;
}

#content{
  float:right;
  width: 435px;
  color: #CC9966;
  background-color: #FFFFFF;
  padding: 10px 0px 10px 0px;
}

#leftnav{
  float: left;
  margin-right: 9px;
  padding-top: 2px;
  background-image: url(../pics/leftnav_back.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
* html #leftnav{/*for IE only*/
  width: 160px; !important; /*IE 6.x */
  width /**/:160px; /*IE 5.5 */
}
#leftnav{/*other browsers*/
  width: 160px;

}

#rightnav {
  margin: 0px 0px 0px 0px;
  float: right;
  padding: 2px 0px 2px 1px;
  margin-left: 5px;
  background-image: url(../pics/rightnav_back.gif);
  background-repeat: no-repeat;
  background-position: top left;

}
* html #rightnav{/*for IE only*/
  width: 159px; !important; /*IE 6.x */
  width /**/:160px; /*IE 5.5 */
}
#rightnav{/*other browsers*/
  width: 159px;
}

#leftnav ul li, #rightnav ul li{
  font-size: 10px;
}

#leftnav h2{
  padding: 0px 5px 10px 15px;
  margin: 14px 1px 8px 0px;
  color:#FFFFFF;
  background-image: url(../pics/rightnav_h2_back.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  background-color: #CCC8A5;
  background-position: top left;
  border-bottom-color: #9C997C;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

#rightnav h2{
  padding: 0px 5px 10px 15px;
  margin: 14px 0px 8px 0px;
  color:#FFFFFF;
  background-image: url(../pics/rightnav_h2_back.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  background-color: #CCC8A5;
  background-position: top left;
  border-bottom-color: #9C997C;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#leftnav h3, #rightnav h3{
  padding: 3px 5px 5px 15px;
  color:#FFFFFF;
  background-color: #BFC0A1;
  font-size: 11px;
  font-weight: bold;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9C997C;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9C997C;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #9C997C;
  }

#leftnav h4, #rightnav h4{
  padding: 2px 5px 2px 5px;
  color:#666666;
  font-size: 11px;
  font-weight: bold;
}

#leftnav p, #rightnav p{
  font-size: 10px;
  padding: 0px 5px 5px 5px;
  color:#333333;
  background-image: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 12px;
}

#rightnav a{
  color:#990000;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 2px;
}

#leftnav a{
  color:#990000;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  padding-top: 2px;
}

#rightnav_global a {
  color:#990000;
  text-decoration: none;
  font-size: 11px;
  display: block;
  text-align: left;
  padding-right: 0px;
  margin:0px 0px 0px 5px;
  padding-left: 9px;
  padding-top: 2px;
  padding-bottom: 3px;
  background-image:url(../pics/lr_nav_bullet.gif);
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  width:auto;
}


#leftnav a:visited{
  color:#990000;
}

#leftnav a:active, #leftnav a:hover{
  color:#E61515;
  text-decoration: underline;
}

#rightnav a:visited{
  color:#990000;
}

#rightnav a:active, #rightnav a:hover{
  color:#E61515;
  text-decoration: underline;
}

#leftnav a.nolink, #rightnav a.nolink{
  text-decoration:none;
  color:#474747;
  font-weight:bold;
}

#leftnav a.nolink:hover, #rightnav a.nolink:hover{
  color:#E61515;
  text-decoration:none;
}
#leftnav_global{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-image: none;
}

#leftnav_global a{
  color:#990000;
  text-decoration: none;
  font-size: 11px;
  display: block;
  text-align: left;
  padding-right: 0px;
  margin:0px 0px 0px 5px;
  padding-left: 9px;
  padding-top: 2px;
  padding-bottom: 3px;
  background-image:url(../pics/lr_nav_bullet.gif);
  background-position: left;
  background-repeat: no-repeat;
  width:auto;
}

#leftnav_global a:visited{
  color:#990000;
}

#leftnav_global a:active, #leftnav_global a:hover{
  color:#E61515;
  text-decoration: underline;
}

#leftnav div table, #rightnav div table{
  padding: 0px;
  margin: 0px;
  width:70px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

#leftnav table,#rightnav table {
  padding: 0px;
  margin: 0px;
  width:100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border-bottom: none;
  background-color: #EBE8C6;
}

.level2{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background-image: none;
}

.level2 a{
  color:#990000;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
  padding-right: 0px;
  margin:0px 5px;
  padding-left: 9px;
  padding-bottom: 0px;
  background-image:url(../pics/lr_nav_bullet.gif);
  background-position: left;
  background-repeat: no-repeat;
  display: block;
  width:auto;
  border: none;
}

.level2 a:visited{
  color:#990000;
}

.level2 a:active, #level2 a:hover{
  color:#E61515;
  text-decoration: underline;
}

.level3{
  margin: 0px 10px 0px 10px;
  padding: 0px;
  background-image: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9C997C;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #9C997C;
}

.level3 a{
  color:#990000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: left;
  padding-right: 0px;
  margin:0px 5px;
  padding-left: 9px;
  background-image: none;
  border: none;
  padding-bottom: 0px;
  display: block;
  width:auto;

}

.level3 a:visited{
  color:#990000;
}

.level3 a:active, #level3 a:hover{
  color:#E61515;
  text-decoration: underline;
}

#totoplink{
  float: left;
  margin: 0px;
  width: 360px;
  padding: 0px;
  margin: 0px;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ADAEAD;
}

#footer{
  margin: 0px;
  padding-bottom: 5px;
  margin-top: 2px;
  background-image: url(/pics/footer_back.gif);
  background-repeat: no-repeat;
  background-position: left top;
  width: 778px;
  padding-top: 15px;
  background-color: #FFFFFF;
}

#legal {
  font-size: 10px;
  color: #8F8B72;
  padding-left: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;

}

#totop {
  padding-left: 12px;
  padding-right: 22px;
  background-image: url(../pics/totop.gif);
  background-repeat: no-repeat;
  background-position: left;
  float:right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;

}

/*Image stuff*/

.img_left{
  float:left;
  color: #CCCCCC;
}

.img_right{
  float:right;

}

.img_noborder, div img.img_noborder{
  border: 0px;
}

a img.img_nolink {
  border:none;
}

.img_left_text{
  float:left;
  margin-top: 3px;
  margin-right: 13px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0px;
}

.img_right_text{
  float:right;
  pading:0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
}

/*Redefine tags*/
body {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin:20px 0px 15px;
  background-color: #A36829;
}

a{
  color: #663300;
}

a:visited{
  color: #666666;
}

a:hover, a:active {
  color: #B69B0E;
}

a img, a img.img_left_text, a img.img_right_text, a img.img{
  border: 1px solid #244B5A;
}

a img{
  text-decoration:none;
}

p, li, ul,ol {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color:#333333;
}

p{
  margin-top: 2px;
  margin-bottom: 9px;
}

ul, ol{
  margin-top: 2px;
  margin-bottom: 12px;
}

ul li {
  margin-left: -20px;
  line-height: 15px;
  padding: 0px;
  margin-bottom: 3px;
}

ol li {
  margin-left: -10px;
  line-height: 10pt;
  padding: 0px;
  margin-bottom: 3px;
}

ul li ul, ol li ol{
  margin-bottom: 5px;
}

ul li ul li, ol li ol li{
  margin-left: -30px;
  line-height: 13px;
}

h1,h2,h3,h4,h5,h6 {
  MARGIN-TOP: 5px;
  MARGIN-BOTTOM: 2px;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-right: auto;
  margin-left: 0px;
  background-image: url(/pics/dot_gld_lt.gif);
  background-repeat: repeat;
}

h1{
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  background-image: none;
  margin-top: 0px;
}

h2{
  FONT-SIZE: 16px;
  margin-top: 0px;
  padding-top: 0px;
}

h3{
  FONT-SIZE: 15px;
}

h4{
  FONT-SIZE: 13px;
}

h5{
  font-size: 11px;
}

h6{
  FONT-SIZE: 11px;
}

form{
  margin: 0px;
  padding: 0px;
}

.formbutton{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #714800;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 2px 2px 1px;
  font-weight: bold;
  border: 2px solid #9C997C;
  background-color: #C3BB96;
  cursor: hand;
}

input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 2px;
  line-height: 10px;
  font-style:normal;
}

select{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding:1px;
}

textarea{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #9C997C;
  margin: 3px auto;
  background-color: #FFFFFF;
}

/*Form & Table Elements*/

.textbox, .tables td select.textbox{
  border: 1px solid #9C997C;
  margin: 0px;
  padding: 2px;
  background-color: #FFFFFF;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.searchbox {
  border: 1px solid #9C997C;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 1px;
  line-height: 10px;
}

.box_container{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin:0px;
  background-image: url(/pics/box_container_back.gif);
  background-position: top;
  background-repeat: repeat-x;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C4BFA9;
  background-color: #C4BFA9;
}

.box_container h1, .box_container h2 {
  font-size: 17px;
  color: #333333;
  padding: 6px 0px 5px 5px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(../pics/box_container_h2_back.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  margin: 0px;
}

h1.box_container {
  font-size: 17px;
}

h2.box_container {
  padding: 4px 0 4px;
  font-size: 13px;
}

.box_container div{
  margin: auto 1px 1px auto;
  padding: 3px;
  border-bottom: solid 1px #827C4A;
}

.tables_noheading{
  width: 100%;
  border-style: solid;
  border-width: 0px;

}

.tables{
  border-left: none 0px;
  background-color: #FFFFFF;
}

* html .tables{ /*for IE*/
  width: 100%!important; /*IE 6.x */
    width /**/:auto; /*IE 5.5 */
}

.tables{
  width: 100%;
}

.tables ul li{
  font-size: 10px;
}

.tables td, .tables_noheading td {
  font-family: verdana;
  font-size: 10px;
  padding: 8px 3px 3px 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C4BFA9;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C4BFA9;
  color: #000000;
  font-weight: normal;
  vertical-align: top;
}

.tables td p, .tables td table tr td p {
  font-family: verdana;
  font-size: 10px;
  margin: 3px auto;
  line-height: 13px;
}

.tables td.nopadding table tr.thinrow td {
  padding-bottom: 0px;
  line-height:5px;
  font-size: 5px;
}

.secondrow {
  background-color:#DDDAC7;
}


.tables td td, .tables_noheading td td {
  border-style: none;
  border-width: 0px;
  margin: 0px;

}

.tables tr.tables_sub_heading td, .tables td.tables_sub_heading {
  background-color: #AAA071;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.tables_label td, td.tables_label, .tables td.nopadding table tr.tables_label td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #8F4800;
  background-color: #DDDAC7;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
}

.tables_value td, td.tables_value, .tables td.nopadding table tr.tables_value td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666633;;
  /*background-color: #FFFFFF;*/
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
}

.leftnav_tables_label td, td.leftnav_tables_label, .leftnav_tables td.nopadding table tr.leftnav_tables td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 2px 5px 5px 35px;
  background-color: #AAA071;
  background-image: url(../pics/h2_back.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
  }

.tables_label td a, td.tables_label a{
  color:#663300;
}

.tables_label td a:visited, td.tables_label a:visited{
  color:#663300;
}
.tables_label td a:active, .tables_label td a:hover, td.tables_label a:active, td.tables_label a:active{
  color:#B69B0E;
}

td.tables_info{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #F4F3EA;
  padding-bottom: 8px;
  padding-top: 7px;
}

.tables_info{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.tables td.nopadding{ /*for nested tables inside another table*/
  padding:0px;
}

.tables td.nopadding table td.nopadding{ /*for nested tables inside another table*/
  padding:0px;
}

.tables td.nopadding table{
  margin-top:3px;
  margin-bottom: 2px;
}

.tables td.nopadding table td{ /*for nested tables inside another table*/
  padding: 5px 2px 2px 3px;
}

.tables td input, .tables td select , .tables td textarea{ /*pulls input boxes up to align with label text*/
  margin-top: -4px;
}

.td_correct{ /*for special cases where an individual td has to be brought in line with overall style*/
  border-right: 1px solid #71AC23;
  border-bottom: 1px solid #71AC23;
  background-color:#FFFFFF;
  padding:4px;
}

/*miscellaneous*/

.required{
  color:#CC0000;
}

.failure{
  color:#CC0000;
  font-weight:bold;
}

.success{
  color:#CCCCCC;
  font-weight:bold;
  padding-left: 30px;
}

/*checkboxes*/
td.checkbox input{
  line-height: 0px;
}

*html td.checkbox input{/*For IE*/
  margin: -1px; !important; /*IE 6.x */
  margin /**/:-1px; /*IE 5.5 */
}

td.checkbox input{/*Other browsers*/
  margin:0px;
}

/*Other stuff*/
.checkbox_text{
  line-height: 0px;
  padding: 0px;
  margin: 0px;
}

.td_description{
  background-color:  #D5CFB2;
  width: 165px;
}

.inputbox_description{
  background-color: #FF802B;
  width: 3%;
}

.td_input{
  background-color: #f3f3f3;
}

.td_input_result{
  background-color: #f3f3f3;
  text-align:center;
}

.td_nb_input_result{
  color: red;
  background-color: yellow;
  text-align:center;
  font-weight: bold;
}

.td_link_result{
  background-color: #ffffff;
  width: 50px;
  text-align:center;

}
.result_header{
  background-color: #D5CFB2;
  font-weight:bold;
  text-align:center;
}

.result_table{
  background-color: #000000;
  width: 100%;
  border: 0px;
}

.filler{
  background-color: #FFFFFF;

}

.result_header_link{
  text-decoration:underline;

}
