/* colorchart.css
  CSS file for colorchart.html
*/

#border{
  border-color: #cccccc;
  border-bottom-width: 1em;
  border-left-width: 5em;
  border-right-width: 5em;
  border-top-width: 1em;
  border-style: solid;
  height: 55em;
  margin-left: auto;
  margin-right: auto;
  width: 53em;
}

#header1 {
  background-color: #006600;
  height: 1em;
  width: 100%;
}

#topleft {
  float: left;
  width: 2.5%;
}

#header2 {
  background-color: #006600;
  height: 4em;
  width: 100%;
}

#header2a {
  background-color: #ffffff;
  height: 2.25em;
  width: 100%;
}

#logo {
  float: left;
  width: 29.4%;
}

#header3 {
  background-color: #006600;
  float: left;
  height: 2em;
  width: 68.1%;
}

#header3 p {
  color: #ffffff;
  font-family: "Times New Roman";
  font-size: 18pt;
  font-style: italic;
  margin-bottom: 1%;
  margin-left: 25%;
  margin-top: 0.5%;
  text-align: center;
}

#header4 {
  background-color: #006600;
  float: left;
  height: 2em;
  width: 68.1%;
}

#header4 p {
  color: #ffffff;
  font-family: "Times New Roman";
  font-size: 18pt;
  font-style: italic;
  margin-bottom: 0.5%;
  margin-top: -.3%;
  margin-left: 25%;
  text-align: center;
}

#header5 {
  background-color: #ffffff;
  float: left;
  height: 1.8em;
  width: 17%;
}

#header5 a { 
  color: #006600;
  float: right;
  font-family: "Arial";
  font-size: 9pt;
  padding-right: 1em;
  padding-top: 1em;
  text-align: right;
  text-decoration: none;
}

#header6 {
  background-color: #006600;
  float: left;
  height: 1.2em;
  margin-top: 0.5em;
  width: 0.5%;
}

#header7 {
  background-color: #ffffff;
  float: left;
  height: 1.8em;
  width: 9.5%;
}

#header7 a { 
  color: #006600;
  float: right;
  font-family: "Arial";
  font-size: 9pt;
  padding-right: 1.3em;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}

#header8 {
  background-color: #006600;
  float: left;
  height: 1.2em;
  margin-top: 0.5em;
  width: 0.5%;
}

#header9 {
  background-color: #ffffff;
  float: left;
  height: 1.8em;
  width: 9.5%;
}

#header9 a { 
  color: #006600;
  float: right;
  font-family: "Arial";
  font-size: 9pt;
  padding-right: 1.2em;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}

#header10 {
  background-color: #006600;
  float: left;
  height: 1.2em;
  margin-top: 0.5em;
  width: 0.5%;
}

#header11 {
  background-color: #ffffff;
  float: left;
  height: 1.8em;
  width: 9.5%;
}

#header11 a { 
  color: #006600;
  float: right;
  font-family: "Arial";
  font-size: 9pt;
  padding-right: 1.2em;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}

#header12 {
  background-color: #006600;
  float: left;
  height: 1.2em;
  margin-top: 0.5em;
  width: 0.5%;
}

#header13 {
  background-color: #ffffff;
  float: left;
  height: 1.8em;
  width: 9.5%;
}

#header13 a { 
  color: #006600;
  float: right;
  font-family: "Arial";
  font-size: 9pt;
  padding-right: .4em;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}

#header14 {
  background-color: #006600;
  float: left;
  height: 1.2em;
  margin-top: 0.5em;
  width: 0.5%;
}

#header15 {
  background-color: #ffffff;
  float: left;
  height: 1.8em;
  width: 9.5%;
}

#header15 a { 
  color: #006600;
  float: right;
  font-family: "Arial";
  font-size: 9pt;
  padding-right: 1.2em;
  padding-top: 1em;
  text-align: center;
  text-decoration: none;
}

#content {
  background-color: #ffffff;
  font-family: "Arial"; 
  font-size: 10pt; 
  margin-left: 7%;
  margin-top: 15%;
  height: 75%;
  width: 80%;
}

#backbutton {
 margin-left: 48%;
}

#footerpane {
  clear: both;
  float: left;
  width: 100%;
}

#footer1 {
  background-color: #006600;
  color: white;
  float: left;
  font-family: "Arial"; 
  font-size: 9pt; 
  font-weight: bold;
  height: 2.5em;
  margin-bottom: 0.5%;
  margin-top: 4%;
  padding-bottom: 0.5em;
  padding-left: 0.4em;
  width: 33%
}

#footer2 {
  background-color: #006600;
  color: white;
  float: left;
  font-family: "Arial"; 
  font-size: 9pt;
  height: 2.5em;
  margin-bottom: 0.5%;
  margin-top: 4%;
  padding-bottom: 0.5em;
  text-align: center;
  width: 32.85%
}

#footer3 {
  background-color: #006600;
  color: white;
  float: left;
  font-family: "Arial"; 
  font-size: 9pt; 
  font-weight: bold;
  height: 2.5em;
  margin-bottom: 0.5%;
  margin-top: 4%;
  padding-right: 0.4em;
  text-align: right;
  padding-bottom: 0.5em;
  width: 33%
}