body {
  font-size:100%;
  background-color: #a9a9a9;
  SCROLLBAR-FACE-COLOR: #ddd382; 
  SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; 
  SCROLLBAR-SHADOW-COLOR: #6d5849; 
  SCROLLBAR-3DLIGHT-COLOR: #6d5849; 
  SCROLLBAR-ARROW-COLOR: #6d5849; 
  SCROLLBAR-TRACK-COLOR: #ddd382; 
  SCROLLBAR-DARKSHADOW-COLOR: #000000
}

h1 {
  font-family: verdana,helvetica,arial,sans-serif;
  color: #595959;
  font-size: 1.8em;
  font-weight: normal;
  margin: 5px;
  margin-left: 0px;
}

h2 {
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  margin: 5px;
  margin-top: 10px;
}

h3 {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  margin: 5px;
  margin-left: 0px;
  margin-top: 10px;
  padding: 3px;
  background-color: #6d5849; 
  color: #e9e4b5; 
}

big {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #58595B;
  font-weight: bold;
  margin: 5px;
  margin-left: 0px;
}


p,ul,td,li,a {
  font-size: 13px;
  font-family: verdana, arial, sans-serif;
  color: #58595B;
  text-align: left;
}

p {
  text-align: justify;
  padding-right: 3px;
}

#content ul {
  list-style-type: none;
  padding: 0px;
  margin: 5px;
}

#content li {
  background-image: url(images/pfoti.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px; 
  padding: 5px; 
  padding-left: 20px; 
}

td {
  vertical-align: top;
}

a {
  color: #000034;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.specialNav {
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  margin-right: 10px;
  color: #eeeeee;
  text-decoration: none;
}

a.specialNav:hover {
  text-decoration: underline;
}

p.noerror {
  color: green;
  font-weight: bold;
  margin: 2px;
}

p.error {
  color: red;
  font-weight: bold;
  margin: 2px;
}

.header,.headerRight {
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  height: 10px;
  color: #58595B;
}

.headerRight {
  font-size: 11px;
  text-align: right;
}

.dark {
  color: black;
  background-color: #ddd382;
  padding: 3px;
}

.light {
  color: black;
  background-color: #ddd382;
  padding: 3px;
}

.box {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 3px;
  margin: 5px;
  margin-left: 20px;
  color: #363738;
}

.boxLight {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 2px;
  vertical-align: top;
  background-color: #ebebeb;
  border: solid 1px none;
}

.boxDark {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 2px;
  vertical-align: top;
  background-color: #c0c0c0;
  border: solid 1px none;
}

.credits {
  font-size: 10px;
  font-family: verdana, arial, sans-serif;
  color: #C1C87B;
  text-align="center";
}

hr {
  color: #595959;
  height: 1px;
  margin: 0px;
}

ul {
  margin: 5px;
  margin-left: 20px;
}

.img {
  margin: 4px;
  border: solid 1px #000034; 
}

.pictureRight {
  float: right;
  border: solid 1px #ec0202; 
}

.pictureLeft {
  float: left;
  border: solid 1px #ec0202;  
}

.main {
  background-color: #000034;
}

.leftMenu {
  height: 600px;
  width: 170px;
  border: solid 0px #595959;
  background-color: #6d5849;  
}

.top {
  border: solid 1px #6d5849;
  border-bottom: solid 0px #6d5849;
}

.bottom {
  padding: 5px;
  background-color: #ddd382;
  border: solid 1px #595959;
  text-align: center;
}

.content {
  padding: 5px;
  background-color: #e9e4b5;
  border: solid 0px #6d5849;
  border-right: solid 1px #6d5849;
}

#content { 
  width: 719px;
  height: 600px;
  overflow: auto;
}

#menu li, #menu a{
  color: #e9e4b5;
  font-size: 14px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 5;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;
margin: 0px;
margin-left:5px;
margin-top: 10px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}

.treeview li:hover {
text-decoration: underline;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#bottom a {  
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
}

#bottom a:hover {
  text-decoration: underline;
}

input,select,textarea,checkbox  {
  font-family: verdana, arial, sans-serif;
  font-size: 9px;
  color: black;
}

form {
  margin: 3px;
}