/* Default CSS Stylesheet */

body {
  text-align: left;
  font-family: "helvetica", sans-serif;
  font-size: 100%; 
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: black;
  background: 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;
  max-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: #808080;
}

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

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

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: #808080;
}

.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/Button12s.png") 0 0 no-repeat;
  text-decoration: none;
}

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




a:link { 
	color: #808080;
	text-decoration: none;
	}
a:visited { 
	color: #808080;
	text-decoration: none;
	}
a:hover { 
	color: #2c2c2c;
	text-decoration: underline;
	}
a:active { 
	color: #808080;
	}
