/* Sectioned page system, with blue styles
 *
 * screenblue.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,0,153);
    color: black;
}

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

/*
 * Center column & set left/right edge for contents13:16 13/07/2004
 *
 *
 * background: rgb(126,24,6);
 */
.maindiv {
    /* background:   rgb(0,184,255); */ /*light blue*/
    /* background: #8eccff; */
    background: #b0dbff;
}

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: #99ccff;
}

.tablecolor2 {
	background: #0099ff;
}

.tablecolor3 {
	background: #0000ff;
}

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: blue;
}
/* unvisited links */
a:link {
}
/* visited links   */
a:visited {
}
/* active links - The link the forward button will activate */
a:active  {
}
/* user hovers     */
a:hover   {
   color: white;
}

.contentslist {
   color: blue;
}
a.contentslist {
}
a:link.contentslist {
}
a:visited.contentslist {
}
a:active.contentslist {
}
a:hover.contentslist {
   color: white;
}

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

.navigation {
   color: blue;
}
.invisiblenavigation {
   color: white;
}

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

.updatedmessage {
	background: #81c6ff;
	color:		black;
}

.colorscheme {
	background: #a5d8f6;
	background: #81c6ff;
}

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




/* end */