
body { 
  margin: 0px; 
  padding: 0px; 
  background: white; 
  font-family: Verdana,Arial,Helvetica,sans-serif; 
  font-size: 13px; 
  color: white; 
  line-height: 20px;
}
img { 
  border: 0px; 
}

h1,h2 { 
  font-family: Arial,Helvetica,sans-serif; 
}

h1 { 
  font-size: 16px; 
  color: white; 
  line-height: 20px;
}
h2 { 
  font-size: 13px; 
  color: white; 
  line-height: 20px;
}

table { 
  padding: 0px; 
  margin: 0px; 
  border-width: 0px; 
  border-collapse: collapse; 
}

td { 
  padding: 0px; 
  margin: 0px; 
  color: white; 
  vertical-align: top; 
  border-width: 0px; 
  width: auto; 
}
td.empty { 
  background-color: transparent !important; 
}
td.brighter { 
  background-color: #fecd87;
}

div.bg_top { 
  background-image: url('./images/bg_dark.gif');
  background-position: 0px -26px; 
}
div.bg_bottom { 
  background-image: url('./images/bg_dark.gif');
  background-position: -120px -137px; 
}
div.bg_bottom_left { 
  background-image: url('./images/bg_bright.gif');
  background-position: 0px -396px; 
}


div.b_div, div.b_div_wide, div.b_div_tall { 
  background-color: #fbae4c;
  height: 90px; 
  display: block; 
  border-right: 10px solid #757b80;
  border-top: 10px solid #757b80;
  padding: 10px; 
  width: 90px; 
}
div.b_div_tall { 
  height: 210px; 
}
div.b_div_wide { 
  width: 210px; 
  border-bottom: 0px solid transparent; 
}

div.n_top { 
  border-top: 0px solid transparent; 
  border-bottom: 0px solid transparent; 
  height: 100px; 
}
div.b_top { 
  border-top: 10px solid #757b80;
}

div.bright { background-color: #fecd87; }
div.brighter { background-color: #fcbb65; }
div.darker { background-color: #f9a238; }
div.dark   { background-color: #f79228; }

.head_section { 
  height: 180px; 
}
.main_section { 
  background-color: #757b80; 

}
.navigation { 
  height: 450px; 
  width: 200px; 
  float: left; 
  padding: 20px; 
  margin-left: 87px; 
}

.content_section ul { 
  margin-left: 0px; 
}
.content_section ol { 
  margin-left: -40px; 
}
.content_section ol li { 
  list-style-type: decimal; 
}
.content_section ul li { 
  list-style-type: disc; 
}
.content_section ol ol {
  margin-left: 40px; 
  padding: 0px; 
}

.content_section li { 
  margin-bottom: 10px; 
}

.home_buttons a, .home_buttons a:active, .home_buttons a:hover, .home_buttons a:visited { 
  color: white !important; 
  text-decoration: none; 
}

.content_section a, .content_section a:active, .content_section a:hover, .content_section a:visited { 
  color: #f68b27; 
  text-decoration: none; 
}

ul, li { 
  list-style-type: none; 
  margin: 0px; 
  padding: 0px; 
  font-family: inherit; 
}
.navigation li { 
  height: 31px; 
}

.navigation a { 
  line-height: 30px; 
  color: white; 
  text-decoration: none; 
}

.content_section { 
  padding: 20px; 
  float: left; 
  width: 50%; 
}

.head_section .logo { 
  position: absolute; 
  top: 20px; 
  left: 40px; 
}

.head_section .info { 
  position: absolute; 
  top: 30px; 
  right: 200px; 
  color: black; 
  font-size: 11px; 
  line-height: 17px; 
}

