.indent {
 margin-right: 25px;
 margin-left: 25px;
 margin-top: 0px;
 margin-bottom: 0px;
}
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;
}
body {
 margin: 0;
 padding: 0 0 0 0;
 font-family: "arial", sans-serif;
 background: #0c2994;
}
#footer { 
 background: #0c2994;
 font-size: 70%;
}
H1 {
 font-family: "times new roman", serif;
 font-size: 20pt;
 color: #0c2994;
}
H2 {
 font-family: "times new roman", serif;
 font-size: 18pt;
 color: #0c2994;
 margin-bottom: 0;
 padding-bottom: 0;
}
H3 {
 font-family: "times new roman", serif;
 font-size: 16pt;
 color: #0c2994;
 margin-bottom: 0;
 padding-bottom: 0;
}
H4 {
 font-family: "times new roman", serif;
 font-size: 14pt;
 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}
.custom {background: #e6e3e3}
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;
 font-size: small;
}
#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;
}
#content {
 background: white;
 margin: 0px 0px 0px 170px;
 padding: 10px;
 background-image: url("/images/snowfield.gif");
}
#content hr {
 color: #0c2994;
 border: 1px solid #0c2994;
}
.rbubble {
 width: 150px;
 border: 2px solid #0c2994;
 margin-left: 4px;
 margin-right: 0px;
 margin-top: 20px;
 float:right;
}
.rbubble h3 {
 width: 100%;
 color: white;
 background-color: #0c2994;
 padding: 0;
 margin: 0;
 text-align: center;
}
.rbubble p {
 margin-left: 3px;
 margin-right: 3px;
 margin-top: 5px;
 margin-bottom: 5px;
 padding: 0;
}
p {
 display: block;
}
dl {
 display: block;
}
#content dt {
 font-weight: bold;
 font-size: 12pt;
}
#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 {
 
}
.red {
 color: #0c2994;
 font-weight: bold;
}
.shadow {
 color: #66CCFF;
}

p.nvr {
 font-family: courier, fixed;
 text-align:justify;
 color: #2aeb0b;
 background-color: black
}

ol {
 margin-top: 0px;
}
ul {
 margin-top: 0px;
}
.center {
  text-align: center;
}
