/* Style Definitions */
body {
  margin: 0 10px; padding: 10 250px 0 200px;
  background: white url(images/backgrnd.gif);
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {color: #008357;}

ol {margin-bottom: 0in;}

ul {margin-bottom: 0in; line-height: 1.5em;}

.navlist {
  line-height: 1.5em;
  list-style-type: none;
  margin-left: 0em;
  text-indent: 0em;
}

.textcolor {
  color: #008357;
  font-weight: bold;
}

#center{float: left; width: 100%; margin-right: -100%;}

#container{
/*  background-color:#0ff; */
  float: left;
  width: 100%;
  border-left: 200px solid #0f0;
  border-right: 200px solid #f00;
  margin-left: -200px;
  margin-right: -200px;
  display: inline;/* So IE plays nice */
}

#header{
  height: 1em;
/*	background-color: #666; */
  margin-bottom: 10px;
}

#leftRail{
  float: left;
  width: 200px;
  margin-left: -200px;
  position: relative;
}

#rightRail{
  float: right;
  width: 200px;
  margin-right: -200px;
  position: relative;
}

a:active {color: #cccc00; background-color: transparent;}

a:hover {
  color: #ff6600;
  background-color: transparent;
  text-decoration: underline;
}
