/* hide from ie on mac \*/
html {
  height: 100%;
}

#flashcontent {
  height: 100%;
}
/* end hide */

body,td,th {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 13px;
}

h1 {
  font-size: 22px;
  color: #03330D;
}

.headertext {
  font-size: 22px;
  font-weight: bold;
  color: #03330D;
}

.sidebarheader {
  font-size: 15px;
  font-weight: bold;
  color: #03330D;
}

.textarea {
  background: url(images/bg.png);
}

.addfont {
  color: #976538;
}

a {
  color: #976538; 
/*  font-weight: bold;*/
}

.maintable {
  background: url(images/bg.gif);
  background-repeat: no-repeat;
  background-color: #000000;
}

.fronttable {
  background: url(images/mainback.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

#menu {
  position: relative;
}

#menu ul {
  margin: 5px 0 0 0;
  padding: 0 3px;
  height: 30px;
  background: url(images/menu.png);
  list-style-type: none;
  position: relative;
}

#menu li {
  margin: 0;
  padding: 0;
  float: left;
}

#menu li a,#menu li a:visited {
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  margin: 0 3px;
  color: #C2C2C1;
  font-size: 11px;
  font-family: verdana, sans-serif;
  float: left;
  display: block;
  text-decoration: none;
}

#menu li.selected a,#menu li.selected a:visited {
  color: #000;
}

#menu li a span {
  position: relative;
}

#menu li a:active,#menu li a:hover {
  color: #fff;
}

#menu li a.active,
#menu li a:visited.active,
#menu li a:active.active,
#menu li a:hover.active {
  background: #fff;
  color: #000;
  opacity: .7;
}
