/*id tags*/

#topnav{
	height:30px;
  background-color: #f2d2a7;
  border-left: 0px solid #ff69b4;
	background-image: url(../images/bg_menu.gif);
	text-align:center;
	vertical-align:bottom;
	padding-top:5px;
}

#topnav a{
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica;
  color:#7b6b39;
  /*background-image: url(../images/topnav_a_back.gif);
  background-position: left;
  background-repeat: no-repeat;*/
  text-decoration:none;
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 0px;
	border:0px solid #00cc00;
}

* html #topnav a{/*for IE only*/
  padding: 5px 5px; !important; /*IE 6.x */
  padding /**/:5px 5px; /*IE 5.5 */
	color:#7b6b39;
}

#topnav a{/*Other browsers*/
  padding: 5px 5px;
  /*line-height: 29px;*/
	color:#7b6b39;
}

#topnav a:visited{
  color:#7b6b39;
  text-decoration:none;
}

#topnav a:active, #topnav a:hover{
  color:#a19570;
  text-decoration:none;
}

#container{
  width: 766px;
  padding: 0px;
  text-align: left;
  background-color: transparent;
  margin: 0px auto;
	border: 1px solid #d2691e;
}

#content{
  float:left;
  color: #CC9966;
  background-color: #ffffff;
  padding: 0px;
	margin:0px;
	border:0px solid #00cc00;
}

* html #content{
	width: 613px; !important; /*IE 6.x */
}

#content{/*Other Browsers*/
	width: 613px;
}

#level2{
	background-color: #E77817;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 15px;
	white-space: normal;
	display: block;
}

* html #level2{
	width: 613px; !important; /*IE 6.x */
}

#level2{/*Other Browsers*/
	width: 613px;
}

#level2 a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
  font-family: Tahoma, Arial, Helvetica;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 14px;
	white-space: normal;
	float: left;
  font-weight: bold;
  font-variant: small-caps;
	margin-top: 3px;
	margin-bottom: 5px;
	
}
	
#level2 a:visited{
	color:#FFFFFF; 
}

#level2 a:active, #level2 a:hover, #level2 a.nolink{
	text-decoration:none;
	font-weight:bold;
	color:#CCCCCC;
}

#level3{
	background-color: #FBE8D7;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
    border-top: 1px solid #9C997C;
    border-bottom: 1px solid #9C997C;
	
}

* html #level3{
	width: 613px; !important; /*IE 6.x */
}

#level3{/*Other Browsers*/
	width: 613px;
}


#level3 a{
	background-image: none;
	font-size: 11px;
	color:#E77817;
	font-weight: bold;
    font-family: Tahoma, Arial, Helvetica;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 12px;
	line-height: 11px;
	margin-bottom: 4px;
	float: left;
	display: block;
}
	
#level3 a:visited{
	color:#E77817;
}

#level3 a:active, #level3 a:hover {
	color:#7E8A96;
	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{
	clear:both;
  margin: 0px;
  padding-bottom: 0px;
  background-image: url(../images/bg_footer.gif);
  background-position: left top;
  width: 766px;
  height: 60px;
  background-color: #FFFFFF;
	vertical-align:bottom;
	font-size: 10px;
	color:#ffffff;
}

#footer a{
	color:#ffffff;
	font-weight: normal;
	border:0px solid #cc0000;
	padding:2px;
}

.copyright {
  font-size: 10px;
  color: #ffffff;
  margin-top: 8px;
}

#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(/images/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;
  padding: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:10px 0px 15px;
  background-color: #4069df;
	/*background-image: url(../images/qualifier_bg.gif);*/
  background-position: left;
}

a{
  color: #333333;
}

a:visited{
  color: #666666;
}

a:hover, a:active {
  color: #999999;
}

a img, a img.img_left_text, a img.img_right_text, a img.img{
  border: 1px solid #244B5A;
}

a img{
  text-decoration:none;
}

a img.sidebar{
  text-decoration:none;
	border: 0px solid #244B5A;
}

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: #E77817;
  font-family: Tahoma, Arial, Helvetica;
  padding-top: 3px;
  padding-bottom: 1px;
  margin-right: auto;
  margin-left: 0px;
}

h1{
  font-size: 20px;
  font-weight: bold;
  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:Tahoma, Arial, Helvetica;
  font-size: 11px;
  color: #666666;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 2px 2px 1px;
  font-weight: bold;
  border: 2px solid #E77817;
  background-color: #FAD0AB;
  cursor: hand;
}

input, textarea {
  font-family:Tahoma, Arial, Helvetica;
  font-size: 10px;
  padding: 2px;
  line-height: 10px;
  font-style:normal;
}

select{
  font-family:Tahoma, Arial, Helvetica;
  font-size: 10px;
  padding:1px;
}

textarea{
  font-family:Tahoma, Arial, Helvetica;
  font-size: 11px;
  border: 1px solid #9C997C;
  margin: 3px auto;
  background-color: #FFFFFF;
}

/*Form & Table Elements*/

.textbox, .tables td select.textbox{
  border: 2px solid #9C997C;
  margin: 0px;
  padding: 2px;
  background-color: #cc0000;
  font-size: 11px;
  font-family:Tahoma, Arial, Helvetica;
}

.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-position: top;
  background-repeat: repeat-x;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #E77817;
  background-color: #E77817;
}

.box_container h1, .box_container h2{
  FONT-SIZE: 17px;
  color: #FFFFFF;
  padding: 6px 0px 5px 5px;
  font-weight: bold;
  font-family:Tahoma, Arial, Helvetica;
  margin: 0px;
}

.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: #E77817;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #E77817;
  color: #000000;
  font-weight: normal;
  vertical-align: top;
}

.tables td p, .tables td table tr td p {
  font-family:Tahoma, Arial, Helvetica;
  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:#E0C5AE;
}


.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:Tahoma, Arial, Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.tables_label td, td.tables_label, .tables td.nopadding table tr.tables_label td {
  font-family: Tahoma, Arial, Helvetica;
  font-size: 13px;
  color: #E77817;
  background-color: #FBE8D7;
  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:Tahoma, Arial, Helvetica;
  font-size: 11px;
  color: #666633;;
  /*background-color: #FFFFFF;*/
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
}

.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:Tahoma, Arial, Helvetica;
  font-size: 11px;
  background-color: #E0C5AE;
  padding-bottom: 8px;
  padding-top: 7px;
}

.tables_info{
  font-family:Tahoma, Arial, Helvetica;
  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;

}

