html {
  background-color: #FFFFFF;
  }
body {
  margin: 0px;
  vertical-align: top;
  background-repeat: both;
  background-position: top;
  font-family: verdana, sans-serif;
  font-size: medium;
  }
#container {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 998px;
  background-color: #ffffff;
  padding: 10px;

  }
#header {
  text-align: center;
  margin-bottom: 1em;
  }
#header img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  }

#menu {

width:100%;
  }
#menu a, a:hover, a:visited {
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  padding: 2px;

  }

#menu .nolink {
  background-color: #33CC99;
  color:white;
  text-decoration:none;
  font-weight:bold;
    padding: 2px;
  }


#submenu {

  }
#submenu li {
  display: inline;

  }
#submenu a, a:hover, a:visited {
  color:#000000;
  text-decoration:none;
  font-weight:bold;
    padding: 2px;
  }



#content {
  text-align: left;
  }
#content h1 {
  color: red;
  font-weight: bold;
  }
#content a {
  color: blue;
  text-decoration: underline;
  }
#content a:hover {
  color: red;
  }


.clear {
  clear: both;
  }

.homepage_image {
  float: left;
  }
.homepage_video {
  float: left;
  margin: 15px;
  text-align: center;
  }




#formType {
  margin: 10px;
  }
#formType a {
  color:blue;
  background-color: #ffdefe;
  text-decoration:none;
  font-weight:bold;
  padding: 5px;
  margin: 5px;
  }
#formType a:hover {
  background-color: #ff69fd;
  color: blue;
  }
#formType .nolink {
  color:white;
  background-color: #0000ff;
  text-decoration:none;
  font-weight:bold;
  padding: 5px;
  margin: 5px;
  }



#content .banner {
  background-color: #9FD6F2;
  color: #0000EE;
  text-align: center;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 75%;
  font-weight: bold;
  }
#content .description {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
  }

#content .description ul {
  text-align: left;
  }
#content .description li {
  font-weight: bold;
  }

#referenceLinks {
  padding: 10px;
  text-align: center;
  }
#referenceLinks a {
  text-decoration: none;
  background-color: yellow;
  color: red;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
  }

#referenceLinks a:hover {
  color: red;	
  font-weight: bold;
  text-decoration: underline;
  }

#referenceLinks .nolink {
  background-color: red;
  color:white;
  text-decoration:none;
  font-weight:bold;
  padding: 5px;
  }


table#contracts {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
  }

tr#contracts {
  text-align: center;
  }

td#contracts {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  }


#footer {
  text-align: center;
  border-color: #0000ff;
  border-top: 1px solid;
  padding-top: 10px;
  }



