@CHARSET "UTF-8";

* {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

a {
  color: #2175D9;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 13px;
}

p, ul {
  margin-bottom: 10px;
}

em {
  font-weight: bold;
}

h3 {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 15px;
  color:#003366;
}

h4 {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 12px;
}

h5 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
}

body {
  font: 11px Arial, Helvetica, sans-serif;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.page {
  width: 800px;
  height: 640px;
  margin: 15px auto;
}

img#titleText2 {
  margin-left: 270px;
}

.menu {
  width: 800px;
  height: 115px;
  border-left: 1px solid #ff6600;
}

.menu .menuItem, .submenu .menuItem {
  width: 100px;
  text-align: center;
  float: left;
}

.menu .menuItem img {
  border-right: 1px solid #ff6600;
  display: block;
}

.menu .menuItem a, .menu .menuItem b, .menu .menuItem p {
  border-right: 1px solid #ff6600;
}


.menuItem a, .menuItem b, .menuItem p {
  margin: 0px;
  border-bottom: 1px solid #ff6600;
  height: 25px;
  padding-top: 12px;
  padding-bottom: 0px;
  display: block;
  font-weight: bold;
  color: #003366;
}

.menu .menuItem a {
  height: 20px;
  padding-top: 9px;
}

div.menuItem p {
  padding-top: 5px;
  padding-bottom: 7px;
  color: black;
}

.menu .menuItem a:hover, .menu .menuItem b, .menu .active a {
  background-color: #ff6600;
  color: #ffffff;
}

div#content {
  margin-top: 20px;
  margin-bottom: 20px;
}

table.jobDetail td {
  padding: 4px;
  vertical-align: middle;
}

table.jobDetail a {
  color: #ffffff;
}

div.box a {
  color: silver;
}