/* Sectioned page system, with green styles
 *
 * screengreen.css
 *
 *
 */


/*
 * body		xxv--------------------------------------------------------------------------------vxx
 * level0	  ----------------------------------------------------------------------------------
 * level1	  ------v--v------------------------------------------------------------------------
 * level2	           v--v---------------------------------------------------------------------
 * level3	              v--v------------------------------------------------------------------
 * level4	                 -----------------------------------------------------------v-------
 * level5	                 --------------------------------------------------------v----------
 *
 * level6			 -----------------------------------------------------v---
 * level7			 --------------------------------------------------v---
 * main				 ---------------------------------------------------
 *
 * Result	aabbbbbbcccdddeeeffffffffffffffffffffffffffffffffffffffffffffffffffggghhhiiijjjjjjjjaa
 *
 */

/*
 * BODY
 *
 * Set the defaults for the body - the whole document
 * This will be the thin strip around the edge
 *
 */
body {
    background: rgb(40,120,0);
    color: black;
}

.centerdiv {
    background: rgb(0,150,0);
}

/*
 * Center column & set left/right edge for contents
 *
 *
 * background: rgb(126,24,6);
 */
.maindiv {
    background:   rgb(200,255,200);
    background:	#e3ffe7;
}

h1 {
   color: black;
}

h2 {
   color: black;
}

h4 {
   color: black;
}

h4.updated {
   color: black;
}

h5 {
   color: black;
}

h6 {
   color: black;
}

p {
   color: black;
}

p.date {
}

ul {

}

.tabletext {
   color: white;
   /* background: rgb(150,0,0); */
}

.tablecolor1 {
	background: #aaffaa;
}

.tablecolor2 {
	background: #99ee99;
}

.tablecolor3 {
	background: #005500;
}

td {
}

P.tabletext {
   color: red;
}

.bookmarkcell {
   color: red;
   background: rgb(125,0,0);
}

.linkscell {
   color: yellow;
   background: rgb(150,0,0);
}

.fred {
}


/*
 * The order of these is important.
 */
/* All links */
a {
   color: green;
}
/* unvisited links */
a:link {
}
/* visited links   */
a:visited {
}
/* active links - The link the forward button will activate */
a:active  {
}
/* user hovers     */
a:hover   {
   color: black;
}

.contentslist {
   color: green;
}
a.contentslist {
}
a:link.contentslist {
}
a:visited.contentslist {
}
a:active.contentslist {
}
a:hover.contentslist {
   color: black;
}

.invisiblebookmark {
   /* color: rgb(160,70,43); */
}

.navigation {
   color: green;
   /* background: #DDAA88; */
}
.invisiblenavigation {
   color: green;
   /* background: #DDAA88; */
}

a.navigation {
}
a:link.navigation {
}
a:visited.navigation {
}
a:active.navigation {
}
a:hover.navigation {
   color: black;
}

.updatedmessage {
	background: #67bb75;
	color:		black;
}

.colorscheme {
	background: #c7e19e;
}

.headerrow {
	color: white;
    /* background: #88442c url('../images/woodfloor2.jpg') fixed; */
	background: #7ca480;
}




/* end */