/*** Normalize styles and set a base. ***/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
  font-size: 110%;
  font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

table {
  border-style:solid;
  border-width: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

html {
  height: 100%; 
  max-height: 100%; 
  padding: 0; 
  margin: 0; 
  border: 0; 
  background: #FFFFFF; 
  font-size: 80%; 
}

body {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  color: #000000;
}

/*** General Layout Stuff ***/

a,
a:link,
a:visited {
  color: #115BF8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div.spacer {
  clear: both;
  max-height: 0px;
  min-height: 0px;
}

div.center {
  text-align: center;
}

div.indent {
  margin-left: 20px;
}

/*** Main Layout ***/
div#container {
  width: 950px;
  margin: 60px auto 0px auto;
}

div#content {
  margin-bottom: 20px;
  text-align: center;
}

div#links {
  text-align: right;
  font-size: 90%;
}

div#copy {
  text-align: right;
  font-size: 90%;
}

