p, td, div, span, input, textarea {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: #000000;
}

a {
  color: #06580F;
  text-decoration: none;
}

a:hover {
  color: #06580F;
  text-decoration: underline;
}

body {
  margin: 0px;
}

#container {
  height: 100%;
  width: 100%;
}

.spacer {
  height: 1px;
  font-size: 1px;
  width: 800px;
}

#header {
  position: relative;
  height: 199px;
  width: 100%;
}

.spacer {
  height: 1px;
  width: 800px;
}

#header_1 {
  position: absolute;
  height: 135px;
  width: 100%;
  top: 6px;
  background-image: url(header_bg_1.png);
  background-repeat: repeat-x;
}

#header_2 {
  position: absolute;
  height: 135px;
  width: 100%;
  top: 6px;
  background-image: url(header_bg_2.png);
  background-repeat: no-repeat;
}

#header_3 {
  position: absolute;
  height: 52px;
  width: 100%;
  top: 147px;
  background-image: url(diagonals.png);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

#icons {
  position: absolute;
  right: 50px;
  bottom: 25px;
}

#icons img {
  margin: 0 5px 0 10px;
}

#logo {
  position: absolute;
  top: 10px;
  left: 25px;
}

#title {
  position: absolute;
  top: 50px;
  left: 40%;
}

#body {
  width: 100%;
}

#body_table {
  width: 100%;
  border: 0;
}

#menu {
  width: 30%;
}

.top_menu {
  font-variant: small-caps;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(blue.png);
  padding: 5px 5px 5px 25px;  
  margin-bottom: 5px;
  font-size: 13px;
}

.top_menu img {
  margin-left: -15px;
  margin-right: 5px;
}

.top_menu_spacer {
  height: 10px;
  font-size: 1px;
}

.submenu_1 {
  font-variant: small-caps;
  padding: 4px 4px 4px 35px;  
  font-size: 13px;
}

.submenu_1 img {
  margin-left: -10px;
  margin-right: 5px;
}

.submenu_2 {
  font-variant: small-caps;
  padding: 4px 4px 4px 50px;
  font-size: 13px;
}

.submenu_2 img {
  margin-left: -10px;
  margin-right: 5px;
}

.selected {
  font-weight: bold;
}

#content {
  width: 70%;
  padding: 0 5% 0 5%;
}

.news a {
  font-weight: bold;
}

.news a:hover {
  font-weight: bold;
}

h1 {
  color: #06580F;
  font-size: 24px;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-weight: normal;
}

hr {
  color: #DDDDDD;
  background: #DDDDDD;
  width: 100%;
  height: 1px;
  border: 0px;
}

#footer {
  position: relative;
  width: 100%;
}

#footer * {
  color: #606060;
}

#footer_1 {
  position: absolute;
  top: 20px;
  height: 6px;
  width: 100%;
  font-size: 1px;
  background-image: url(blue.png);
}

#footer_2 {
  position: absolute;
  height: 52px;
  width: 100%;
  top: 32px;
  background-image: url(diagonals.png);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

#footer_box_1 {
  position: absolute;
  top: 50px;
  left: 2%;
  width: 22%;
}

#footer_box_2 {
  position: absolute;
  top: 50px;
  left: 26%;
  width: 22%;
}

#footer_box_3 {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 22%;
}

#footer_box_4 {
  position: absolute;
  top: 50px;
  left: 74%;
  width: 22%;
  text-align: center;
}

a img {
  border: 0;
}
