
a {
  color: #986633 ;
  background-color: transparent ;
  text-decoration: none ;
  margin: 0 ;
  padding: 0 1px 2px 1px ;
}

a:hover {
  color: #6D7A73 ;
  text-decoration: underline ;
}

.header * {
  margin: 0 ;
  padding: 0 ;
}

.header {
  height: 90px ;
  color: #fafaea ;
  background: #003e00 ;
}

.header img {
  position: relative ;
  float: right ;
  height: 90px ;
}

.header h1 {
  font-size: 2em ;
  padding: 15px 0 0 20px ;
}

.header h2 {
  font-size: .75em ;
  padding: 6px 0 0 20px ;
}

.navbar {
  height: 2em ;

}

#suckerfish * {
  margin: 0 ;
  padding: 0 ;
}

#suckerfish, #suckerfish ul {
  padding: 0 0 0 6px;
  margin: 0 ;
  width: 100% ;
  list-style: none ;
  line-height: 2em ;
  z-index: 999 ;
}

#suckerfish a {
  color: white ;
  display: block ;
}

#suckerfish a:hover {
  color: #56D0FF ;
  text-decoration: none ;
}

#suckerfish li {
  float: left ;
}

#suckerfish li a {
  font-weight: bold ;
  text-decoration: none;
  border-right: 1px solid #DADADA;
  padding: 1px 15px 1px 17px;
}
#suckerfish li ul a:hover {
color: white;
text-decoration: none;
background-color: #009EDE;
border-right: 1px solid #DADADA;
}

#suckerfish li ul li a {
  margin-left: .25em ;
  width: 12.75em ;
  background-color: #103863;
  font-weight: normal;
}

#suckerfish li ul li a.daddy {
  }

#suckerfish li ul li {
  padding: 0 ;
  border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
}

#suckerfish li ul {
  position: absolute ;
  width: 11em ;
  left: -999em ;
}

#suckerfish li ul ul {
  margin: -2em 0 0 11.075em ;
}

#suckerfish li:hover ul ul, #suckerfish li.sfhover ul ul {
  left: -999em ;
}

#suckerfish li:hover ul, #suckerfish li li:hover ul, #suckerfish li.sfhover ul, #suckerfish li li.sfhover ul {
  left: auto ;
}


.container {
  width: 100%;
  float: left ;
  margin-right: -200px ;
}

.main {
  background: white ;
  margin-right: 4px ;
}

.breadcrumbs {
  font-size: .75em ;
  background: #fafaea;
  border-top: 1px solid #986633 ;
  border-bottom: 1px solid #986633 ;
  margin-bottom: 8px ;
}

.sidebar {
  width: 200px ;
  float: right ;
}

.content {
  margin: 16px ;
}

.sidecontent {
  margin: 16px ;
}

.footer {
  color: white ;
  background: #6d7a73 url('../images/footer_bg.png') repeat-x top ;
  padding: 8px ;
}

.footer a {
  color: #F4EC7D ;
  text-decoration: none ;
}

.footer a:hover {
  color: white ;
  text-decoration: underline ;
}

h1 {
  font-size: large ;
  margin-top: 0 ;
}

.last {
  margin-bottom: 0 ;
}

.clearing {
  height: 0 ;
  clear: both ;
}

.imageHighlight {
 margin-bottom:10px;
}

.imageHighlight table tbody tr td, .imageHighlight td {
  text-align:center;
  padding:15px;
  background-color:#eee;
  color:#888;
  font-size:20px;
  font-weight:600;
}

.imageHighlight {
  border:1px solid #ccc;
}
.imageHighlight .subtitle {
  font-size:12pt;
  font-weight:600;
}

.signupform {
  width:400px;
  margin:15px 30px 0;
}

.signupform td {
  background-color:#eee;
  padding:15px 10px;
  margin:0 5px;
}

.signupform .heading td {
  font-weight:600;
  font-size:9pt;
  padding:10px 10px 5px 10px;
  border-width:0;
  text-align:center;
}

.signupform .subtitle td {
  padding:0 60px 10px;
  font-size:smaller;
  border-width:0;
}

.mainformsection {
  background-color:#f5f5f5;
  width:400px;
  margin:0 30px;
  padding:20px 0 0;
}

.mainformsection tr {
  padding:0 5px 0 20px;
}

.mainformsection td {
  padding:0 0 0 20px;
}
.mainformsection .buttons {
  margin-top:12px;
  padding:10px;
}

.mainformsection .buttons input {
  font-size:7pt;
}

