body {
  margin: 0px;
  padding: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  background-color: #164871;
}
* {
  margin: 0px;
  padding: 0px;
}
p, h1, a, span {
  font-family: Arial,Helvetica,sans-serif;
 
}
#container {
  margin: 10px auto;
  text-align: left;
  width: 800px;
}
#main {
  width: 800px;
  background-image: url(images/background.gif);
}
#header {
  background: transparent url(images/header_bg.jpg) repeat-y scroll 0% 50%;
  width: 750px;
  height: 125px;
  margin-left: 25px;
  display: block;
}
#header-logo {
  width: 215px;
  height: 125px;
  float: left;
}
#header-plan {
  width: 535px;
  height: 125px;
  float: right;
}
#nav {
  margin: 2px 0px 2px 25px;
  padding: 3px 5px 3px 4px;
  width: 741px;
  height: 22px;
  background-color: #a5cae5;
}
#nav ul {
}
#nav li {
  display: inline;
  background-color: #245882;
  width: 78px;
  height: 22px;
  float: left;
  margin-left: 4px;
  text-align: center;
}
#nav li.active-page {
  background-color: #ffffff;
  font-weight: 800;
  color: #052d4e;
}
#nav a {
  width: 78px;
  height: 19px;
  padding-top: 3px;
  text-decoration: none;
  color: #a5cae5;
  font-weight: 800;
  display: block;
}
#nav a.active-page {
  border-color: #052d4e;
  border-top: 1px solid #052d4e;
  border-left: 1px solid #052d4e;
  width: 78px;
  height: 19px;
  padding-top: 3px;
  text-decoration: none;
  color: #052d4e;
  font-weight: 800;
  display: block;
}
#nav a.active-page:hover {
  background-color: #ffffff;
  font-weight: 800;
  color: #052d4e;
}
#nav a:hover {
  color: #ffffff;
  background-color: #397eb7;
  font-weight: 800;
}
.hiddenPic {
  display: none;
}
#content {
  width: 750px;
  margin-left: 25px;
  padding-bottom: 5px;
  background-color: #a5cae5;
}
#content table {
  width: 750px;
}
#content th {
  padding: 15px;
  padding-bottom: 0px;
  vertical-align: bottom;
  border-bottom: solid 1px #164871;
}
#content td {
  padding: 15px;
  width: 33%;
  vertical-align: top;
}
#content p {
  padding: 5px 0px;
  font-size: 12px;
  color: #000000;
}
#content a {
  color: #052d4e;
  font-weight: 800;
  text-decoration: none;
}
#content a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#content h1 {
  font-size: 16px;
  color: #052d4e;
  display: inline;
  font-weight: 900;
}
#content h2 {
  font-size: 14px;
  font-weight: bold;
  color: #052d4e;
}
#content h3 {
  font-size: 12px;
  font-weight: bold;
  color: #052d4e;
  margin-bottom: 0;
  padding-bottom: 0;
}
#content h4 {
  font-size: 11px;
  color: #052d4e;
}
#content span {
 
  font-weight: 900;
  display: inline;

}
#content img {
  border: 2px solid #164871;
  float: right;
  margin-top: 3px;
  margin-left: 1em;
  margin-bottom: 1em;
}
#content img.nostyle {
  border:  none;
  float: none;
  margin-top: 3px;
  margin-left: 1em;
  margin-bottom: 1em;
}
#content td.contact {
  padding: 15px;
  width: 25%;
  vertical-align: top;
}
#news {
  border-color: #164871;
  border-top: 2px solid #164871;
  width: 750px;
  margin-left: 25px;
  background-color: #397eb7;
  color: #ffffff;
}
#news img {
  border: 2px solid #ffffff;
  float: center;
  width: 10px;
}
#news table {
  width: 750px;
}
#news td {
  padding: 15px;
  width: 33%;
  vertical-align: top;
}
#news h1 {
  font-size: 16px;
  color: #ffffff;
}
#news h3 {
  border-bottom: 1px solid #b8b8b8;
  font-size: 12px;
  color: #ffffff;
}
#news p {
  margin: 1em 8px 1em 0;
  font-size: 12px;
}
#news a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#news a:hover {
  color: #052d4e;
  text-decoration: underline;  
}
#pictures {
  border-color: #164871;
  border-top: 2px solid #164871;
  width: 750px;
  height: 253px;
  margin-left: 25px;
  background-color: #397eb7;
  color: #ffffff;
  float: left;
  overflow: auto;
}
#pictures h1 {
  font-size: 16px;
  color: #ffffff;
}
#pictures h3 {
  border-bottom: 1px solid #b8b8b8;
  font-size: 12px;
  color: #ffffff;
}
#pictures p {
  margin: 1em 8px 1em 0;
  padding: 15px;
  font-size: 12px;
}
#pictures a {
  color: white;
  font-weight: bold;
}
#pictures a:hover {
  color: white;
}
#pictures img {
  border: 2px solid #ffffff;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#projects {
  width: 750px;
  margin-left: 25px;
  background-color: #a5cae5;
}
#projects table {
  border: none;
  width: 650px;
}
#projects td {
  border-style: none;
  padding: 1em;
}
#projects img {
  border: 2px solid #164871;
  float: center;
  margin-top: 3px;
  margin-left: 1em;
  margin-bottom: 1em;
}
#projects p {
  padding: 5px 0px;
  font-size: 12px;
  color: #000000;
}
#projects a {
  color: #052d4e;
  font-weight: 800;
}
#projects a:hover {
  color: #ffffff;
}
#projects h1 {
  font-size: 16px;
  color: #052d4e;
  display: inline;
  font-weight: 900;
}
#projects h3 {
  font-size: 12px;
  font-weight: bold;
  color: #052d4e;
}
#projects span {
  font-size: 12px;
  color: #007dda;
  font-weight: 900;
  display: inline;
  margin-left: 8px;
}
#contact {
  border-color: #164871;
  border-top: 2px solid #164871;
  width: 750px;
  margin-left: 25px;
  background-color: #397eb7;
  color: #ffffff;
}
#contact td {
  padding: 15px;
  width: 25%;
  vertical-align: top;
  text-align: left;
}
#footer {
  margin: 10px auto;
  width: 800px;
  text-align: center;
  color: #ffffff;
  background-color: #164871;
}
#footer ul {
}
#footer li {
  display: inline;
  float: none;
  text-align: center;
}
#footer a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer span {
  margin: 10px 0px;
  display: block;
  clear: both;
  color: #ffffff;
}
.clear {
  clear: both;
}
