body
{
	font-family:Verdana, Arial, Sans;
    font-size: 80%;
}

#divMinWidth
{
    min-width: 976px;
}

#divHeader
{
    background-color: black;
    overflow:hidden;
    border-style: none;
}

#divLogo
{
    float: left;
}

#divHeaderName
{
    float: right;
    width:586px;
    height: 80px;
    background-image: url(images/fadeHeader.jpg);
    background-repeat:no-repeat;
    padding-right:40px;
    padding-top:35px;
}

#spanNameBig
{
    font-size: 2em;
    color: white;
}

#spanNameSmall
{
    font-size: 1.5em;
    color: white;
}

#divNavigation
{
    clear: both;
    background-color: #003366;
    overflow:hidden;
}

div.menu
{
    color: white;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    border-style: solid;
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
}

a.menu
{
    text-decoration: none;
    color: white;
}

#divImagination
{
    clear: both;
    height: 250px;
    padding-top: 100px;
}

#divFooter
{
    background-color: #003366;
    clear: both;
}


#left {  float: left; width: 160px; padding: 0px; height: 1000px; background-color: white;  }

#middle { float:left; width: 490px; padding: 0px; background-color: white; text-align: left;}

#right {  float: right; width: 160px; padding: 0px; height: 1000px; background-color: white;  }


#doc { width: 810px; margin-left: auto; margin-right: auto; padding: 0px; }

.bullet {}

.topic { font: 1.2em arial, "Times New Roman"; font-weight: bold; }
