html { 
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body {  
  background-image: url("images/background.gif");
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 69%; 
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center; /* This is so that the container div will be centered in all browsers */
}

a, a:link, a:active {
  color: #660000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #999933;
}

a:hover {
  color: #993333;
}

em {
  font-style: italic;
}

h1 {
  color: #660000;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
}

img {
  border: 0px;
}

.imgleft {
/* This style is intended for divs containing captioned images that are floated left */
  float: left;
  margin-bottom: 8px;
  margin-left: 80px;
  margin-right: 10px;
  margin-top: 8px;
}

.imgright {
/* This style is intended for divs containing captioned images that are floated right */
  float: right;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 8px;
}

.caption {
  font-size: .8em;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

p {
  font-size: 1.1em;
  line-height: 1.9em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 80px;
  margin-right: 35px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}


table { 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 80px;
  margin-right: 0px;
}

td { 
  font-size: 1.2em;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  vertical-align: top;
}

th {  }

tr {  }


ul {
  font-size: 1.2em;
  margin-left: 100px;
  margin-right: 35px;
  margin-top: -0.3em;
  padding: 0px;
  text-align: left;
}

li {  
  line-height: 1.5em;
  margin-bottom: .8em;
}

/*** styles for home page ***/

#home {
  background-image: url("images/wall.gif");
  background-color: #999999;
}

#home-blurb {
  float: right;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 40px;
  margin-top: 290px;
  padding: 0px;
  width: 335px;
}


#home-blurb p {
  background-color: transparent;
  color: #660000;
  font-size: 1.2em;
  margin: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

#home-container {
  background: url("images/home-rod.gif") top no-repeat; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 0px;
  min-height: 100%;
  width: 768px;
  text-align: left; /* This realigns text left because body text alignment had to be set to center */
}

#home-main {
  background: url("images/wordweave.gif") left 10px no-repeat;
  background-color: #cccc99;
  border-bottom: solid #660000 6px;
  border-left: groove #999933 4px;
  border-right: groove #999933 4px;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
  padding: 0px;
  width: 654px;
}

#home-navigation {
  background-color: #FFFFCC;
  border-left: groove #999933 4px;
  border-right: groove #999933 4px;
  height: 98px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 654px; 
}

#home-navigation a, #home-navigation a:link, #home-navigation a:visited  {
  color: #660000;
  font-size: .8em;
  font-weight: bold;
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

#home-navigation  a:hover {
  background-image: url("images/tapestry.gif");
  border-bottom: 3px solid #999933;
  border-top: 3px solid #999933;
}

#home-navigation ul {
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: right;
}

#home-navigation li {
  display: inline;
  margin-right: 15px;
  margin-left: 15px;
}

#tagline {
  float: right;
  margin-bottom: 0ox;
  margin-left: 0px;
  margin-right: 30px;
  margin-top: -35px;
  text-align: center;
  padding: 0px;
  width: 400px;
}

.tagline {  
  color: #660000;
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 0px;
  padding: 0px;
}


/*** end styles for home page ***/


/*** styles for forms ***/

.button {
  background-color: #660000;
  border: 2px outset #999933;
  color: #999933;
  font-weight: bold;
  margin: 0px;
  padding: 4px;
  text-align: center;
  width: 6em;
}

.spacer { 
  clear: both; 
  height: 0px;
}

.special {
  visibility: hidden;
}

div.formcontainer { 
  background-image: url("images/tapestry.gif");
  border-bottom: 5px solid #660000;
  border-top: 5px solid #660000;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  padding-bottom: 10px;
  padding-top: 20px;
}

div.formcontent {
  width: 600px; 
}

div.row { 
  clear: both; 
  font-size: 1.1em;
  padding-top: 10px;
}

div.row span.label { 
  float: left;
  margin-left: 80px; 
  width: 125px; 
  text-align: right; 
}

div.row span.formw { 
  float: right; 
  width: 375px;
  text-align: left;
} 

