
* { margin:0; padding:0;}

html, body {
  height:100%; /* gives layout 100% height */
  overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

body {
  /*background-color: #A69D00;*/
  background-image: url(../images/p2-noshadow.gif);
  background-position: top center;
  font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #444;
}

/* Navigation */
#navigation {
  width: 798px;
  height: 30px;
  position: relative;
  font-size: 12px;
  background-color: #595500;
  background-repeat: no-repeat;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  top: 0px;
  z-index: 300;
}

#navigation li {
  float: left; /* Doesn't display inline otherwise */
}

#navigation li a {
  width: 149px;
  height: 30px;
  text-align: center;
  margin: auto;
  display: block;
  float: left;
  text-decoration: none;
  background-color: #595500;
  background-image: url(../images/navbg.gif);
  background-repeat: no-repeat;
  line-height: 30px;
  color: #ccc5c0;
}

#navigation li a.last {
  border-right: 1px solid #595500;
}

#navigation li a.here {
  background-color: #A69D00;
  background-image: url(../images/navbg2.gif);
  background-repeat: no-repeat;
  color: #fff;
}

#navigation li a:hover {
  color: #fff;
  background-image: url(../images/navbg2.gif);
}

#navigation li a.here:hover {
  text-decoration: none;
}

#content-wrapper {
  width: 826px;
  margin: 0px auto 0px auto;
  background-image: url(../images/p2-shadow.gif);
}

#content-wrapper {
  min-height: 100%; /* gives layout 100% height */
}
* html #content-wrapper {
  height: 100%; /* IE6 treats height as min-height */
}

#content {
  width: 798px;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px auto 0px auto;
  padding: 0px;
}

.clearfix:after { /* So that the content block retains the height of the floated elements */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#content a {
  text-decoration: underline;
  color: #666;
  padding-bottom: 0px;
  font-weight: bold;
}

#content a:hover {
  color: #2f0000;
}

#right {
  width: 798px;
  float: right;
  display: inline; /* Fix explorer double margin bug */
  clear: none;
  margin: 0px 0px 0px 0px;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
}

.righttext {
  margin: 0px 10px 0px 10px;
  position: relative;
  top:5px;
}

h1 {
  font-size: 22px;
  margin: 15px 0px 0px 0px;
  color: #595500;
}

h1, h2, h3, h4, h5, #navigation {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#heading-space {
  height: 25px;
  width: 778px;
  margin: auto;
  background-color: #f0f0f0;
}

#subject-form {
  width: 220px;
  height: 30px;
  position: absolute;
  top: 27px;
  left: 562px;
  z-index: 100;
  margin-top: 0px;
  padding-top: 0px
}

#subject-select {
  width: 100px;
  border: 1px solid black
}

#form-submit {
  width: 105px;
  height: 21px;
  position: relative;
  top: -2px;
  font-size: 12px;
}

.doughnut-heading {
  position: absolute;
  top: 35px;
  left: 180px;
  background-color: #C5B102;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: 70px;
  height: 20px;
  border: 1px solid #595500;
}

.heading {
  position: relative;
  top: 0px;
  left: 0px;
  width: 778px;
  height: 30px;
  background-image: url(../images/heading.jpg);
}

.heading-text {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #595500
}

#legend1, #legend2 {
  width: 460px;
  height: 20px;
  background-image:url(../images/legend1.gif);
  position: absolute;
  top: 215px;
  left: 152px
}

#doughnut-holder {
  width: 778px;
  height: 213px;
}

.doughnut {
  width: 258px;
  height: 210px;
  float: left;
  margin-right: 1px
}

#ms-holder {
  width: 778px;
  height: 725px;
  margin-top: 25px;
  position: relative;
}

#ms1 {
  width: 519px;
  height: 340px;
  float: left;
  margin-right: 1px;
}

#ms2 {
  width: 258px;
  height: 705px;
  background-color: #fff;
  float: right;
  clear: none
}

#ms3 {
  width: 519px;
  height: 340px;
  float: left;
  clear: none;
  margin-right: 1px;
  margin-top: 25px;
}

#barchart-holder {
  width: 778px;
  height: 300px;
  float: left;
  text-align: center;
  margin: 0px auto 25px auto;
  background-color: white;
}

#stackedchart-holder {
  width: 778px;
  height: 320px;
  position: relative;
  clear: both
}

#ss1, #ss2 {
  width: 389px;
  height: 300px;
  float: left;
  background-color: white
}

#ss1 {
  margin-right: 1px;
}

#ss2 {
  clear: none;
  width: 388px;
}

#legend2 {
  width: 348px;
  top: 273px;
  left: 208px;
  border-right: 1px solid #595500;
}

#footer {
  position:relative;
  top:0px;
  width: 798px;
  height:80px;
  background-color: #595500;
  margin: 0px auto 0px auto;
  color: #fff;
  font-size: 11px;
}

#footer a {
  color: white;
}

#footer a:hover {}