/* CSS Document */

body {
  margin:0;
  background-color: #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
  color: #013888;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
}

p {
  margin: 0;
}

#body_table {
  border-left: solid 1px #013888;
  border-right: solid 1px #013888;
  background-color: #013888;
}

#left_col {
  vertical-align: top;
  text-align: left;
  background: #013888;
  width: 170px;
  color: #FFFFFF;
  padding-left: 12px;
  padding-top: 20px;
  font-size: 12px;
}

#menu {
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
}

#menu a:link, #menu a:visited {
color: #FFFFFF;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#main_td {
  vertical-align: top;
  background-image: url(images/bg2.jpg);
  background-color: #FFFFFF;
}

#content_td {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  text-align: left;
  background-image:url(images/body.jpg);
  background-repeat: no-repeat;
  width: 558px;
  height: 500px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 150%;
}

#footer {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: top;
  padding-bottom: 4px;
}

#footer a:link, #footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer2 {
  width: 770px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #013888;
  text-align: right;
  vertical-align: top;
}

.page_title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 26px;
}

.page_content {
}