body {
 margin: 0;
 padding: 0;
 background-color: #293955;
 color: white;
 font: small Arial, Helvetica, Verdana, sans-serif;
}

h1 {
 float: right;
 font: normal 28pt caption;
}

img.logo {
 border: 0;
 float: left;
}

img.largePlot {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

img.footTag {
 float: right;
 border: 0;
 padding: 5px;
}

table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

div.figure {
 display: block;
 margin-left: auto;
 margin-right: auto;
 border: thin silver solid;
 padding: 5px;
}

div.figure p {
 text-align: center;
 font-size: smaller;
 text-indent: 0;
}

#body {
 float: none;
 text-align: right;
 margin: 20px 20px 20px 20px;
 font: normal 24pt caption;

}

#tag {
 font-weight: bold;
 background-color: #fdf8f2;
 color: #050845;
 margin: 0;
 padding: 0 0 0 20px;
 width: 300px;
 float: left;
}

#wrapper {
 background-color: #fdf8f2;
 color: black;
 margin: 30px 40px 30px 40px;
 padding: 10px;
}

#L {
 color: red;
}

#S {
 color: green;
}

#D {
 color: blue;
}

#header-bottom {
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  font: menu;
  clear: both;
}

#header-bottom ul {
  margin: 0;
  padding: 0 30px 0 0;
  text-align: right;
}

#header-bottom li {
  display: inline;
}

#header-bottom a:link, #header-bottom a:visited {
  text-decoration: none;
  background-color: #fdf8f2;
  color: #050845;
}

#header-bottom a:hover {
  color: #FF4500;
}

#main {
 width: 100%;
 margin-top: 10px;
}

#content {
 margin: 0 0 0 240px;
 border: 1px solid #b9d2e3;
 background-color: white;
 color:black;
}

img.percentImageOrange {
 background: white url(img/progbar-fill-orange.png) top left no-repeat;
 padding: 0; 
 margin: 5px 5px 5px 5px;
 background-position: 1px 0;
}

img.percentImageBlue {
 background: white url(img/progbar-fill-blue.png) top left no-repeat;
 padding: 0; 
 margin: 5px 5px 5px 5px;
 background-position: 1px 0;
}

img.percentImageRed {
 background: white url(img/progbar-fill-red.png) top left no-repeat;
 padding: 0; 
 margin: 5px 5px 5px 5px;
 background-position: 1px 0;
}

img.percentImageGreen {
 background: white url(img/progbar-fill-green.png) top left no-repeat;
 padding: 0; 
 margin: 5px 5px 5px 5px;
 background-position: 1px 0;
}

#sidebar {
 float: left;
 top: 0;
 left: 0;
 width: 220px;
 background-color: #496945;
 color: white;
 margin: 0;
 padding: 0 0 0 3pt;
}

#sidebar a:link, #sidebar a:visited {
 color: white;
}

#sidebar h2 {
 font: bold 160% caption;
}

#sidebar h3 {
 font: bold 100% caption;
/* margin-left: 20px;*/
}

div.footer {
 width: 100%;
 clear: both;
 border-top: 1px solid #b9d2e3;
 border-bottom: 1px solid #b9d2e3;
 margin-top: 10px;
}

#footText {
 float: left;
}

