
/* Change color here to change the background color */
body
{
    background-color:#FFFFFF;
}

h1
{
    color: #817A5E;
}

h2
{
    color: #9F905E;
}

h3
{
    color:#B4A983;
}

h4
{
    color: #9F905E;
}

/* Change color here to change the large box colors */
#Middle #MiddleTop #LeftColumn .BoxLarge
{
    background-color: #F0F0CF;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall .MenuHeading, #Middle #MiddleTop #LeftColumn .BoxLarge .MenuHeading, .BoxSmall h3 , .BoxLarge h3
{
    color: #FFFFFF;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall
{
    background-color: #F0F0CF;
}
