/* CSS Document */
/*===================  COLORS  =================================================
# sky-colors.css
#=============================================================================*/

/*===============  sky blue theme =================*/
body { background-image: url(sky-128top.jpg);
		background-repeat:repeat-x;
		background-color:#dfefff;}

a:link { color:#033EC6; }
a:visited { color:#033EC6; }
a:hover { color:#f00; }
a:active { color:#f00;  }

.asf { color: #0C027F;}

/* GS-06/07/2011-14:23 I understand that .asf denotes the title banner ?
 Not quite sure why in detail, but a text-decoration:underline directive here 
 does nothing. (I'd like the main title to get undernlined on hover) 
*/
.asf a:hover { color:blue;}


#content h1, #content h2, #content h3, 
#content h4, #content h5, #content h6  { color:#033EC6; }
#content { background-color:#FAFDFF;
		border:1px solid #999;  /* text area borders  */
		}
		
/*#sidebar { background-image:url(sky-left.jpg);
		background-repeat:repeat-x; } */

#sidebar h1 { color:#033EC6; }
#sidebar h1 a:link, #sidebar h1 a:visited { color:#033EC6; }
#sidebar h1 a:hover, #sidebar h1 a:active { color:#f00; background-color: #ffc;} /* hover colors */
#sidebar a:link, #sidebar a:visited { color:#033EC6; }
#sidebar a:hover, #sidebar a:active { color:#f00;  }
#sidebar li a:hover, #sidebar li a:active  { color: #f00; background-color: #ffc; } /* hover colors */
#sidebar li, #sidebar h1, #sidebarfootnav { border-top: 1px solid #999; } /* menu lines */
/* #sidebar ul ul li  { border-top:0} removes horizontal lines for second level list elements */

#topnav li a:hover, #topnav li a:active { background:#ffc }

#footnav a:hover, #footnav a:active { background:#ffc }





			

