body {
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url('./../images/common/detroit-background-image_inv.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div#container {
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

div#header {
    height: 300px;
    text-align: center;
    background-image: url('./../images/common/page-header-image.png');
    background-position: top left;
    background-repeat: no-repeat;
}

a.header:link{text-decoration:none; color:#3399FF;}
a.header:visited {text-decoration:none; color:green; }
a.header:hover {color:#66FFFF; text-decoration:underline; }
a.header:active {border-bottom: solid 1px #66FFFF;}

div#menu {
    padding-top: 255px;
    background-image: url('./../images/common/page-header-ccco-logo.png');
    background-position: left top;
    background-repeat: no-repeat;
}

div.spacer
{
    height: 10px;
    clear: both;
}
div.panelLeft
{
    padding: 10px;
    background-image: url('./../images/common/maroon-panel-background.png');
    background-repeat: repeat;
    border: solid 1px #600000;
}
div.panelLeftTitle
{
    text-align: center;
    font-weight: bold;
    color: #FF6666;
    padding-bottom: 10px;
    border-bottom: solid 1px #600000;
}
div.panelLeftContent
{
    padding-top: 10px;
}
div.panelLeftContent a
{
    color: #FFAA00;
}
div.panelLeftContent a:hover
{
    color: #FFFF00;
}

div.panelRight
{
    padding: 10px;
    background-image: url('./../images/common/blue-panel-background.png');
    background-repeat: repeat;
    border: solid 1px #0E2C60;
}
div.panelRightTitle
{
    text-align: center;
    font-weight: bold;
    color: #CCFFFF;
    padding-bottom: 10px;
    border-bottom: solid 1px #0E2C60;
	font-size:16px;
}
div.panelRightContent
{
    color: #000000;
    padding: 10px 0 0 0;
}

div.flags
{
    clear: both;
    height: 15px;
    text-align: left;
    background-image: url('./../images/common/page-flags-image.gif');
    background-position: left top;
    background-repeat: no-repeat;
}

div#footer
{
    clear: both;
    text-align: center;
    font-size: 9px;
}