body {
  margin: 0px;
  border: 0px;
  font-family: arial, sans-serif; 
  font-size: 10pt;
  background-color: #a9bdd6;
  color: #222222;
}

* html div.block-contain {height: 1%;}

#content {
    float: left;
    width: 830px;
    height: 464px;
}

#top {
    background-color: white;
}

#top .logo {
    float: left; 
    padding: 6px;
}

#top .logo img {
    display: block;
}

#top-nav {
    clear: right;
    padding-top: 7px;
    position: relative;
    top: 17px;
}

#rhs {
    margin-left: 790px;
    border: 0;
    height: 527px;
    /* Otherwise the Kit tool tip is under the RHS border area */
    z-index: -1;
}

/* Nudge the scalable area to the left and extend it (both by 3px) for IE */
* html #rhs {
    position: relative;
    height: 528px;
    left: -3px;
}

#body {
    clear: both;
    background: url('/shared/images/content-fade-bg.png') repeat-y top right;
    background-color: #bdd2e7;
    height: 308px;
}

#search {
    margin: 0;
    padding-top: 5ex;
    margin-left: 50%;
}

#search h1 {
    color: white;
    font-size: 16pt;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

#image {
    float: left; 
    margin: 0px;
    background-color: white;
    border-right: 1px solid white;
}

.highlight {
    font-family: serif;
    font-weight: bold;
    font-size: 17pt;
}

#search h2 .highlight {
    font-size: 16pt;
}

#tips {
    background-color: #003366;
    border-top: 1px solid white; 
    border-bottom: 1px solid white; 
    height: 145px;
}

#tips ul {
    list-style: none; 
    margin: 0 auto;
    padding: 0;
    height: 141px;
    width: 730px;
}

#tips li {
    float: left;
    text-align: left;
    vertical-align: top;
    color: white;
}

li.tip {
    width: 210px;
    padding: 0px 10px;
    margin: 10px 0 0 0;
}

li.tip h2 {
    color: #ffcc66;
    margin: 3px;
    padding: 0px;
    font-size: 120%;
}

li.tip img {
    display: block;
}

#search-box-container {
    width: 340px;
    background-color: #dce8f4;
    padding: 5px 0px;
}

#search-box {
  margin: 0px 5px;
  padding: 5px 0px;
  background-color: #003366;
}

#search-box .arrow {
    color: #ffcc66;
}

#search-box .csstip {
    font-size: 10pt;
}

#search-box h2 {
    margin: 0;
    padding: 0;
    font-size: 12pt;
}

#search-box a {
    color: #ffcc66;
}

#tips a {
    color: white;
    text-decoration: underline;
}
