#footer { 
 background: #0c2994;
 font-size: 70%;
}

H1 {
 font-family: "times new roman", serif;
 color: #0c2994;

}
H2 {
 font-family: "times new roman", serif;
 color: #0c2994;
 margin-bottom: 3px;
}

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

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

A:link {color:#0c2994}
A:visited {color:green }
A:hover {color:red;}

#menu {
 float: left;
 width: 170px;
 background:  #0c2994;
}
#menu ul {
 margin: 0px;
}
#menu li {
 list-style-type: none;
 margin-left: 2px;
 margin-bottom: 3px;
 padding: 0px;
}
#menu a:visited {color:silver}
#menu a:link {color:white}
#menu a:hover {color:#0c2994; background-color:white}
#menu p {
 color: white;
 margin-left: 3px;
 padding: 0px;
}
#menu b {
 color:white;
 font-family: "times new roman", serif;
 font-size:14px;
}

input[type=submit] {
  background-color: #000099;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 200px;
  border-radius: 8px;
}
.button {
  background-color: #000099;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 200px;
  border-radius: 8px;
}
.smbutton {
  background-color: #000099;
  color: white;
  text-align: center;
  font-size: 14px;
  width: 75px;
  border-radius: 8px;
}
input[type=text] {
  border: 1px solid #000099;
  border-radius: 4px;
  background-color: #E0FFFF;
}
input[type=password] {
  border: 1px solid #000099;
  border-radius: 4px;
  background-color: #E0FFFF;
}
input[type=checkbox] {
  border: 1px solid #000099;
  border-radius: 4px;
  background-color: #E0FFFF;
}
input[type=radio] {
  border: 1px solid #000099;
  border-radius: 4px;
  background-color: #E0FFFF;
}
textarea {
  border: 1px solid #000099;
  border-radius: 4px;
  background-color: #E0FFFF;
}
select {
  border: 1px solid #000099;
  border-radius: 4px;
  background-color: #E0FFFF;
}



#content {
 background: white;
 margin-top:0px;
 margin-right: 0px;
 margin-left: 170px;
 padding: 10px;
 background-image: url("/images/snowfield.gif");
}

p {
 display: block;
}

dl {
 display: inline-block;
}

#content dt {
 font-weight: bold; 
}
#content dd {
 margin-bottom: 8px;
}

.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;
}

.red {
 color: #0c2994;
 font-weight: bold;
}

.shadow {
 color: #66CCFF;
}
