body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: black;
  background-color: #ffffaa;
  background-image: 
  url('images/triangle4.GIF');
  background-repeat: repeat-y;
  }

h1 {
  font-family: garamond, serif;
  font-size: 2.5em;
  }
div.main {
  padding-top: 2.5em;
  padding-left: 10%;
  padding-right: 5%;
  }
a:link {
  color: blue }
a:visited {
  color: purple }
:link img {
  border: 0 }
:visited img {
  border: 0 }

table.rightfloat {
  float: right;
  }

table.rightbox {
  border-left-style: solid;
  border-color: #ffffaa;
  border-width: 0.3em;
  background-color: #006464;
  padding-left: 0.5em;
  color: white;
  float: right;
  width: 35%;
  }


table.bigrightbox {
  border-left-style: solid;
  border-color: #ffffaa;
  border-width: 0.3em;
  background-color: #006464;
  padding-left: 0.5em;
  color: white;
  float: right;
  width: 70%;
  }

table.smallrightbox {
  border-left-style: solid;
  border-color: #ffffaa;
  border-width: 0.3em;
  background-color: #006464;
  padding-left: 0.5em;
  color: white;
  float: right;
  width: 16em;
  }

table.smallleftbox {
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #ffffaa;
  border-width: 1em;
  background-color: #006464;
  padding-left: 0.5em;
  color: white;
  width: 100%;
  }

table.leftbox {
  border-right-style: solid;
  border-bottom-style: solid;
  border-color: #ffffaa;
  border-width: 1em;
  background-color: #006464;
  padding-left: 0.5em;
  color: white;
  float: left;
  width: 75%;
  }


#box {
  text-align: left;
  }
#box a:link {
  color: white;
  }
#box a:visited {
  color: white;
  }



ul.navbar {
  padding-left: 15px;
  margin: 0;
  list-style: none;
  float: left;
  }
#nav {
  text-align: left;
  }
#nav a {
  text-decoration: none;
  }
#nav a:link {
  color: yellow;
  }
#nav a:visited {
  color: yellow;
  }

li.navbar {
  color: white;
  float: left;
  position: relative;
  width: 12em;
  background-color: #006464;
  padding: 0.3em;
  }
li.navbar ul {
  color: white;
  display: none;
  list-style: none;
  position: absolute; 
  left: -13px;
  }
li.navbar ul li {
  float: right;
  position: relative;
  top: 0.3em;
  width: 12em;
  padding-left: 0.4em;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  text-align: left;
  background-color: #006464;
  }
li > ul {
  top: auto;
  left: auto;
  }
li:hover ul, li.over ul { 
  display: block;
  }
#clear {clear: left }



ul.linkbox {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  }
li.linkbox {
  color: white;
  font-size: 0.9em;
  float: left;
  position: relative;
  width: 21em;
  background-color: #006464;
  padding: 0.5em;
  }
li.linkbox ul {
  color: black;
  display: none;
  list-style: none;
  position: absolute; 
  left: -13px;
  }
li.linkbox ul li {
  float: right;
  position: relative;
  top: 0.5em;
  width: 21em;
  padding-left: 1em;
  text-align: left;
  background-color: #006464;
  }
li > ul {
  top: auto;
  left: auto;
  }
li:hover ul, li.over ul { 
  display: block;
  }
#clear {clear: left }



























