body {
  font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 80%;
  color: #030303;
  background: #3b78c6 url('../images/body_bg.png') center top repeat-x;
}

.center {
  width: 100%;
  text-align: center;
}

#head {
  height: 406px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/head_bg.jpg') center top repeat-y;
  text-align: left;
}

#head ul#top-menu {
  float: right;
  margin-top: 30px;
  margin-right: 12px;
  text-align: center;
}

#head ul#top-menu li { 
  float: left;
  margin-right: 3px;
  list-style: none;
  }

#head ul#top-menu li a { 
  text-decoration: none;
  color: #d4dfee;
  padding-top: 22px;
  display: block;
  width: 112px;
  height: 27px;
  background: url('../images/top_menu_btn.gif') center top no-repeat;
  }

#head ul#top-menu li a:hover { 
  padding-top: 17px;
  height: 32px;
  background: url('../images/top_menu_btn_bg_hover.gif') center top no-repeat;
  font-weight: bold;
  }

#head ul#top-menu li.active a{ 
  padding-top: 17px;
  height: 32px;
  background: url('../images/top_menu_btn_bg_hover.gif') center top no-repeat;
  font-weight: bold;
  }

#head img.logo {
  position: absolute;
  margin-left: 52px;
  top: 195px;
}
 
ul#left-menu {
  float: left;
  margin-left: 40px;
  text-align: center;
}

ul#left-menu li {
  list-style: none;
}

ul#left-menu li a {
  display: block;
  width: 206px;
  height: 21px;
  padding-top: 12px;
  text-decoration: none;
  color: #030303;
  border-bottom: 1px solid #c5c5c5;
}

ul#left-menu li a:hover {
  color: #c92020;
  border-bottom: 1px solid #c92020;
}


ul#left-menu li a.active {
  padding-top: 15px;
  color: #c92020;
  border-bottom: 1px solid #c92020;
}

#wrapper {
  margin-left: 275px;
  width: 605px;
  min-height: 400px;
  text-align: left;
  line-height: 140%;
  
}

.box {
  margin: 0px 0px 20px 5px;
  float: left;
  width: 275px;
  height: 132px;
  padding: 10px;
  background: url('../images/box_bg.gif') center top no-repeat;
  text-align: left;
  line-height: 120%;
}

.box h2 {
  font-size: 130%;
  margin-bottom: 10px;
  color: #1e4f90;
}

.box img {
  float: left;
  padding-right: 10px;
  width: 75px;
  height: 110px;
}

a.inline-btn {
  float: right;
  display: block;
  width: 70px;
  height: 24px;
  margin: 10px 10px 10px 10px;
  padding-left: 10px;
  background: url('../images/inline_btn.png') center top no-repeat;
  line-height: 24px;
  text-decoration: none;
  color: #f2f2f2;
}

#menu-bg {
  position: absolute;
  margin-left: 29px;
  margin-top: -144px;
  background: url('../images/menu_bg.png') center top repeat-x;
  width: 226px;
  height: 144px;
}

#content {
  width: 904px;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/content_bg.png') center top repeat-y;
}

h1, h2, h3, h4 {
  text-align: left;
}

h1 {
  /*padding-left: 40px; */
  font-weight: bold;
  line-height: 220%;
  font-size: 180%;
  margin-bottom: 20px;
  color: #c92020;
  border-bottom: 1px solid #c92020;
}
h1 a , h2 a, h3 a{
  color: inherit;
  text-decoration: none;
}
h1 a:hover , h2 a:hover, h3 a:hover{
  color: #000;
  text-decoration: underline;
}

h2 {
  font-size: 160%;
  margin-bottom: 10px;
  color: #1e4f90;
}

h3 {
  font-size: 150%;
  margin-bottom: 10px;
  color: #1e4f90;
  
  
}

h4 {
  font-size: 120%;
  margin-bottom: 10px;
  
}


p {
  text-align: justify;
  margin-bottom: 20px;
}

#wrapper ul {
  padding-left: 0px;
  list-style: square;
  margin-bottom: 20px;
}
#wrapper ul li {
  list-style: square;
  margin-left: 20px;
}

#foot {
  width: 904px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  background: #3b78c6 url('../images/foot_bg.png') center top no-repeat;
}


#foot ul#foot-menu {
  float: right;
  margin-right: 100px;
  margin-top: 10px;
}

#foot ul#foot-menu li {
  list-style: none;
  display: block;
  float: left;
  padding: 0px 5px 0px 5px;
  border-right: 1px solid #d4dfee;
}

#foot ul#foot-menu li.last {
  border-right: 0px;
}

#foot ul#foot-menu a {
  text-decoration: none;
  color: #d4dfee;
}

.clear-all {
  clear: both;
}

a {
  color: #1a4173;
}
