html, body {
   margin: 10px;
   padding: 5px;
   border: 2px;
   left: 0px;
   top: 0px;
}

p, li {
   font: 1em Arial, Century Gothic, Arial;
}
h1 {
   font: 2em Arial, Century Gothic, Arial;
}
h2 {
   font: 1.5em Arial, Century Gothic, Arial;
}
h3 {
   font: 1.25em Arial, Century Gothic, Arial;
}

a:link {
   font-family: Arial, Century Gothic, Arial;
   color: #F49300;
   text-decoration: underline;
}
a:visited {
   color: #FFCC66;
}
a:hover {
   background: #FFFFCC;
   font-weight: bold;
}

#nav {
  width: 225px;
  margin-right: 15px;
  border: medium solid #000000;
}
#nav li {
  list-style: none;
}
.footer {
  font-size: .75em;
  clear: both;
  width: 100%;
  text-align: center;
}

#main {
  width: 800px;
  top: 0px;
  position: absolute;
  left: 250px;
}

.topline {
  border-top: thick solid #FFCC00;
}

#main img {
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}
.noborder {
  border: 0px none;
}
div#goal-header {
    font-weight: bold;
    font-size: 14px;
}
div#goal-list li {
    font-size: 12px;
    margin-bottom: 3px;
    color: #666;
}
div#goal-list li a {
    font-size: 12px;
}

