div {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body {
  background: #eee url(../images/tall-light-gray-gradient.gif) repeat-x fixed left bottom;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

h1 {
  color: #101010;
}

h2 {
  color: #141414;
}

h3 {
  color: #181818;
  font-family: sans-serif;
}

h4 {
  color: #1b1b1b;
  font-family: sans-serif;
  margin-bottom: 0px;
}

h5 {
  color: #202020;
  font-family: sans-serif;
  margin-bottom: 0px;
}

br {
  margin: 0px;
  padding: 0px;
}

p {
  margin-top: 2px;
  font-size: 10.5pt;
}

#header {
  top: 10px;  
  height: 100px; /* Changes both */
}

#header h1 {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #202020;
}

#header h3 {
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #282828;
}


#header ul {
  color: #5b9df5;
  background: url(../images/short-gray-gradient.gif) repeat-x;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
  float: left;
  width: 740px;
  height: 25px; /* Only changes firefox */
  padding-top: 5px;
  padding-bottom: 0px; /* Only changes firefox */
  padding-right: 4px;
  padding-left: 10px;
  /*margin-top: 0px;*/
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: right;
  position: relative;
  left: 11px;
}

#links {
  margin-top: 10px;
}

#links2 {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

#header ul li {
  display: inline;
  padding: 2px 2px 8px;
  background: url(../images/short-gray-gradient.gif) repeat-x;
  height: 25px;

  border-left: 1px solid #9a9;
  border-top: 1px solid #9a9;
  margin-right: 4px;

}

#header ul #selected {
  color: #fff;
  background: url(../images/short-gray-gradient-flipped.gif) repeat-x;
}

#header ul #selected a {
  color: #333;
}


#header ul li:hover {
  background: url(../images/short-gray-gradient-flipped.gif) repeat-x;
  color: #000;
}

a {
  color: #111;
}

a:hover {
  color: #000;
}

#header ul li a {
  text-decoration: none;
  color: #555;
}

#header ul li a:hover {
  color: #000;
}


#content {
  top: 250px;
  background: #f0f0f0 url(../images/content-gradient.gif) repeat-x fixed left bottom;
  width: 740px;
  margin-top: 43px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper {
  border: 1px solid #9a9;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 760px;
  background: #f0f0f0 url(../images/header-invert.jpg) no-repeat;
}

#footer {
  color: #333;
  text-align: center;
  font-size: small;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../images/header-invert.jpg) no-repeat;
  width: 100%;
}



table {
  margin: 5px;
  border: 1px solid #9a9;
  border-collapse: collapse;
  text-align: center;
}

td { 
  border: 1px solid #9a9; 
  text-align: center;
}

th { 
  border: 1px solid #9a9; 
  text-align: center;
}

.formleft {
  float: left;
  width: 350px;
}

.formright {
  float: left;
  margin-left: 5px;
}

.formrow {
  clear: both;
}

.button {
  float: left;
  margin-left: 21px;
  margin-right: 0px;
  padding: 0px;
}

.buttontext {
  text-align: center;
  font-weight: bold;
  font-size: 9pt;
}










