/**
 * Background Colours
 */
html, body, body *, p.contact-info, p.contact-info *
{
	color: white;
	background-color: #FFC;
}

/*input.text:focus, textarea.text:focus, input.submit:hover, input.reset:hover
{
        background: #FFC;
}*/

div.top
{
/*        border-top: 1px solid #FFC;*/
}

/*
 * Main Colours
 */

div.top, div.top *, div.content, div.content *, ul.logos, ul.logos *, div#news_marqueecontainer, div#news_marqueecontainer *
{
        color: black;
        background-color: #CC9;
}

h2.title
{
	color: black;
}

/**
 * Highlight Colour
 */

body
{
	border-top: solid 6px #903;
}

div.content h2, div.content h3, span.logo, div#news_marquee span.highlight
{
        color: #903;
}

ul.nav li a:hover
{
        color: #903;
        text-decoration: underline;
}

div.top
{
	border-bottom: solid #903 3px;
}

/**
 * Borders
 */
ul.nav *, p.contact-info, p.contact-info *
{
        color: black;
}

ul.nav
{
}


ul.logos, div#news_marqueecontainer
{
        border-top: 1px solid black;
        border-bottom: 1px solid black;
}

div.content
{
	border-top: 1px solid black;
}

/**
 * Form Colours
 */
textarea.text, input.text, input.submit, input.reset
{
	border: solid black 1px;
        background: white;
        color: black;
}

input.submit, input.reset
{
	border: 3px double black;
}

