/* SierraBirdbum */


/* Classes */

.blue_text_bordered {
  color: #0099cc;
  border-color: #0099cc;
  border-width: .05em;
  border-style:solid;
}

body {
  background-color: #ffffea;
}

.bold_green {
  color: #009900;
  font-weight: bold;  
}

.green_text_bordered {
  color: green;
  border-color: green;
  border-width: .05em;
  border-style:solid;
}

h1 {
  color:black;
  font-family: "Courier New";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 140%;
  line-height: normal;
  text-align: center;
}

.h1_left {
  font-family: "Courier New";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 140%;
  line-height: normal;
  text-align: left;
}

.h1_left_underline {
  font-family: "Courier New";
  font-style: normal;
  text-decoration: underline;
  font-variant: normal;
  font-weight: bold;
  font-size: 140%;
  line-height: normal;
  text-align: left;
}

.h1_underline {
  font-family: "Courier New";
  font-style: normal;
  text-decoration: underline;
  font-variant: normal;
  font-weight: bold;
  font-size: 140%;
  line-height: normal;
  text-align: center;
}

h2 {
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 120%;
  line-height: normal;
  text-align: center;
}

.h2_left {
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 120%;
  line-height: normal;
  text-align: left;
}

.h2_left_double_blue_border {
  border-color: blue;
  border-width: .25em;
  border-style: double;
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 120%;
  line-height: normal;
  text-align: left;
}

.h2_left_italic {
  font-family: "Times New Roman";
  font-style: italic;
  font-variant: normal;
  font-weight: normal;
  font-size: 120%;
  line-height: normal;
  text-align: left;
}

.h2_left_single_green_border{
  border-color: green;
  border-width: .1em;
  border-style: solid;
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 120%;
  line-height: normal;
  text-align: left;
}

.h2_no_top_margin {
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 120%;
  line-height: normal;
  text-align: center;
}

.h2_center_bold {
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 120%;
  line-height: normal;
  text-align: center;
}

.h3_center {
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 110%;
  line-height: normal;
  text-align: center;
}

.hor_indexes a {
  border: 3px outset blue;
  text-decoration: none;
  color: black;
  display: block;
  height: 2.5em;
  background-color: #ccccff;
}

.hor_indexes a:hover {
  border: 3px inset blue;
}

.hor_indexes li {
  list-style-type: none;
  width: 8em;
  float: left;
  text-align: center;
}

.hor_indexes ul {
  margin-left: -2.5em;
}

.vert_indexes a{
  border: 3px outset blue;
  text-decoration: none;
  color: black;
  display: block;
  background-color:#ccccbf;
}
.vert_indexes a:hover {
  border: 3px inset blue;
}

.vert_indexes li{
  list-style-type: none;
  width: 13em;
  text-align: left;
}

.vert_indexes ul{
  /*margin-left: -0.9em;*/
   margin-left: 0; padding-left: 0;
}



/* ID's */

#left {
  float: left;
  width: 15%;
}

#right {
  float: right;
  width: 85%; 
}