input:focus.button {
  background-color: #993333;
  border: 2px inset #999933;
}

input:hover.button {
  background-color: #993333;
  border: 2px inset #999933;
}

input {
  background-color: #FFFFCC;
  border: 1px inset #999933;
}

input:focus {
  border: 1px outset #999933;
}

input:hover {
  border: 1px outset #999933;
}

select {
  background-color: #FFFFCC;
  border: 1px inset #999933;
}

select:focus {
  border: 1px outset #999933;
}

select:hover {
  border: 1px outset #999933;
}

textarea {
  background-color: #FFFFCC;
  border: 1px inset #999933;
}
textarea:focus {
  border: 1px outset #999933;
}

textarea:hover {
  border: 1px outset #999933;
}

/*** end styles for forms ***/


/*** styles for pages other than home page ***/

#container {
  background-color: #CCCC99;
  margin-left: auto;
  margin-right: auto;
  width: 768px;
  min-height: 100%; 
  text-align: left; /* This realigns text left because body text alignment had to be set to center */
}

#logo {
  float: left;
}

#main {
  margin-top: 6px;
  min-height: 756px;
  width: 100%; 
}

#main li {
  list-style-image: url(images/bullet1.gif);
}

#main .website {
  clear: left;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

#main .webimg {
  float: left;
  margin-bottom: 8px;
  margin-right: 10px;
  margin-top: 8px;
}

#copyright {
  background-color: #660000;
  clear: both;
  height: 40px;
  margin: 0px;
  padding: 0px;
  width: 100%; 
}
 
#copyright p {
  color: #999933;
  font-size: 1em;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
 
#navigation {
  background-color: #FFFFCC;
  height: 98px;
  width: 100%; 
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
  border-top: 3px solid #999933;
  color: #660000;
  font-size: .8em;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

#navigation a:hover {
  background-image: url("images/tapestry.gif");
}

#navigation .thispage {
  background-image: url("images/tapestry.gif");
  border-bottom: 1px dotted #660000;
  border-left: 1px solid #660000;
  border-right: 1px solid #660000;
  border-top: 3px solid #660000;
  color: #660000;
}

#navigation ul {
  margin: 0px;
  padding-bottom: 3px;
  padding-top: 10px;
  text-align: right;
}

#navigation li {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
}


.center { text-align: center }

#sidebar-container {
  background: url("images/rod.gif") top no-repeat; 
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  width: 330px;
}

#sidebar {
  background-image: url("images/tapestry.gif");
  border-bottom: solid #660000 6px;
  border-left: groove #999933 4px;
  border-right: groove #999933 4px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
  width: 270px; 
}

#sidebar h1 {
  background-color: #660000;
  color: #999933;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0px;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
}

#sidebar ul {
  font-size: 1em;
  margin-left: 3em;
  margin-right: 1em;
  margin-top: 1em;
  padding: 0em;
  text-align: left;
}

#sidebar li {  
  line-height: 1.5em;
  list-style-image: url(images/bullet1s.gif);
  margin-bottom: .8em;
}

#sidebar p {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
}

#sidebar p.quote {
  font-size: 1em;
  margin-bottom: -6px;
  margin-top: 6px;
}

#sidebar p.quoteattr {
  margin-bottom: 12px;
  margin-top: 0px;
  text-align: right;
}

/*** end styles for pages other than home page ***/

/*** tool tip styles ***/
a.info {
  border-bottom: dotted 1px; 
  font-weight: normal;
  position: relative; /*this is the key*/
  z-index: 24;
}

a.info:visited {
  position: relative; /*this is the key*/
  z-index: 24;
}

a.info:hover {
  color: #993333; 
  text-decoration: none;
  z-index: 25; 
}

a.info span {
  display: none
}

a.info:hover span { /*the span will display just on :hover state*/
  background-color: #ffffcc; 
  border: 2px solid #999933;
  color: #000000; 
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 120%;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  position: absolute;
  top: 18px; 
  left: -50px; 
  width: 250px;
}
