* { font-family: sans-serif; font-size: small; }

body {
background-color: #999999;
margin: 0px;
padding: 0px;
}

a, a:active, a:visited {
color: #0072BC;
text-decoration: underline;
}

a:hover {
color: #0072BC;
text-decoration: none;
}

#contactinfo {
  color: #000000;
  font-size: small;
  padding: 20px; 
  text-transform: uppercase; 
  vertical-align: top;
  width: 250px;
  }

#content {
  font-family: sans-serif;
  font-size: small;
  padding: 20px; 
  color: #000000;
  vertical-align: top;
}

#copyright {
  font-size: small; 
  text-align: right; 
}

#navlinks {
background-color: #314875;
text-align: right;
padding: 0px;
border-bottom: solid 1px #ffffff;
}

#navlinks a, a:visited, a:active {
font-family: serif;
font-size: large;
color: #ffffff;
text-decoration: none;
}

#navlinks a:hover {
background-color: #ffffff;
color: #314875;
}

#copyright a, a:active, a:visited {
font-family: sans-serif;
font-size: small;
color: #0072BC;
text-decoration: underline;
}

#copyright a:hover {
font-size: small;
color: #0072BC;
text-decoration: none;
}

#header {
padding-top: 50px;
margin: 0px;
}

#title {
background-color: #314875;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
padding: 0px;
}

#container {
background-color: #c0c0c0; 
border-bottom: solid 1px #000000; 
margin-bottom: 25px;
width: 100%; 
}













