a 
{
    text-decoration: none;
}

body
{
    background-color: #cc9;
}

#body
{ 
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid #360;
    width: 800px;
    font-family: Georgia, Garamond, Times New Roman;
    font-size: 10pt;
 }

#header
{
    position: relative;
    margin: auto;
    padding-top: 10px;
    text-align: center;
}

#menu
{
    margin-left: 20px;
    margin-right: 20px;
}

#menu ul
{
    text-align:center;
    list-style:none;
    padding: 0;
}

#menu ul li
{
    display: inline;
    margin-left: 10px;
    white-space: nowrap;
    background-color: #360;
    padding: 3px 10px 3px 10px;
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #cc9;
}

#menu ul li.first
{
    margin-left: 0px;
}

#menu ul li a
{
    color: #fff;
}

#content
{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 300px;
}

.box
{
    border: 1px solid #cc9;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fdfef3;
}

h1
{
    text-align: center;
    font-variant: small-caps;
    color: #360;
    font-size: 18pt;
}

h2
{
    margin-top: 15px;
    color: #360;
    font-size: 12pt;
}

h3
{
    color: #360;
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

.box h2
{ 
    margin-top: 0px;
}

.box p
{
    font-family: Georgia, Garamond, Times New Roman;
    font-size: 10pt;
	margin-bottom: 0px;
}

.box td
{
    font-family: Georgia, Garamond, Times New Roman;
    font-size: 10pt;
}

.center
{
    text-align: center;
}

.center table, table.center
{
    margin-left: auto;
    margin-right: auto;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.col1
{
    text-align: right;
    width: 80px;
}

.col2
{
    padding-left: 20px;
}

a img
{
    border: 0; /* stop Internet Explorer stupidity */
}

.design, .charity
{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #888;
    font-size: 7pt;
}

.charity
{
    left: 10px;
}

.w3c
{
    position: absolute;
    right: 10px;
}

a
{
    color: #360;
}

a:visited
{
    color: #792;
}

.float_right
{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px
}

.float_left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.top, .top td
{
    vertical-align: top
}

.indent
{
    margin-left: 20px;
}

.clear
{
    clear: both;
}

.nowrap
{
    white-space: nowrap;
}

.rpadded td
{
    padding-right: 10px;
}

tr.bottomborder td
{
    border-bottom: 1px solid;
}

tr.topborder td
{
    border-top: 1px solid;
}

.small
{
    font-size: 8pt;
}
