


/* comment: COLOR css: color, background color, background image  */

/* comment: most All nav-bar drop down menu info in position.css file */	

/* comment: light aqua */	
html {
	background-color: #ccffff;	
	background-image:  url('../graphics/bgtop.png'); 
	background-repeat: repeat-x;

	}
	
body {	
	
	color: #000000;
	background-color: transparent;
	
	}

/* CHECK COLORS of LINKS when links- 11-22-08 - kp */
a:link { color: #1d28ff; } /* dark blue OK */
a:visited { color: #333333; } /* grey OK */
a:hover { color: #660000; background: #ffb66e;} /* make dark red with orange BG hover */
a:active { color: #1d28ff; } /* dark blue */




div#content-top { background: transparent; }


/* comment: orange grid?? grid */	
div#pagediv {
				background-image: url('../graphics/white-orange-horiz-blend.jpg') ;
				background-position: right; 
				background-repeat: repeat-y;	
			
				}




/* comment: off white bg */
div#content-left { background: #f4fbea; }
				
/* comment:  inherited page div bg */
div#content-right { }

/* comment:  seagreenish */
div#main-left{ 
			background: #beeacc;
	
		
					}
/* comment:  seagreenish */
div#main-center{ 
			background: #90b557;
	
		
					}
			
/* comment:  seagreenish */
div#main-right{ 
			background: #beeacc;
	
		
					}
			
/* comment: H1--black */

h1 {	
	color: #000000;
}

/* comment: H2--maroon */

h2 {	
	color: #660000;
	}
	
	
/* comment: H3-- dark green -  */
h3 {	
	color: #003300;
	}


/* comment: H4-- royal blue */
h4 {	
	color: #1d28ff;
	}

table.bluebg {background-color: #ccd6ff; }

	/* or  red = cc0000  */

.red { color: #990000;}
.rust  { color: #660000;}
.redred { color: #ff0000; }

.orange { color: #ffb66e; }

.brightyellow  { color: #ffff66; }
.lightyellow  { color: #ffe680; }


.lightgreen  { color: #f2ffbf; }
/* or  green #669933  */
.green { color: #006600; }
.darkgreen { color: #003300; }


.lightblue { color: #ccd6ff; }
.medblue { color: #8cbbd8; }
.brightblue { color: #000099; }
.navy { color: #000066; }  
.blue { color: #1d28ff; }

.rose { color: #cc9999; }
.plum { color: #3C1133; }

.rust { color: #660000; }
.brown { color: #3C1d00; }

.black { color: #000000; }
.white { color: #ffffff; }




