body, html {
  margin: 0;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  text-align: center;
  width: 100%;
}

div {
  text-align: left;
}

a, a:link, a:hover, a:visited, a:active {
  color: #1E6BC7;
}

a img {
  border: 0;
}

.tabbed {
  margin: 0 20px;
}

.left {
  width: 11px;
  height: 100%;
  background-image: url(../images/left_small.png);
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.right {
  width: 11px;
  height: 100%;
  background-image: url(../images/right_small.png);
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.bg-inner {
  position: relative;
  height: 100%;
}

#outer {
  margin: 10px auto;
  width: 700px;
}

#top {
  height: 25px;
}

#top-inner {
  position: relative;
}

#top-left {
  width: 25px;
  height: 25px;
  background-image: url(../images/top_left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

#top-middle {
  height: 25px;
  width: 100%;
  background-image: url(../images/top.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#top-right {
  width: 25px;
  height: 25px;
  background-image: url(../images/top_right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

#header {
  background-color: #fff;
}

#header-content {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#header-content h1 {
  display: none;
}

#nav {
  background-color: #ffd04e;
  height: 30px;
}

#nav-content {
  margin: 0 11px;
  background-color: #ffd04e;
}

#nav-list {
  margin: 0;
  padding: 0;
  float: left;
}

#nav-list li {
  display: inline;
  padding: 0;
  margin: 0;
}

#nav-list a, #nav-list a:link, #nav-list a:visited, #nav-list a:hover, #nav-list a:active {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: auto;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
}

#nav-list a:hover, #nav-list a.current {
  background-color: #ffbd00;
}

#main {
  background-color: #fff;
}

#main-content {
  padding: 10px 28px 30px 28px;
}

#main-content h2 {
  font-family: Arial,Verdana,sans-serif;
  font-size: 1.2em;
  color: #626262;
  padding: 0;
  margin: 10px 0 0 0;
}

#main-content h3 {
  font-family: Arial,Verdana,sans-serif;
  font-size: 1em;
  color: #424242;
  padding: 0;
  margin: 20px 0 0 0;
}

#main-content h4 {
  font-family: Arial,Verdana,sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0;
  margin: 4px 0 0 10px;
  color: #222;
}

#main-content ul {
  margin: 2px 0 0 0;
}

#main-content ul li {
  margin: 4px 0 0 0;
}

#main-content p {
  margin: 16px 0 0 0;
  text-align: justify;
  /*font-family: 'Lucida Sans Unicode',Helvetica,Arial,sans-serif;
  font-size: 0.9em;*/
}

#footer {
  height: 25px;
}

#footer-inner {
  position: relative;
}

#footer-left {
  width: 25px;
  height: 25px;
  background-image: url(../images/bottom_left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

#footer-middle {
  height: 25px;
  width: 100%;
  background-image: url(../images/bottom.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#footer-right {
  width: 25px;
  height: 25px;
  background-image: url(../images/bottom_right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}

#footer-content {
  position: absolute;
  width: 100%;;
  top: -6px;
  text-align: center;
  font-size: 0.8em;
  color: #666;
}

#footer-text {
  padding: 0 6px;
  border-left: 1px solid #ffd04e;
  border-right: 1px solid #ffd04e;
}

#email-table td {
  padding: 1px 10px 1px 0;
}
