/* IE 3.x will incorrectly treat em units as pixels.
   Percentage units or keywords may therefore be preferable.
   IE       100% is a bit bigger than 1em
   Opera    100% is a bit smaller than 1em
   Mozilla  no difference with Mozilla

See http://realworldstyle.com/fonts.html for reason of font-family listings

*/

/* --- Site Wide --- */

Body {
  margin: 0px;
  padding: 0px;  /* Need to set body margin and padding to get consistency between browsers. */
  font-family: 'Lucida Grande', Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size:94%;
  text-align: left;
  line-height: 124%;
  background: #000;
}


h3 {
  text-align: center;
  color: #060;
  background: transparent;
}
#container {
  width: 770px;
}

#main {
  float: right;
  width: 640px;
}

#headerlinks a {
  text-decoration: none;
  font-weight: bold;
  color: #ff0;
  background: #000;
}

#headerlinks a:hover {
  color: #000;
  background: #ff0;
}

#headerlinks a:active {
  color: #060;
  background: #ff0;
}

.header-spacer {
  color: #fff;
  background: #000;
}

#content-text {
  height: 100%;
  padding:10px;
  color: #000;
  background: transparent;
  background: url("../images/watermark.gif");
}



#left {
  float: left;
  width: 120px;
  text-align: center;
  border:1px black solid;
  background: #000;
}


#footer {
	border: 1px solid #cecea5;
	background: #d7dabd;
}

h1 {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0;
	clear: both;
}


/*	Various Code	*/
.argo-green {
  color: #060;
  background: transparent;
}

.argo-red {
  color: #F00;
  background: transparent;
}

.argo-blue {
  color: #00F;
  background: transparent;
}

.argo-white {
font-weight: bold;
  color: #FFF;
  background: #060;
}

.argo-whiteblue {
font-weight: bold;
  color: #FFF;
  background: #00F;
