/*-------------------------------------------------------
    GPCA Basic layout (03/06/2006 BH)
-------------------------------------------------------*/
body {
  background-image: url(http://www.cagreens.org/pix/bg.gif);
  color: #003300;
  font-family: arial,helvetica,geneva,sans-serif;
  font-size: medium;
}



/*-------------------------------------------------------
    Anchors
-------------------------------------------------------*/
a:hover {
  color: #cc9900;
}

a:link {
  color: #669900;
}

a:visited {
  color: #999933;
}

A:active {
  color: #cc9933;
}

/*-------------------------------------------------------
  Table styles
-------------------------------------------------------*/
/* outermost tables use a class name to avoid screwing
   up any contained tables */
table.basic {
  width: 72%;
  border: none;
  border-collapse: collapse;
}

/* holds the IMG tag with the page header */
td.toprow {
  height: 100px;
  border: none;
  padding: 0 0 0 0;
  vertical-align: top;
}

/* forces img to be the width of the containing TD */
img.toprow {
  width: 100%;
}

/* wide strip on either side of content */
td.farside {
  border: none;
  padding: 0 0 0 0;
  vertical-align: top;
  background-color: #669966;
}

/* thin white strip on either side of content */
td.nearside {
  border: none;
  padding: 0 0 0 0;
  vertical-align: top;
  background-color: white;
}

/* basic green strip page footer */
td.bottomrow {
  height: 50px;
  border: none;
  padding: 0 0 0 0;
  vertical-align: top;
  background-color: #006633;  
}

/* the content cell for each page */
td.maincontent {
  border: none;
  padding: 0 0 0 0;
  vertical-align: top;
  background-color: white;
}

/*-------------------------------------------------------
    Headers
-------------------------------------------------------*/
h2 {
  text-align: center;
  margin-top: 1em;
}

/*-------------------------------------------------------
    Various
-------------------------------------------------------*/
p.endofcontent {
  margin-bottom: 1em;
}

p.byline {
  margin-bottom: 1em;
  font-size: x-small;
}    

img.backtotop {
  width: 18px;
  height: 18px;
  border: none;
  vertical-align: top;
  margin-right: 5px;
}

p.backtotop {
  text-align: right;
  font-size: smaller;
  font-weight: 400;
  margin-right: 10px;
}

