﻿/* ####################################################################### */
/* Screen styles                                                           */
/* ####################################################################### */

BODY
	{
	background-color : #eeffee;
	background-position : top center;
	background-repeat : repeat-y;
	background-image : url('../../graphics/school-se/background.png');
	}

/* ####################################################################### */
/* Header styles                                                           */
/* ####################################################################### */

DIV#header
	{
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url('../../graphics/school-se/banner-header.jpg');
	background-color : #339966;
	}

DIV.header-nav
	{
	border-top-color : #ffffff;
	border-bottom-color : #ffffff;
	}

/* ####################################################################### */

DIV#header H1 A
	{
	color : #ffffff;
	}

DIV#header H2 A
	{
	color : #ffffff;
	}

DIV.header-site A
	{
	color : #339966;
	}

/* ####################################################################### */
/* Content styles                                                          */
/* ####################################################################### */

DIV.content-sidebar
	{
	background-position : bottom left;
	background-repeat : no-repeat;
	background-image : url('../../graphics/school-se/boxout-bottom.png');
	background-color : #eeeeee;
	padding-bottom : 29px;
	}

/* ####################################################################### */

DIV#content DIV.content-sidebar H2
	{
	color : #ffffff;
	background-position : top left;
	background-repeat : repeat;
	background-image : url('../../graphics/school-se/boxout-headings.jpg');
	background-color : #339966;
	}

DIV#content DIV.content-sidebar H3
	{
	color : #ffffff;
	background-position : top left;
	background-repeat : repeat;
	background-image : url('../../graphics/school-se/boxout-headings.jpg');
	background-color : #66cc99;
	}

DIV#content DIV.content-sidebar H3 A
	{
	color : #ffffff;
	}

DIV#content H2
	{
	color : #ffffff;
	background-color : #99cc99;
	}

DIV#content H3
	{
	border-color : #99cc99;
	}

DIV#content DIV.content-sidebar UL LI
	{
	background-color : #ddeedd;
	border-color : #ccddcc;
	}

DIV#content DIV.content-sidebar LI A
	{
	color : #339966;
	}

/* ####################################################################### */
/* Footer styles                                                           */
/* ####################################################################### */

DIV#footer
	{
	background-color : #339966;
	}

DIV.footer-quicklinks
	{
	border-top-color : #ffffff;
	border-bottom-color : #ffffff;
	}

DIV.footer-style
	{
	background-position : top left;
	background-repeat : no-repeat;
	background-image : url('../../graphics/school-se/banner-footer.jpg');
	}

/* ####################################################################### */
/* Layout styles                                                           */
/* ####################################################################### */

H1,
H2,
H3,
H4,
H5,
H6
	{
	color : #336633;
	}

A
	{
	color : #339966;
	}

H2 A
	{
	color : #ffffff;
	}

H3 A,
H4 A,
H5 A,
H6 A
	{
	color : #336633;
	}

BLOCKQUOTE
	{
	color : #666666;
	}

FIELDSET
	{
	border-color : #bbbbbb;
	}
