/* Sectioned page system, with blue styles
 *
 * screenclassicblue.css
 *
 *
 */

/*
 * BODY
 *
 * Set the defaults for the body - the whole document
 * This will be the thin strip around the edge
 *
 */
body {
    background: #9ac7df url('../images/classicbackground6.gif') fixed repeat-y;
    /* background: #0080b6 url('../images/classicbackground1.gif') fixed repeat-y; */
    color: black;
}

.centerdiv {
    /* background: #aaaaaa; */
    padding:		0px;
    margin-top:		10px;
    margin-bottom:	10px;
    margin-left:	20px;
    margin-right:	5px;
    padding-left:	0px;
    padding-right:	0px;
    padding-top:	0px;
    padding-bottom:	0px;
}

/*
 * Center column & set left/right edge for contents13:16 13/07/2004
 *
 */
.maindiv {
    margin: 0px;
    /* background: #cccccc url('../images/brushedal3.jpg'); */
    border-color: #ff0099;
    border-style: none;
}

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); */
}

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: blue;
	color:		white;
}

.colorscheme {
	background: 	#62c2ef;
	margin:			1px;
	padding:		3px;
    border-style:	solid;
    border-width:	2px;
    border-color:	blue;
}


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

.sectionseparation {
	/* background:		red url('../images/classicbackground6.gif'); */
	background:		url('../images/pearlstring3.gif');
	color:			black;
	border:			0px solid black; 
	height:			25px;
	/* width:		70%; */
	margin-left:	100px;
	margin-right:	100px;
	padding:		0px;
    border-width:	0px;
}





/* end */