body {
    background-color: #000000;
    color: #FFFFFF;
    border: none;  
}

div#header {
  font-family:sans-serif;
  background-color: #505050;
}

div#logo {
  background-color: #363636;
}
  

div#midsection {
}
  
div#navbar {
  background-color: #505050;
}

div#navbar a{
  color: #FFFFFF;
}

div#navbar div.menuitem a{
  font-weight: bold;
  text-decoration: none;
}




div#navbar div.menuitem div.menuitem a {
  background-color: #707070;
  color: #3f200a;
  font-size: medium;
 }

div#navbar div.menuitem div.menuitem div.menuitem a  {
  background-color: #909090;
  color: #000000;
  font-size: medium;
}

div#navbar a.currentPage{
  background-color: #f6f313 !important;
  color: #000000;
  text-decoration: none
}


div#content {
  background-color: #F0F0F0;
  color: #0F0F0F;
  border: 2px solid #0F0F0F;
  padding: 1em;
}

div#content div.section {
  border-top: 1px solid #303030;
}


p#tipoftheday{
  font-weight: bold;
  font-size: smaller;
  text-align: left;
}

p#tipoftheday span#tip {j
  font-weight: normal;
}

div#news div.story {
}

div#news div.headline {
  font-weight: bold;
  text-decoration: underline;
}

div#news div.intro { 
}


div#footer {
  border-top: 1px solid gray;
  text-align: center;
  font-size: x-small;
}


div#footer a#joe {
  background-color: #FFFFFF;
  color: #000000;
  padding-left: 1em;
  padding-right: 1em;
}

