body {
  background-color: #003399;
  font-family: sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#top {
 background: transparent url('../images/top.jpg') no-repeat;
}

div#bottom {
 background: transparent url('../images/bottom.jpg') no-repeat;
}

div#containWrap {
  background: transparent url('../images/containWrapBackground.jpg') repeat-y;
  padding: 7px 22px 7px 22px;
}

div#contain {
  border: 7px solid #FFF217;
}

div#footer, div#footer a {
  color: #FFF;
  font-size: 10px;
}

div#footer {
  text-align: center;
}

ul#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#nav li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
}

ul#nav img, div#left img {
  border: 0px;
}

div#right {
  background: #FFFFFF url('../images/bodyBackground.gif') bottom right no-repeat; 
}

div#preload, div#preload img {
  display: none;
  visibility: hidden;
  height: 0px;
  width: 0px; 
}

/* Below Are Recommended For Use In Content */
.Blue {
  color: #003399;
}

.Yellow {
  color: #FFF217;
}
