html, 
body {
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height:145%;
  margin: 0;
  padding: 0;
}

body {
  background: #B2E8F4 url(/graphics/gradient.gif) repeat-x top;
  min-height: 100%;
  position: relative;
}


a, a:link, a:visited {
color:#237488;
text-decoration:underline;


}

a:focus, a:hover, a:active {
color:#000000;
text-decoration:underline;

}

a img {
  border: 0;
}

.container {
  width: 950px;
  margin: 0 auto 2em;
  overflow: hidden;
}


#header {
  height: 150px;
  overflow: hidden;
  position: relative;
}
#logo {
/*   float: left; */
  margin-right: 75px;
  position: absolute;
  left: 7px;
  top: 14px;
}
#nav {
  font-size: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 89px;
/*   float: right; */
}
#nav li {
  float: left;
  margin: 0 1px;
}
#nav a {
  color: #4A93A5;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  border:none;
}
#nav a:hover,
#nav li.current a {
  background: #CBEBCB;
}

#footer {
  background: #4A93A5;
  color: white;
  font-size: 13px;
  height: 85px;
}
#footer p {
  line-height: 85px;
  margin: 0 auto;
  width: 950px;
}



#footer a, #footer a:link, #footer a:visited {
color:#ffffff;
text-decoration:underline;

}

#footer a:focus, #footer a:hover, #footer a:active {
color:#000000;
text-decoration:underline;

}


.greenbox {
  background: #9AD55C;
  border: 5px solid white;
  clear: both;
  margin-bottom: 25px;
  padding: 25px;
  width: 765px;
}
.greenbox h1 {
  color: white;
  margin-top: 0;
  font-weight:normal;
}
.greenbox > div.right {
  text-align: right; 
  margin-right: -150px;
  margin-left: 10px;
}
.greenbox > .highlight {
  background: #B8E28D;
  border: 3px dotted white;
/*   margin: 25px; */
  padding: 25px;
  width: 500px;
}
.greenbox > .highlight h4 {
  margin: 0;
  font-weight:bold;
}
.greenbox > .highlight ul {
  margin: 10px 0;
}

.greenbox > .highlight li {
  margin: 10px 0;
}



.right {
  float: right;
}
img.right {
  margin-left: 25px;
}
.greenbox img.right {
  margin-right: -175px;
}
