/* Sectioned page system, for small monitors
 *
 * screensmallmonitor.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);
    margin-left:0px;
    margin-right:0px;
}

/*
 * 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*/
    margin: 1px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-width: 0px;
}

h1 {
   color: black;
   font-size: 18px;
}

h2 {
   color: black;
   font-size: 16px;
}

h4 {
   color: black;
   font-size: 14px;
}

h4.updated {
   color: black;
   font-size: 14px;
}

h5 {
   color: black;
   font-size: 14px;
}

h6 {
   color: black;
   font-size: 14px;
}

p {
   color: black;
   font-size: 12px;
}

p.date {
}

.describedlink {
   font-size: 12px;
}


ul {
}

.tablelink {
	font-size: 12px;
}
.tabletext {
   color: white;
   /* background: rgb(150,0,0); */
}

.tablecolor1 {
	background: #99ccff;
}

.tablecolor2 {
	background: #0099ff;
}

.tablecolor3 {
	background: #0000ff;
}

td {
   font-size: 12px;
}

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 {
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.navigation {
   color: blue;
   font-size: 12px;
}
.invisiblenavigation {
   color: white;
   font-size: 12px;
}

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

.colorscheme {
	background: #a5d8f6;
}