body {
   background: #666666;
}

#top {
   background:  #c1e3e4 url('../images/background1.gif') top left repeat-x;
   height: 66px;
}

.logo {
   background: url('../images/logo.jpg') top left no-repeat;
   width: 300px;
   height: 60px;
}

.logo span {
	visibility: hidden;
}

.subtitle {
       display: none;
}

#tabnav {
   background: #e1e1e1 url('../images/background2.gif') top left repeat-x;
}

#tabnav .selected {
   background: #ffffff url('../images/background3.gif') top left repeat-x;
   font-weight: bold;
}

#tabnav a:hover {
  background-color: #eeeeee;
}

#tabnav li {
  border-right: 1px solid #e1e1e1;
}

#tabnav li.first {
  border-left: 1px solid #e1e1e1;
}


#content {
   background: url('../images/verticalbar.gif') top right repeat-y;
}

#easycontent {
   background: url('../images/verticalbar.gif') top right repeat-y;
}

.pdf {
   background: url('../images/pdf.gif') center left no-repeat;
}

hr {
   border-top: 1px solid #297596;
}

#main {
   border-top: 1px solid #666666;
   background: #ffffff;
}

#footer {
   background: #ffffff;
   color: #666666;
}

h1 {
   color: #297596;
}

h2 {
   color: #297596;
}
h3 {
   color: #666666;
}

#tabnav a {
  color: #333333;
}

