body {
  margin : 0;
  padding : 0;
  font-size: 0.8em;
}

a img
{
    border-style: none;
}

#MainWrapper {
  margin : 0 auto;
  width : 836px;
}

#Header {
  width : 836px;
  height : 153px;
  background-image : url("images/design/header.jpg");
  background-repeat : no-repeat;
  background-position : center 0%;
}

#Moonphase {
  float : left;
  position : relative;
  top : 11px;
  left : 18px;
}

#GidgetWrapper {
  float : left;
  position : relative;
  top : 1px;
  left : 6px;
  width : 152px;
  font-family : Arial, sans-serif;
}

#Content {
  float : left;
  position : relative;
  width : 622px;
  top : 9px;
  left : 25px;
  text-align : justify;
  font-family : Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}

#Copyright {
    clear: both;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #CCCCCC;
    font-size: 0.8em;
}

.Gidget {
  padding-bottom : 5px;
}

.GidgetUpper {
  background-image : url("images/design/menuUpper.gif");
  background-repeat : no-repeat;
  background-position : bottom;
  width : 152px;
  height : 30px;
}

.GidgetContent {
  background-image : url("images/design/menuMiddle.gif");
  background-repeat : repeat-y;
  width : 132px;
  padding : 0px 10px;
  color: #375373;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.GidgetLower {
  background-image : url("images/design/menuBottom.gif");
  background-repeat : no-repeat;
  width : 152px;
  height : 11px;
}

.GidgetTitle {
  height : 30px;
  padding-left : 8px;
}

.GidgetTitleLeft {
  float : left;
  background-image : url("images/design/menuTitleLeft.gif");
  background-repeat : no-repeat;
  width : 8px;
  height : 30px;
}

.GidgetTitleCenter {
  float : left;
  background-image : url("images/design/menuTitleCenter.gif");
  background-repeat : repeat-x;
  height : 30px;
  padding-top : 0px;
  color : #F2F2F2;
  font-family : Arial, sans-serif;
  font-weight : bold;
  font-size : 14px;
}
.GidgetTitleRight {
  float : left;
  background-image : url("images/design/menuTitleRight.gif");
  background-repeat : no-repeat;
  width : 10px;
  height : 30px;
}

.GidgetTitleBody {
  padding-top : 7px;
}

.GidgetBody {
  clear : both;
  overflow: hidden;
}

ul.Menu {
  padding: 0 0 0 5px;
  margin: 0;
}

ul.Menu li {
  list-style: none;
  font-weight: bold;
  padding-bottom: 4px;
}

ul.Menu a {
  color : #375373;
  text-decoration : none;
}

ul.Menu a:hover {
  color : #375373;
  text-decoration : underline;
}

ul.Menu a:visited {
  color : #375373;
}

a, a:visited, a:link, a:active {
  color: #375373;  
  font-weight: bold;
  text-decoration: none;  
}

a:hover {
  text-decoration: underline;
}

p {
  margin : 0 0 10px 0;
}

h1 {
    color: #375373;
    margin: 0;
    font-size: 1.6em;
}

h2 {
    color: #375373;
    font-size: 1.4em;
    font-style: italic;
}

h3 {
    clear: both;
    color: #375373;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 5px;
}

h4 {
    font-size: 1.0em;
}