@charset "utf-8";
/*COLORS*/
body {  color:#000000; background-color: #F1F4FB; } 
h1, h2, h3, h4, h5, h6 { color: #000; }

/**********container*************/
#container { border-left: 1px solid #7788aa; border-right: 1px solid #7788aa; background-color: #DDEEFF;} /*CCDDEE */

/**********header*************/
#header { background-color: #CCDDEE; background-image: url(images/blheader.jpg);} 
#header h2 { color: #7788aa; }

/**********sidebar*************/
#sidebar { background: url(images/sidebarbg.jpg); background-repeat: repeat; padding: 10px; color: #000000; }  /* the background color will be displayed for the length of the content in the column, but no further */ 
#container #mainContent #activities h4 { color: #667788; } 
#sidebar1 {	background-color: #dde9f0; } 
#sidebar2 { background-color: #dde4f0; }
#sidebar3 { background-color: #e6eefa; }
#sidebar4 { background-color: #e8e9f9; }

/**********mainContent*************/
#mainContent { background-color: #DAE6F8; } /* #CCDDEE; midblue */
#mainContent h3 { color: #667788; } 

/**********footer*************/
#container #footer { background-color: #667788; } 
#container #footer h6 { color: #ccddee; }
#container #footer h6 a:link { color: #e8e9f9; }
#container #footer h6 a:visited { color: #e6eefa; }
#container #footer h6 a:hover { color:#ffffff; }
/**********links*************/

a:link {color: #334455;}     /* unvisited link */
a:visited {color: #667788;}  /* visited link */
a:hover {color: #7788aa;}   /* mouse over link */
/* a:active {color: #006600;}   selected link */
