/* Modified CSS Stylesheet */

body {
  text-align: left;
  font-family: "helvetica", sans-serif;
  font-size: medium; 
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  background-color: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


#html {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  margin: auto;
}

#container {
  margin: 0 auto;
  width: 940px;
  text-align: left;
  }

#cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}

#blockl, #thead, #tfoot {
	float: left;
}

#blockr {
   float: right; height: 213px ;
      width: 609px; /* or whatever width you want */
}

h1 {
  text-align: left;
  font-family: sans-serif;
  font-size: xx-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #0000A0;
}

h2 {
  text-align: left;
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #0000A0;
}


h3 {
  text-align: left;
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #0000A0;
}

pre { 
  margin-left: 2em;
  font-family: monospace; 
}

ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style-type: disc;
}


strong {
  font-weight: bold;
}

.headx {
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #0000A0;
}

.headz {
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: normal;
  font-style: normal;
  color: #FF0000;
}

.headi {
  font-family: sans-serif;
  font-size: large;
  font-weight: bold;
  font-variant: normal;
  font-style: italic;
  color: black;
}


.headii {
  font-family: sans-serif;
  font-size: medium;
  font-weight: bold;
  font-variant: normal;
  font-style: italic;
  color: black;
}

.headiii {
  font-family: sans-serif;
  font-size: medium;
  font-weight: normal;
  font-variant: normal;
  font-style: italic;
  color: black;
}




a.srollover {
  display: block;
  width: 31px;
  height: 31px;
  background: url("images/Button13s.png") 0 0 no-repeat;
  text-decoration: none;
}

a:hover.srollover {
  background-position: -31px 0;
}



