
/* Change color here to change the background color */
body
{
    background-color:#993333;
}

.bodybk
{
    background-color:#993333;
}

h1
{
    color: #993300;
}

h2
{
    color: #993300;
}

h3
{
    color:#993300;
}

/* Change color here to change the large box colors */
#Middle #MiddleTop #LeftColumn .BoxLarge
{
    background-color: #993300;
}

/* 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: #993300;
}

/* Change color here to change the Top Border */
#Top
{
    border-bottom-color: #993300;
}
/* Change color here to change the Top Border */
#Top #HeaderLeft
{
    border-right-color:#993300;
}
/* Change color here to change the Side Border */
#Outter
{
    border-color: #993300;
}
/* Change color here to change the top Border */
#TopNavStrip
{
    border-bottom-color: #993300;
}
/* Change color here to change the Top Stripe color */
#bgLine
{
    background-color: #ff9933;
}
/* Change color here to change the Top Background color */
#bgWrapper
{
    background-color: #993300;
}

