body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 13px;
  line-height: 170%;
  background-color: #4F83FB;
}

h2 {font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: lighter; color: #022D8E;}
h3 {font-family: Times New Roman, Times, serif; font-size: 17px; font-weight: 500; color: #83A7FC; font-style: italic;}

a {color: #000; border-bottom: 1px dotted #000; text-decoration: none;}
a:hover {color: #000; border-bottom: none; text-decoration: none;}

/*
This class (.dimensions) keeps the site centered...
touch it only if you know what you're doing!
*/
.dimensions {
   position: absolute;
   margin-left: 50%;
   left: -500px;
   width: 1000px;
   height: 100%;
   overflow: hidden;
}
.white{
margin-top:130px;
background:#f9f9f9;
}
.showoverflow {
   height: auto;
   overflow: visible;
   position: static;
   margin: auto;
   height: auto;
}

#contentWrapper {
  position: static;
  margin-top: 412px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 25px;
  background:url(gfx/bg_content.jpg) repeat-x #FFF;
  z-index: 50;
}

.leftContent {
  width: 600px;
  float: left;
}

.rightContent {
  float: right;
  padding-top: 60px;
}

.clear {
  clear: both;
}

div.contentBox {
  background: url(gfx/bg_contentBox.jpg) repeat-x 50px 0px;
  width: 300px;
  min-height: 64px;
  margin-bottom: 40px;
}

div.contentBox h5 {
  position: relative;
  top: -17px;
  font-family: Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: lighter;
  color: #011F61;
  letter-spacing: 0.1em;
}

div.contentBox p {
  margin: -40px 10px 5px 10px;
}



#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  background: url(gfx/bg_header.jpg) repeat-x;
}

#header #logo img {position: absolute; left: 10px; top: 30px;}
#header #logo h1 {position: absolute; left: 60px; top: 50px; margin: 0; padding: 0; font-size: 20px; font-weight: normal; color: #FFF; width: 200px;}
#header #logo h6 {position: absolute; left: 10px; top: 72px; margin: 0; padding: 0; font-size: 13px; font-weight: normal; color: #FFF; width: 200px; font-style: italic;}

#navigationTop {position: absolute; height: 45px; top: 85px; left: 240px;}

#navigationTop ul {margin: 0; padding:0;}
#navigationTop li {margin: 0 10px 0 0; padding:0; float: left; list-style-type: none;}
#navigationTop li a {display: block; padding: 10px 15px 13px 15px; font-size: 12px; text-decoration: none; font-weight: bold; color: #FFF; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
#navigationTop li a:hover {background: url(gfx/bg_topnavhover.jpg) repeat-x;}
#navigationTop li a.active {background: url(gfx/bg_topnavActive.jpg) repeat-x; -webkit-box-shadow:0 0 5px #ffffff; -moz-box-shadow: 0 0 5px #ffffff; box-shadow:0 0 5px #ffffff; }

#linebelownav {
  position: absolute;
  top: 120px;
  height: 10px;
  z-index: 20;
  width: 100%;
  background-color: #1456F1;
}

#topImage {
  position: absolute;
  top: 130px;
  height: 282px;
  width: 100%;
  background: url(gfx/bg_topImage.jpg) repeat-x;
}

#topImage #slogan {
  position: absolute;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#topImage #slogan p {
  color: #FFF;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 14px;
  margin: 10px;
  line-height: 190%;
}

#footerWrapper {
  position: static;
  margin-top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  background:url(gfx/bg_footer.jpg) repeat-x;
  z-index: 50;
  min-height: 300px;
  color: #FFF;
  font-size: 11px;
  text-align: justify;
}

#footerLeft, #footerMiddle, #footerRight {
  width: 310px;
  margin: 15px 0px 10px 0px;
  padding: 5px 40px 15px 0px;
  border-right: 1px solid #D2DEFF;
  float: left;
}

#footerMiddle {padding-left: 25px;}
#footerRight {padding-left: 25px; padding-right:0px; width: 230px; border-right: none;}

#footerWrapper h6 {
  margin: 0;
  padding: 0;
  font-family: Times New Roman, Times, serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #D2DEFF;
  color: #D2DEFF;
  text-align: center;
}

#footerWrapper a {color: white; border-bottom: 1px dotted white; text-decoration: none;}
#footerWrapper a:hover {color: white; border-bottom: none; text-decoration: none;}


p.dark, div.dark {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #043DC1;
  padding: 10px;
}

