body {
  margin: 0;
  width: 100%;
}

a:link, a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #0080ff;
}

#header {
  height: 75px;
  background-color: #c6c6c6;
  border-bottom: 1px solid #000000;
  margin-right: 0px;
  padding-right: 0px;
}

#main {
  padding: 0px;
  margin: 0px;
}

#nav {
  width: 150px;
  background-color: #c6c6c6;
  float: left;
}

#menu {
}

#menu a:link, #menu a:visited, #menu a:hover {
  display: block;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #1A205F;
  color: #ffffff;
  width: 150px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  border-top: 2px solid #c6c6c6;
}

#menu a:hover {
  /*background-color: #2F3678;*/
  background-color: #c6c6c6;
  color: #1A205F;
}

#menu a.submenu_link:link, #menu a.submenu_link:visited {
  background-color: #2F3678;
}

#menu a.submenu_link:hover {
  background-color: #c6c6c6;
  color: #1A205F;
}

#content {
  margin-left: 150px;
  background-color: #ffffff;
  padding: 15px;
  margin-right: 1%;
}

p, div, .text {
  font-family: arial, sans-serif;
  font-size: 12px;
}

hr {
  height: 1px;
  color: #ff2400;
}

h1, h2, h3 {
  margin-top: 40px;
  font-family: Copperplate Gothic Bold, Times New Roman, serif;
  color: #1A205F;
}

h1 {
  font-size: 28px;
  margin-top: 0px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.photolabel_td {
  background-color: #1A205F;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-weight: bold;
  font-family: arial, sans-serif;
  font-size: 14px;
}
