/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /* background-image:url(../spacebg1.gif); */
  background-color: transparent;  
  color: #000;
}
h1 {
  font-size: 175%;
  margin: .3em;
}
h2 {
  font-size: 125%;
  margin: .2em 0;
}
a:link {
  color: #00f;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #909;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color:#709302;
  background-color: transparent;
  text-decoration: none;
}

/* page header, uses body colors */
#header {
  width: 100%;             /* full window width */
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 150%;
  text-align: center;
/*  border-bottom: 1px dashed #999; */
}

/* container for the 3 columns */
.outer-container {
  width: 100%;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: transparent;  
  color: #000;
  /* border-top: 1px solid #999;
  border-bottom: 1px solid #999; */
}

/* container for just the left and center columns */
.inner-container {
  width: 90%;              /* leaves 24% of window width for right column */
  float: left;             /* left side of window */
  background-color: transparent;  
  color: #000;             /* delete these colors to get same color as right column */
  margin: 0;               /* keep flush with adjacent containers */
}

/* left column */
.lc {
  width: 9%;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: .3em 0 0 2%;    /* space from window edge (IE messes up with margin, so use padding) */
  font-size: 90%;
}

/* center column */
.content {
  width: 80%;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: .2em 1.5%;      /* some padding for readability */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: transparent;  
  color: #000;
  /* border-color: #999;  */    /* W3C CSS validation service get an erroneous */
  /* border-style: solid; */    /*   parse error on border-right shorthand, */
  /* border-width: 0 1px; */    /*   but not on individual properties */
}

.group { float:left; display-align:auto; 
	padding-left:7px; padding-right:7px;
	border:#399 1px solid; margin:2px;
}
p.c { text-align:center; max-width:160px }  /* for centering buttons */

/* right column */
.rc {
  width: 11%;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  padding: .3em 1.5% .3em 0;      /* some space from right window edge */
  font-size: 90%;
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0px;
  overflow: hidden;
}

/* page footer, uses body colors */
#footer {
  clear: both;             /* below all columns */
  width: 100%;             /* full window width */
  margin: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 100%;
  text-align: center;
/*  border-top: 1px dashed #999; */
}
#footer a:link {
  text-align: center;
  text-decoration: none;
}

#footer a:hover {
  color:#709302;
  background-color: transparent;
} 

#header p,
#footer p {
  margin-bottom: 0;        /* prevent gaps between divs in some browsers */
}

} /* end media screen rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}

} /* end WinIE only rules */

.show { display:block }
.hide { display:none }
#gffgif { position:absolute; top:12px; left:12px }
#mphgif { position:absolute; top:12px; right:12px }
#lgcs { font-size: 150%; font-family:'comic sans ms' }
.sep { text-size:xxx-large; font-weight:bold; vertical-align:-20%; color:#f7932f }
/* #d00069 */

