html
{
    background: #ebe9e1;
}

a
{
    outline: 0;
}

img
{
    border: 0;
}

div.content
{
    background-color: white;
    padding: 10px 10px 10px 10px;
    width: 1024px;
    margin: 0 auto;
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.6em;
    text-align: justify;
    border: 1px solid #dedcd4;
}

div.textbox
{
    width: 654px;
    padding: 0 0px;
}

h1 { color: #c85300; font-size: 24px; font-weight: normal; }
h2 { color: #c85300; font-size: 16px; font-weight: normal; }

a
{
    color: #336688;
    text-decoration: none;
}

a:hover
{
    color: #993333;
    text-decoration: underline;
}

div.sans
{
    font-family: Verdana,Arial;
    font-weight: normal;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

div#menu
{
    float: right;
    width: 350px;
}

div#menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Verdana,Arial;
    font-size: 11px;
}

div#menu li
{
    background-color: #efefef;
    border-bottom: 1px solid white;
    padding: 3px 10px;
}

div#menu li:hover
{
    background-color: #dfdfff;
}

div#menu li.alt
{
    background-color: #f9f8f6;
}

div#menu li.alt:hover
{
    background-color: #dfdfff;
}

div#menu ul a
{
    font-weight: bold;
    color: #336699;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}

div#menu ul a:hover
{
    color: #ff6600;
    text-decoration: underline;
}

div#footer
{
    text-align: center;
    font-size: 10px;
    padding: 20px;
}

div.instructor
{
    border-bottom: 1px dotted #efefef;
    margin-bottom: 10px;
    padding: 10px 0;
    height: 150px; 
}

img.instructor
{
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    border: 1px solid #efffef;
}
