
* 
{
    font-family:arial;
    color:#000000;
}

body
{
    background-color:#384b66;
}

a
{
    text-decoration:none;
    color:#aaaaaa;
}

a:hover
{
    color:#384b66;
}

.embedCell
{
    font-size:10pt;
    text-align:center;
    padding:5px;
    margin:5px;
}

.embedHeader
{
    font-size:10pt;
    padding:5px;
    margin:5px;
}

.toeCell
{
    font-size:10pt;
    text-align:left;
}

.toeHeader
{
    font-size:10pt;
    font-weight:bold;
    text-align:left;
}

.destroyed
{
    text-decoration:line-through;
    color:red;
}

.destText
{
    color:red;
}

#titleBar
{
    text-align:center;
    font-size:20pt;
    font-style:italic;
    font-weight:bold;
    color:#ffffff;
}

#navBar
{
    width:648px;
    padding:5px;
    text-align:center;
    background-color:#ffffff;
    font-size:10pt;
    font-weight:bold;
}

#mainBody
{
    width:648px;
    height:360px;
    padding:15px;
    vertical-align:text-top;
    text-align:justify;
    background-color:#ffffff;
    background-image:url("../images/cameron.jpg");
    background-repeat:no-repeat;
    background-position:top center;
    font-size:10pt;
}

#bottomBar
{
    background-color:#ffffff;
    padding:0px;
}