body 
{
    background-color:#fff;
    min-width:780px;
}

a
{
    color:#666;
    text-decoration:underline;
}

#container
{
    background-color:#fff;
    margin:10px 10px 10px 10px;
    padding:20px 20px 20px 20px;
}

/* header / flag */
#banner
{
    font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
    margin:0px 0px 10px 0px;
    padding:5px 5px 5px 5px;
    border-color:#000;
    border-style:solid;
    border-width:2px;
}
/*
#banner img
{
    border-color:#000;
    border-style:solid;
    float:left;
}
*/
#sitename
{
    background-color:#fff;
    border-bottom-color:#000;
    border-bottom-style:dashed;
    border-bottom-width:1px;
    margin:6px 0px 0px 150px;
    padding:2px 0px 2px 5px;
    width:100%;
}

#sitename a
{
    color:#000;
    font-size:28pt;
    text-decoration:none;
    font-weight:bold;
}

#sitephrase
{
    background-color:#fff;
    color:#000;
    font-size:14pt;
    margin:0px 0px 6px 150px;
    padding:2px 0px 2px 5px;
    width:100%;
}

/* top navigation menu */
#topnav
{
   display:none;
}

#leftcol
{
    display:none;
}   

#content
{
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 10px;
}

#foot
{
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size:10pt;
    background-color:#fff;
    clear:both;
    padding:0px 5px 0px 5px;
    border-color:#000;
    border-width:1px;
    border-style:solid;  
}

.article
{
}

.article h1
{
    font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size:18pt;
}

.article p
{
    font-family:Tahoma, Times New Roman, Serif;
    font-size:1em;
    line-height:1.5em;
}

.article img
{
    border-width:1px;
    border-color:#000;
    border-style:solid;
}

.box
{
    background-color: #ccc;
    border-color:#000;
    border-width:1px;
    border-style:solid;
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
}

.box h1
{
    font-family:Trebuchet MS, Verdana, Arial, Sans-Serif;
    font-size:14pt;
    padding:0;
    margin:0;
}

.box p
{
    font-family:Tahoma, Times New Roman, Serif;
    font-size:0.9em;
    line-height:1.2em;
}

.left
{
    float:left;
}

.right
{
    float:right;
}