* { padding: 0; margin: 0;}
body { text-align: center; font-family: arial, helvetica, tahoma; font-size: 67.5%; color: #333; background: url("images/bg.gif") repeat-x #dbe9f6;}
a { color: #95aabf; text-decoration: none; }
a:hover { text-decoration: none; }


ul { list-style-type:none; }
li { list-style-type:none; }

.Left { float: left; }
.Right { float: right; }
.Textleft { text-align: left; }
.Textright { text-align: right; }
.Width { width: 755px; }
.Width100 { width: 100%; }
.Black { color: #000; }
.White { color: #FFF; }
.Center { margin: 0 auto; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }

.wrap {
  width: 755px;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
}
.topbar {
  height: 40px;
  color: #bbb;
}
.topbar a{
  width: 92px;
  height: 28px;
  padding-top: 12px;
  margin-right: 4px;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
  text-align:center;
  float: left;
  background: url("images/topbar.gif") no-repeat;
}
.topbar a:hover{
  color: #bbb;
}
.header{
  height: 57px;
  padding-top: 57px;
  background: url("images/header.gif") repeat-x;
}
.logo a{
  color: #67829e;
  font-size: 2em;
  text-decoration:none;
}
.logo {
  float: left;
}
.contenttop {
  width: 535px;
  height: 7px;
  background: url("images/contenttop.gif") no-repeat;
}
.contentbottom {
  width: 535px;
  height: 6px;
  background: url("images/contentbottom.gif") no-repeat;
}
.content {
  padding: 15px;
  line-height: 21px;
  background: url("images/contentbg.gif") repeat-y;
}
.navbar {
 width: 223px;
 padding-top: 33px;
 background: url("images/navbartop.gif") no-repeat;
}
.navbarheader {
  width: 223px;
  height: 30px;
  padding-top: 12px;
  font-size: 1.3em;
  text-indent: 10px;
  border-left:none;
  border-right:none;
  border-bottom:none;
  display: block;
  background: url("images/navbarheader.gif") no-repeat;
}
.navbar li a{
  width: 213px;
  height: 27px;
  padding-top: 16px;
  padding-left: 10px;
  margin: 0;
  color: #555;
  font-size: 1.2em;
  display: inline-block;
  background: url("images/navbar.gif") no-repeat;
}
.navbar li a:hover {
  background: url("images/navbarhover.gif") no-repeat;
}
.navbar .Selected
{
  background: url("images/navbarhover.gif") no-repeat;
}
.navbarfooter {
  width: 233px;
  height: 6px;
  padding: 0;
  margin-top: -8px;
  background: url("images/navbarbottom.gif") no-repeat;
}
.footer {
  height: 29px;
  margin-top: 20px;
  padding-top: 10px;
  background: url("images/footer.gif") repeat-x;
}
.footer span{
}
.footer a{
  color: #fff;
}
.footer a:hover{
  color: #75e7df;
}