/*
color = fontcolor
background-color = well .. you figure it out

*/


/*the whole background */
body {
        background-color : #CC6699;
}


/*header in lefthand boxes */
#left h1 {
        color : #ffffff;
        background-color : #336699;
}

/****navigation section****/

/*the link to the current page*/
.links a.here {
        color: #ffffff;
        background-color : #336699;
}

/*level 2 links*/
.links a.level2 {
        color: #ffffff;
        background-color: #6699cc;
}
/*current level2 links*/
.links a.herelevel2 {
        color: #ffffff;
        background-color: #336699;
}

/*level 3 links*/
.links a.level3 {
        color: #000088;
        background-color: #ffffff;
}

/* mouse hover over link */
.links a:hover {
        color: #ffffff;
        background-color : #336699;
}

/********main content section ******/

/*top headers*/
.content h1 {
background-color : #336699;
color : #ffffff;
}

/*all other headers, no background */
.content h2,h3,h4,h5,h6 {
        color : #336699;
}


/*** right column ***/
/*right headers */

#right  h1 {
       color : #ffffff;
        background-color : #336699;
}

.content {
border-color : #336699;
}

#left div.lnote {
border-color : #336699;
}

#right div.rnote {
border-color : #336699;
}


