/* University Farm print stylesheet */

a {
  text-decoration: none;
  }
a:hover, a:active {
  text-decoration: underline;
  }

abbr, acronym {
  border-bottom: 0;
  cursor: default;
  }

body {
  background-color: #ffffff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 0.75em;
  margin: 0;
  overflow-x: hidden;
  }

div {
  }

form {
  border: 0;
  margin: 0;
  padding: 0;
  }

h1, h2, h3 {
  color: #330066;
  font-weight: bold;
  margin: 0 0 0.15em 0;
  padding: 0;
  }
h1 {
  font-family: Times, serif;
  font-size: 2em;
  color: #004400;
  }
h2 {
  font-size: 1.25em;
  color: #004400;
  }
h3 {
  font-size: 1em;
  color: #004400;
  }

img {
  border: 0;
  }

input {
  margin-bottom: 0.25em;
  }

label {
  padding: 0.25em 0em 0em 0em;
  }

p {
  margin: 0em 0em 1em 0em;
  padding: 0em;
  }

select {
  margin-bottom: 0.25em;
  }

small {
  color: #999999;
  }

table {
  border: 0;
  margin: 0 0 1.25em 0;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 1em;
  }

th {
  border-bottom: 0.05em solid #000000;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0.1em 0.1em 0.1em;
  text-align: left;
  }

td {
  font-family: arial, helvetica, sans-serif;
  font-size: 1em;
  padding: 0.1em;
  }

textarea {
  margin-bottom: 0.25em;
  }


.dateline {
  font-family: courier
  }
.half {
  line-height: 0.5;
  }
.hidden {
  display: none;
  overflow: hidden;
  visibility: hidden;
  }
.menu {
  padding: 1px 2px 1px 2px;
  text-decoration: none;
  }
.menu:hover, .menu:active {
  background-color: #ddddff;
  color: #000099;
  text-decoration: none;
  }
.noprint {
  visibility: visible;
  }
.printonly {
  display: none;
  visibility: hidden;
  }
.shaded {
  background-color: #eeeeff;
  }
.spacer {
  color: #aaaaaa;
  font-weight: normal;
  }


#wrap {
  height: 100%;
  left: 50%;
  margin-left: -380px;
  position: absolute;
  text-align: center;
  width: 760px;
  }
#content {
  border: 2px solid #009900;
  background-color: #ffffff;
  bottom: 15px;
  filter: none;
  left: 30px;
  -moz-opacity: 1;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100px;
  width: 700px;
  z-index: 100;
  }
* html #content {
  height: 100%;
  }
#main {
  padding: 15px 20px 0px 20px;
  text-align: left;
  width: 660px;
  }
* html #main {
  width: 700px;
  }
#column1 {
  float: left;
  padding-right: 5px;
  }
#column2 {
  float: left;
  }
.inset {
  border: 1px solid #669966;
  float: right;
  margin-left: 8px;
  padding:3px;
  text-align: center;
  }
#foot {
  bottom: 0;
  left: 30px;
  padding: 2px 0 2px 0;
  position: absolute;
  text-align: center;
  width: 700px;
  }
* html #foot {
  width: 700px;
  }
#bylaws li {
  margin-bottom: 0.75em;
  }