body {
 margin: 0;
 padding: 0 0 0 0;
 font-family: "arial", "sans-serif";
 background: #000000;
}

#footer { 
 background: #000000;
}

H1 {
 font-family: "times new roman", serif;
 color: #000000;
}
H2 {
 font-family: "times new roman", serif;
 color: #000000;
}

H3 {
 font-family: "times new roman", serif;
 color: #000000;
 margin-bottom: 0;
 padding-bottom: 0;
}
H4 {
 font-family: "times new roman", serif;
 color: #000000;
 margin-bottom: 0;
 padding-bottom: 0;
}

tr.highlight {
 background-color: silver;
 border: 0;
}

td.calendar {
 border: 0;
 margin: 0;
}

A.topbar:link {color: yellow}
A.topbar:visited {color: silver}
.topbar {color:white}
.headline {margin: 0}
.byline {margin: 0; padding: 0}
.highlight {background: #FFCC00}
A.sidebar:link {color:yellow}
A.sidebar:visited {color:white}
A.sidebar:hover {color: yellow; background-color: black}

A:link {color:#004B94}
A:visited {color:#003000 }
A:hover {color:#61C7DB;}

#menu {
 float: left;
 width: 225px;
 background:  #000000;
 margin: 0 0 0 0;
}
#menu b {
 margin: 0px;
 color:silver;
 font-size: 16pt;
}

#menu ul {
 margin: 0px;
}
#menu li {
 list-style-type: none;
 margin-left: 10px;
 margin-bottom: 2px;
 padding: 0px;
}
#menu a:visited {color:silver}
#menu a:link {color:white}
#menu a:hover {color:#000000; background-color:white}
#menu p {
 color: #FFC000;
 margin-left: 10px;
 padding: 0px;
}

#content {
 margin-top:0px;
 margin-right: 0px;
 margin-left: 225px;
 padding: 10px;
 background: #FFFFFF;
}

input[type=submit] {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 200px;
  border-radius: 8px;
}



#content dd {
 margin-bottom: 10px;
}


.rbubble {
 width: 280px;
 border: 2px solid #000000;
 margin-left: 4px;
 margin-right: 0px;
 margin-top: 20px;
 float:right;
}
.rbubble h3 {
 width: 100%;
 color: white;
 background-color: #000000;
 padding: 0;
 margin: 0;
 text-align: center;
}
.rbubble p {
 margin-left: 3px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 0;
 text-align: center;
}
.rbubble img {
 margin: 0px;
 padding: 0px;
 border: 0px;
}

.midbubble {
 display: block;
 margin-right: 10px;
}

.midbubble img {
 display: inline;
 float: left;
 margin-right: 10px;
 overflow: hidden;
}

.tightlist {
 margin-top: 2px;
 margin-bottom: 2px;
 border-top:2px;
 border-bottom:2px;
 list-style: none;
}

ul.photoalbum {
 list-style-type: none;
 display: block;
 width: 90%;
}
ul.photoalbum li {
 margin-right: 6px;
 margin-bottom: 10px;
 font-weight: bold;
 float: left;
 text-align: center;
 height: 200px;
}
ul.photoalbum img {
 
}
.indent {
 margin-right: 10px;
 margin-left: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
}

.black {
 color: #000000;
 font-weight: bold;
}
