body {
  color: #000;
  background: #fff;
  margin: 0px;
  padding-top: 0px;
  padding-left: 5px;
}

body a {
  color: #006;
}

h1, h2, h3, h4, h5, h6 {
  color: #e9302e;
  border: 0;
}

div.top {
  height: 124px;
  background: url(/header.jpg);
  background-repeat: no-repeat;
  background-position: 184px 0px;
  margin: 0 0 20px 0;
}

#header {
  display: block;
  background: #fff url(/logo_200h.png) no-repeat center;
  width: 216px;
  height: 124px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 0px;
  position: absolute; top: 0; left: 0;
  z-index: 100;
  border-bottom-right-radius: 32px;
}
#header h1 {
  display: none;
}

#content {
  background: #fff;
  border: 0;
  padding: 10px;
  height: 100%;
}

div.personalBar {
  display: none;
  height: 0;
  background: transparent;
  color: #000;
  font: 80% arial,sans-serif;
  margin-bottom: 5px;
  border: 0;
}

div.personalBar a {
  color: #006;
  background-color: transparent;
}

div.searchBox {
    background-color: transparent;
    color: Black;
    float: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-transform: none;
    width: 100%;
border: 0px;
}

#searchit {
  display:block;
  width: 56px;
  height: 19px;
  margin: 3px 0px 0px 10px;
  border: 0px transparent;
  padding: 0px;
}

#searchGadget {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

table.columns {
  border-spacing: 0;
}

table.columns td.left {
  padding: 8px;
  font: Arial, sans-serif;
  width: 180px;
  background: #e9302e;
}

table.columns td.main {
  padding: 0px;
  font: Arial, sans-serif;
  width: 100%;
}

table.columns td.right {
  padding: 0px;
width:
}

#sidebar {
  margin-top: 50px;
}

a.leftnavlink {
  color: #fff;
  background-color: transparent;
  font-weight: bold;
}

#mainMenu {
  width: 150px;
}

#menuList {
  margin: 0px;
  padding: 0px;
}

li.menubar {
  list-style: none outside;
}

div.help {
background-color: #FFFFE1;
border: 1px solid black;
font-size: 80%;
font-weight: normal;
line-height: normal;
text-align: left;
position: absolute;
left: -18em;
top: 1.5em;
width: 10em;
padding: 0.5em;
}



div.tabs {
  padding: 0;
  border-bottom: solid #e9302e 6px;
}
div.tabs a {
  border: 0;
  background: #e9302e;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0 4px 0 0;
  font-weight: bold;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
div.tabs a.selected {
  border: solid #e9302e 1px;
  background: #eee;
  color: #e9302e;
  font-weight: bold;
}