body {
  background: #00517D;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#header {
  background: #00517D;
  padding: 5px 0px 0px 0px;
}

#header-xmas {
  background-image: url('/family/images/snowflakes_blue.gif');
  padding: 5px 0px 0px 0px;
}


#content {
  background: #F0F8F8;
  color: #000000;
  padding: 15px 10px 15px 10px;
}

#footer {
  background: #00517D;
  color: #F9F6B3;
  padding: 2px 5px 2px 5px;
  font-size: 70%;
  clear:both;
}
#footer a:link{
  color: #F9F6B3;
}
#footer a:visited{
  color: #F9F6B3;
}

/*
#menu {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    margin: 0 0 0 0px;
    border-right: 2px solid #666699;
    border-bottom: 2px solid #666699;
    padding-bottom: 20px;
    padding-top: 0px;
    color: #000000;
    background: #BBAAEE;
}
*/

img {
    border: 0px;
}

a.lsc {
    font-size: 72px;
    font-family:"Monotype Corsiva",cursive;
    color: #00008B;
    text-decoration: none
}
a.lsc:visited {
    color: #00008B;
}
a.lsc:hover {
    color: #FF0000;
}

a.tb {
    font-size: 12px;
    font-family:"Monotype Corsiva",cursive;
    color: #00008B;
    text-decoration: none
}
a.tb:visited {
    color: #00008B;
}
a.tb:hover {
    color: #FF0000;
}


/* dropdown menu */

.menu {
/*
  border: solid 1px #BFBFBF;
  padding:10px 10px 15px 10px;
*/
  background-color:#669999;
}

.menuItem {
  background-color:#669999;
  font-size: 12px;
  font-family:"Monotype Corsiva",cursive;
  color: #00008B;
  padding:5px 5px 5px 5px;
/*
  padding:4px 10px 4px 10px;
  border-bottom:solid 1px #dddddd;
*/
}

/*
.menuItem:hover {
  background-color:#f1f1f1;
  color: #FF0000;
}
*/

.menuItem a:hover {
  color: #FF0000;
}

.menuItem a {
  color:#00008B;
  text-decoration:none;
}

#demo {
  background-color:#669999;
  font-size: 14px;
  font-family:"Monotype Corsiva",cursive;
  color: #00008B;
  padding:5px 5px 5px 5px;
  text-align: center;
/*
  cursor:pointer;
  padding:5px 20px 5px 20px;
  margin: 30px 0;
  width: 425px;
*/
}

#demo span {
  padding:5px 20px 0px 5px;
/*
  cursor:pointer;
*/
}

#demo a {
  text-decoration:none;
}

#demo a:hover {
  color: #FF0000;
}

#slt {
  border-collapse:collapse;
}

#slt th {
  background-color:#708090;
  color:#00008B;
  border:1px solid #000000;
  vertical-align:top;
}

#slt td {
//  background-color:#F5F5DC;
  background-color:#F9F9F9;
  color:#00008B;
  border-top:1px dashed #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px dashed #000000;
}

#slt tr.slt-tot td {
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  background-color:#C0C0C0;
}

#slt tr.sltthb th {
  font-weight:normal;
}



/*
#test table, td, th
{
border:1px solid green;
}
th
{
background-color:green;
color:white;
}
border-collapse:collapse;
*/


