/* CSS Document */


body {
  margin: 50px 0 0 0;
  padding:0;
  border:0;
  background:#384038 /*url(images/bg.jpg)*/;
  font:Verdana;
}
#accessibility {
  position:absolute;
  top:-100px;
  left:-100px;
}
#header {
  margin-bottom:50px;
  height: 97px;
  background-color:#131413;
  border-top: #111;
  border-bottom:: #111;
}
#container {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width:800px;
  text-align:left;
}

/* NAVIGATION */
a {
  color:#fff;
  font-size: .8em;
}
ul, li {
  color:#fff;
  font-family:Verdana, sans-serif;
}
#navcontainer {
  text-align:center;
}
#navlist {
  margin-top:20px;
}
#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 70px;
}

#navlist a {
  font-family: Verdana, sans-serif;
  /*font-weight:bold;*/
  text-decoration:none;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  border-bottom: 1px solid #aaa;
  color: #fff;
}

#navlist1 {
  margin-top:20px;
}

#navlist1 li {
  display: inline;
  list-style-type: none;
  padding-right: 40px;
}

#navlist1 a {
  font-family: Verdana, sans-serif;
  /*font-weight:bold;*/
  text-decoration:none;
}
#navlist1 a:link#current, #navlist1 a:visited#current, #navlist1 a:hover {
  border-bottom: 1px solid #aaa;
  color: #fff;
}

/* LEFT NAVIGATION */
#leftnav {
  float: left;
  width: 180px;
  margin-left:-200px;
  margin-top:12px;
}
#leftnav ul {
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding-top:10px;
  list-style-type: square;
}
#leftnav li {
  margin-bottom: 10px;
  margin-left: -23px;
  list-style-type: square;
  color: #aaa;
  font-size: .9em;
}
#leftnav p {
  margin-top:15px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding-top:10px;
  padding-bottom:10px;
}
#leftnav img {
  margin-top:15px;
}

/* CONTENT */
#content {
  margin:80px 0 0 200px;
}
#homebox {
  margin:80px 0 0 0;
}
#homebox a{
  font-size: .9em;
}
h1 {
  font-family: Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
  color:#fff;
  margin-bottom:20px;
  text-align:left;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color:#beca82;
  margin-top:30px;
}
h3 {
  font-family: Verdana, sans-serif;
  font-size: .9em;
  color:#fff;
}
h4 {
  font-family: Verdana, sans-serif;
  font-size: .8em;
  color:#fff;
  font-weight:bold;
}
p {
  font-family: Verdana, sans-serif;
  font-size: .8em;
  color:#fff;
}
a {
  font-family: Verdana, sans-serif;
  text-decoration: none;
}
#content a {
  font-size: .9em;
}
a:hover {
  text-decoration: underline;
} 

/* FOOTER INFORMATION */
#footer {
  margin: 50px 0 50px 0;
  text-align:center;
  height: 50px;
  background:#131413;
  border-top: #111;
  border-bottom:: #111;
  color:#c7c7c7;
}
#footer p {
  padding-top:17px;
  font-family:Verdana, sans-serif;
  font-size:.65em;
  color:#c7c7c7;
}
#footer a {
  font-size:.85em;
}

/* additional styles for body of page (content) */
.underline {
  padding-bottom: 4px;
  border-bottom: 1px solid #aaa;
  color:#fff;
}	
.indent-text {
  margin-left:15px;
}
.float-right {
  float:right;
}
.float-left {
  float:left;
}
.quote {
  font-style:italic;
  margin-bottom:30px;
}
.quote strong {
  color:#beca82;
  font-style:normal;
}
