﻿*
{
    margin: 0;
    background-color: #e6e6e6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}

ul
{
    list-style: disc;
}
li
{
    list-style: disc;
}

img
{
    border: 0;
}

h3
{
    font-size: 16px;
    padding-bottom: 15px;
}

#topbar
{
    background: url("images/topbar.jpg");
}

#navbar
{
    width: 140px;
    float: left;
    font-size: 11px;
    text-align: center;
}

#content
{
    margin-left: 140px;
}

#content a
{
    text-decoration: underline;
}

#pagetext
{
    width: 350px;
    float: left;
}

#pageimage
{
    margin-left: 350px;
}

#navbar img
{
    vertical-align: bottom;
}

.title
{
    text-align: right;
    font-weight: bold;
}