@charset "UTF-8";
/* main-layout.css 
Author: Mark Hill, Copyright 2008
    
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
   FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
   COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
   INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
   BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 
   OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 
   ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 
   TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 
   USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */

/* End copyright statements */

/* Key colour: #4B9700; */

html {
	background: #FFFFFF;
    color: #000000;
}

body {
  
  padding: 2em 1em 2em 4.38em;;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /*color: #333333;*/
  color: #000000;
  /*color: #575757;*/
  background: #FFFFFF;
}

/* p elements */
#small { font-size: small }
.small { font-size: small }

p.copyright { font-size: small }
p.menubottom { font-size: small; text-align: right}
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/


/* links */
a {
		/*border-bottom-color: #eee;*/

        /*color: #004B97;*/
        color: #2C2C69;
        background: white;
		/*border-bottom-style: solid;
		border-bottom-width: 1px;*/
		text-decoration: none;
}

a:visited {
		/*border-bottom-color: #eee;*/
		/* color: #9d604c; */
        /*color: #970096;*/
        color: #692C69;
        background: white;
}

a:hover {
		/*background-color: #ffffda;*/
        /*color: #008E8F;*/
		/*border-bottom-color: #ddd;*/
        /*color: #189700;*/
        color: #4B4B4B;
        background:  #FFFFFF;
        text-decoration:underline;
}

a:link img, a:visited img { border-style: none } /* no border on img links */


/* ---- headings ---- */

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
/*h1, h2, h3 { color: #005A9C; background: white }*/
h1 { color: #4B692D;
	background: white; }
h2, h3 { color: #4B4B4B; background: #FFFFFF; }
h1 { font-size: 170%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; font-weight: bold; }
h5 { font-size: 100%; font-style: italic; }
h6 { font-size: 100%; font-variant: small-caps; }

/* -- other -- */
pre, code { font-family: "Courier New", Courier, monospace; }
pre { margin-left: 2em }

.hide { display: none }


ul.toc {
  list-style: disc;		/* Mac NS 4 has problem with 'none' */
  list-style: none;
}


.imgleft { 
	float: left; 
	margin-top: 0.63em;
    margin-right: 0.63em;
    margin-bottom: 0.63em;
}

.imgright { 
	float: right; 
    margin: 0.63em;
}


/*-- Navigation --*/

#globalnav { font-size: small; text-align: left}

/* -- */
#content {
	width: 45em;
    height: auto;
}