html {
  height: 100%;
}
hr {
display:none;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #223c47;
  font-family: "Liberation Serif","Times New Roman",Times,serif;
}
body a {
color: #660000;
}
body a:hover {
color: #CC6600;
}
#container {
  margin: 10px auto 0;
  width: 980px;
}
#wrap {
  margin: auto;
  background-image: url(body_top.gif);
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 100%;
  position: relative;
  width: 980px;
}
* html #wrap {
  height: 100%;
}
#inner-wrap {
  padding-bottom: 45px;
  background-image: url(body_bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  vertical-align: bottom;
}
#clear {
  display: block;
  clear: both;
}
#footer {
  margin-left: 20px;
  font-size: 12pt;
  background-color: transparent;
  color: #666699;
  padding-bottom: 12px;
}
#tabs {
  float: left;
  text-align: left;
  position: relative;
  left: -30px;
  top: -9px;
}
#main {
  position: relative;
  margin-left: 180px;
  margin-top: 10px;
}
#right,.right {
  float: right;
  width: 400px;
}
#left,.left {
float: left;
}
.box, .widebox {
  padding: 0 10px 10px;
  font-size: small;
  text-align: left;
  background-image: url(box_bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  overflow: visible;
  width: 330px;
  margin-bottom: 15px;
}
.box h3, .widebox h3 {
  background: transparent url('box_top.gif') no-repeat scroll left top;
  font-size: 12pt;
  color: #fff983;
  margin: 0 -10px 10px;
  padding-top: 5px;
  padding-bottom: 0px;
  height: 20px;
  text-transform: uppercase;
  font-family: "Sansation",Arial,Helvetica,sansserif;
  font-weight: bold;
  text-align: center;
  word-spacing: 4px;
}
.widebox {
  background-image: url(box_bottom_wide.gif);
  width: 710px;
  margin-left: 16px;
}
.widebox h3 {
  background: transparent url('box_top_wide.gif') no-repeat scroll left top;
}
.box img, .box embed {
display: block;
margin-left: auto;
margin-right: auto;
}
#header {
text-align: center;
margin-left: 150px;
height: 80px;
}
#header h1 {
  font-weight: normal;
  line-height: normal;
  font-size: 40pt;
  font-family: "Cushing","times new roman",times,serif;
  margin: 0;
  padding-top: 20px;
}
#nav {
  list-style-type: none;
  display: block;
  margin-top: 8px;
}
#nav li {
  padding-right: 6px;
  height: 50px;
  width: 150px;
  font-size: 17pt;
  display: block;
  padding-left: 0px;
  line-height: 30pt;
  font-family: "Comfortaa","Arial",sans-serif;
}
#nav li a {
  text-decoration: none;
  color: black;
  text-shadow: -1px 1px 1px #afb37a;
  background-repeat: no-repeat;
  display: block;
  background-image: url(tab.gif);
  background-position: left top;
  padding-left: 5px;
  padding-right: 8px;
  height: 50px;
  width: 128px;
}
#nav li a:hover {
  background-image: url(tab.gif);
  background-position: -150px top;
  background-repeat: no-repeat;
}
#nav li a:active {
  background-image: url(tab.gif);
  background-position: -300px top;
  background-repeat: no-repeat;
  padding-top: 2px;
}
#nav li .current {
  background-image: url(tab_selected.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
  background-position: left top;

}
#nav li .current:hover {
  background-image: url(tab_selected.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#nav #ipl {
margin-top: 36px; line-height: 15pt; font-size: 14pt;
}

#nav #ipl a {
background-image: url(tab_ipl.gif);
}