
/* Change color here to change the background color */
body
{
    background-color:#cc9900;
}

h1
{
    color: #cc3300;
}

h2
{
    color: #cc3300;
}

h3
{
    color:#cc3300;
}

/* Change color here to change the large box colors */
#Middle #MiddleTop #LeftColumn .BoxLarge
{
    background-color: #cc9900;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall .MenuHeading, #Middle #MiddleTop #LeftColumn .BoxLarge .MenuHeading, .BoxSmall h3 , .BoxLarge h3
{
    color: #000000;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall
{
    background-color: #cc9900;
}
