body {
  font-family:Arial, Verdana;
  font-size:11px;
}

h1 {
  font-size:20px;
  color:#000000;
}

h2 {
  font-size:17px;
  color:#000000;
}

p, div, td, span, li {
  color:#656565;
}

a {
  color:#0a0c85 !important;
  text-decoration:none;
}

#body {
  background-color:#666666;
}

#main {
  width:965px;
  margin-left:auto;
  margin-right:auto;
  background:url('images/background.gif') repeat-y;
  padding:0px;
  overflow:auto;
}

#banner {
  background:url('images/banner.jpg') no-repeat;
  width:965px;
  height:198px;
  padding:0px;
  margin:0px;
  overflow:auto;
}

#underBanner {
  background:url('images/under_banner_background.gif') no-repeat 0px 0px;
  padding:0px;
  margin:0px 0px 0px 11px;
  overflow:auto;
  width:954px;
}

#menuHolder {
  background: url('images/menu_background.gif');
  padding-bottom:50px;
  width:214px;
}

#leftColumn {
  float:left;
  width:214px;
}

#leftColumn ul, #leftColumn li {
  margin:0px;
  padding:0px;
}

#leftColumn ul {
  list-style:none;
}

#menuHolder ul a {
  display:block;
  width:190px;
  padding:2px 2px 2px 15px;
  margin:1px;
  text-decoration:none;
  font-size:12px;
  font-weight:bold;
}

#menuHolder span {
  color:#0a0c85 !important;
}

#menuHolder ul a:hover {
  background-color:#ebbb00;
  color:#0a0c85 !important;
  background: url('images/menu_bullet.gif') 4px 4px no-repeat #ebbb00;
}

#menuHolder ul #currentpage {
  background: url('images/menu_bullet.gif') 4px 4px no-repeat #ebbb00;
  color:#0a0c85 !important;
}

#leftColumn span {
  display:block;
}

#quickLinks {
  background: url('images/quicklinks_background.gif') no-repeat;
  width:214px;
  padding-top:45px;
}

#quickLinksTitle {
  font-weight:bold;
  width:100px;
  font-size:14px;
  margin-left:20px;
  color:#000000;
}

#pageContent {
  width:670px;
  float:left;
  padding-left:30px;
  padding-top:20px;
}