#container {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dcdcdc;
}
#header {
  height: 114px;
  width: 950px;
  background-image: url(images/header.jpg);
  background-color: white;
}
#logo h1 {
  float: left;
  color: #555555;
  font-family: Times New Roman,serif;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 55px;
  font-size: 24pt;
}
#content {
  padding: 10px 10px 50px;
  position: relative;
  margin-left: 230px;
  width: 680px;
  background-color: #ffffff;
}
#content a {
  font-family: Arial Narrow,Helvetica,sans-serif;
  text-decoration: none;
  font-size: 10pt;
  color: #3333ff;
}
#content a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0000ff;
}
#content a:hover {
  text-decoration: underline;
  color: #cc0000;
}
#content ul {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  list-style-type: square;
  font-size: 10pt;
  line-height: 16pt;
}
#content p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: 14pt;
}
#leftnav {
  padding: 10px;
  float: left;
  width: 210px;
  background-color: #dcdcdc;
}
#leftnav ul {
  margin-left: 5px;
  padding-left: 0;
  list-style-type: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: 40px;
  color: #555555;
}
#leftnav a {
  padding: 3px;
  display: block;
  width: 200px;
  border-bottom-width: 1px;
  color: #3333ff;
}
#leftnav a:link, .navlist a:visited {
  text-decoration: none;
  color: #3333ff;
}
#leftnav a:visited {
  text-decoration: none;
  color: #993399;
}
#leftnav a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #cc0000;
}
#leftnav p {
  text-decoration: none;
  font-family: verdana,arial,helvetica,sans-serif;
  line-height: 15px;
  font-size: 8pt;
  font-weight: bold;
  color: black;
}
#textbox {
  margin: 10px;
  float: left;
  width: auto;
  color: #330099;
  font-family: verdana,arial,helvetica,sans-serif;
  height: 130px;
  background-color: white;
  text-align: left;
}
#linkbox1 {
  margin: auto;
  position: absolute;
  left: 10px;
  width: 160px;
  color: #330099;
  font-family: verdana,arial,helvetica,sans-serif;
  height: 25px;
  bottom: 15px;
  text-align: center;
  background-color: white;
}
#linkbox2 {
  margin: auto;
  position: absolute;
  width: 150px;
  color: #330099;
  font-family: verdana,arial,helvetica,sans-serif;
  height: 25px;
  left: 175px;
  bottom: 15px;
  text-align: center;
  background-color: white;
}
#linkbox3 {
  margin: auto;
  position: absolute;
  left: 350px;
  width: 150px;
  color: #330099;
  font-family: verdana,arial,helvetica,sans-serif;
  height: 25px;
  bottom: 15px;
  text-align: center;
  background-color: white;
}
#linkbox4 {
  margin: auto;
  position: absolute;
  left: 525px;
  color: #330099;
  width: 150px;
  font-family: verdana,arial,helvetica,sans-serif;
  height: 25px;
  bottom: 15px;
  text-align: center;
  background-color: white;
}
#footer {
  height: 30px;
  width: 720px;
  margin-left: 230px;
  background-image: url(images/footer.jpg);
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}
#footer a:link {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #3333ff;
}
#footer a:visited {
  text-decoration: underline;
  font-weight: bold;
  color: #993399;
}
#footer a:hover {
  text-decoration: none;
  color: #ff0000;
}
h1 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
h2 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
h3 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11pt;
  font-weight: bolder;
  color: #000000;
  line-height: 13pt;
  text-align: left;
}
h4 {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 9pt;
  font-weight: bolder;
  color: #000000;
  line-height: 10pt;
  text-align: left;
}
p {
  margin: 3px 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  line-height: 12pt;
  text-align: justify;
  padding-bottom: 9px;
}
.smalltext {
  margin: 3px 0;
  padding: 3px 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  text-align: center;
  color: black;
}
/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:135px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
