body {
font: normal 15px Helvetica, Arial, sans-serif;
margin: 0;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 10px;
background-color: #D4F2F2;
}

.smallCaps {
font-size: small;
letter-spacing: 0.2em;
text-transform: uppercase;
}

p {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul {
  margin: 0;
  margin-left: 20px;
  padding-left: 5px;
}

li {
  margin: 0;
}

h1 {
   margin: 0px;
   font-size: 49px;
   letter-spacing: -1;
}

h2 {
  font-size: x-large;
  letter-spacing: .05em;
  margin: 0px;
  padding: 0;
}

img {
  border: 0;
  padding: 5px;
}

/* For performance one images... */
div.container {
  position: relative; /* required by NN */
}

img.embed {
  float: right;
}

/* the workaround */
/* moz 1.4 requires something in the content field */
div.container:after{
  content: ".";
  display: block;
  visibility: hidden;
  clear: both; 
}

/* Hides from IE-mac \*/
* html div.container {height: 1%;}
/* End hide from IE-mac */

#main {
  border: solid #113333 1px;
  border-top: solid #113333 5px;
}

#banner {
padding-left: 5px;
padding-bottom: 5px;
background-color: #226666;
color: white;
}

#banner a {
color: white;
text-decoration: none;
}

#content {
padding-top: 10px;
padding-bottom: 45px;
padding-left: 15px;
padding-right: 30px;
background-color: white;
[*color: #669999;*]
color: rgb(50, 50, 50);
font-size: medium;
}

#content a:link, a:visited {
color: rgb(250, 80, 80);
font-weight: bold;
text-decoration: none;
}

#content a:hover, a:active {
color: #FF0000
}

#footer {
padding-left: 5px;
background-color: white;
}
  