body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  background-color: #DAE3F3;
  background-repeat: repeat-x;
  background-position: 0 0;
}

h1 {
  color: #01215E;
  font-size: 1.7em;
  margin: 0.2em 0;
}

h2 {
  color: #01215E;
  font-size: 1.4em;
  margin: 0.2em 0;
}

p {
  margin: 0.7em 0;
  line-height: 1.5em;
}

table, td , th {
  font-size: 1em;
  line-height: 1.4em;
}




/*
 * TEMPLATE
 */

#header {
  width: 950px;
  height: 122px;
  margin: 0 auto;
  background-color: #000F2D;
  background-image: url(../../images/template/bg_header.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0 0 0 120px;
  padding-top: 20px;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: normal;
}

#header p {
  width: 444px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  font-weight: normal;
  text-align: right;
}

#container {
  width: 948px;
  margin: 0 auto;
  background-color: #EDF1FA;
  border-width: 0 1px;
  border-color: #fff;
  border-style: solid;
  background-image: url(../../images/template/bg_pagebody.png);
  background-repeat: no-repeat;
}

#menu {
  width: 100px;
  float: left;
  margin: 65px 0 0 15px;
  padding: 0;
  list-style: none;
}

#menu li {
  margin: 0.3em 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  color: #777;
}

#menu li a {
  padding: 0 0 0 20px;
  color: #777;
  text-decoration: none;
}

#menu li a:hover, #menu li a:focus, #menu li a.active {
  background-image: url(../../images/template/bullet_menu.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  color: #333;
  text-decoration: none;
}

#pagebody {
  margin-left: 160px;
  margin-right: 17px;
}

.pagetitle {
  height: 40px;
  margin: 0;
  padding: 7px 0 0 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
}

#container_base {
  width: 950px;
  height: 25px;
  margin: 0 auto;
  background-image: url(../../images/template/bg_container.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
}

#footer {
  margin: 0.5em 0;
  text-align: center;
  font-size: 11px;
  color: #444;
}

#footer a {
  color: #444;
  text-decoration: none;
}

#footer a:hover, #footer a:focus {
  color: #000;
}


