body {
  font-family: Comic Sans MS, Times New Roman, arial, MS Serif, sans-serif;
  font-size: 12px;
  text-align: center;
  background: #d3d2d1;
}

h3, p {
  font-size: 18px;
  margin: 1em 0.5em 0.5em 0.5em;
}

p {
  margin-top: 0.5em;
}

img {
  border: 0;
}

#wrapper {
  margin: auto;
  text-align: left;
  width: 750px;
  background: white;
}

#header, #search, #nav, #nav li, h2, #special,
#special h3, #footnav, #strategies li, #strategies ul
{
  margin: 0;
  padding: 0;
}

#header {
  background: #1e3a40;
  border-bottom: 0px solid #fff;
  border-top: 2px solid #fff;
  margin-bottom: 0px;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 5px;
  margin: 0 0 -4px 0;
}

#left {
  float: left;
  width: 150px;
}

#right {
  float: right;
  width: 600px;
}

#nav a:hover {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #dc6232;
}

#nav {
  float: left;
  width: 135px;
  margin: 0;
  padding: 0;
}

#nav li {
  background: #0e5a96;
  padding: 5px 1px 5px 10px;
  margin-bottom: 2px;
  margin-left: 0;
  list-style: none;
}

* html #nav li {/* IE 5.x hack */
  padding-left: 10px;
}

#nav a {
  color: #efeeed;
  text-decoration: none;
  font-weight: bold;
  font-family: Times New Roman, MS Serif, arial, sans-serif;
  font-size: 16px;
 }

#footer {
  text-align: left;
  background: #bbb;
  color: #666;
  border-top: 2px solid #fff;
}

* html #footer {
  height: 1.5em;
}

#footeri {
  padding: 2px 3px 4px 13px;
  border-bottom: 2px solid #fff;
}

#footer .copyright {
  float: left;
}

#footer a {
  color: #444;
}

#footer p {
  font-size: 11px;
}



