/* css Zen Garden submission 211 - 'Orchid Beauty', by Kevin Addison, http://www.kevinaddison.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Kevin Addison */

a:link {
  color: #559;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	}
a:hover {
	background-color: #ee3;
	}
/*a:active {
	color: #999;
	}*/

body {
  margin:0 0 0 0;
  padding:0 0 0 0;
  background-color: #ffe;
  padding-top: 5px;
  color: #333;
  font-weight:normal;
  line-height:1.4em;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}


#container {
  width:70%;
  margin-left: 5%;
  padding: 0 0 10px 0;
  position:relative;
}

#container table{
  margin-left: 10%;
}

#pageHeader {
  width: 90%;
  height: 387px;
  margin: auto;
  line-height: 200%;
  padding-bottom: 5px;
}

#pageHeader img{
  float: left;
}

h3 {
  background: url(pics/otc.archery.small.png) no-repeat left top;
  padding-top: 25px;
  text-indent: 65px;
  vertical-align: bottom;
}

#linkList h3 {
  background-image: none;
  text-indent: 0;
  padding-top: 0;
}

#linkList {
  float: right;
  position: absolute;
  top: 397px;
  left: 80%;
  right: 5%;
  padding:0 0 0 0;
  min-width: 180px;
  font-size: 0.9em;
	margin-bottom: 5px;
	margin-left: 0;
}

#footer{
	text-align: left;
	font-size: 0.9em;
}

#Note{
  font-size: 0.7em;
  line-height: 100%;
}

#address{
  margin-left: 10%;
  width: 50%;
}

#ToDo{
  text-decoration: blink;
  background-color: #f11;
}