html
{
    height:100.1%
}

body
{
    background-color: #BB9AB5;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #564b47;
    padding: 0;
    margin: 0;
}

h3
{
    text-align: center;
}

h4
{
    font-size: 11px;
    text-indent: 15px;
    padding: 0 0 5px 0;
    margin: 0;
}

address
{
    font-style: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

img
{
    border: 0;
}

table
{
    border: 0;
    margin-top: 30px;
    margin: auto;
}

td
{
    padding-left: 5px;
    padding-right: 5px;
}

a
{
    color: #564b47;
    text-decoration: none;
}

a:visited
{
    color: #664961;
}

a:hover, a:active
{
    color: #BB9AB5;
}

/* ----------topnav-------------- */
#topnav
{
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: #BB9AB5;
    text-align: right;
}

/* ----------container to center the layout-------------- */
#container
{
    width: 640px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #9D7D97;
    border: 5px solid #E0DCE3;
}

/* -----------------content--------------------- */
#content
{
    float:right;
    background-color: #9D7D97;
    color: #50344B;
    padding: 0px;
    width:420px;
    display:inline;
    margin-right: 5px;
}

#left
{
    float: left;
    width: 201px;
    margin: 0;
    padding: 0px;
    height: 100%;
}

/* -----------footer--------------------------- */
#footer
{
    clear: both;
    margin: 0;
    padding: 20px 2px 2px 0;
    text-align: right;
    font-size: smaller;
}

/* -----------misc--------------------------- */
.centered
{
    text-align: center;
}

.righttext
{
    text-align: right;
    padding-right: 15px;
}

.clearer
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

ul.custom
{
    list-style-type: square;
    list-style-position: outside;
    padding-left: 20px;
    margin: 0;
}

ul.custom li
{
    padding-top: 7px;
    padding-bottom: 7px;
}

ul.left
{
    float: left;
    width: 180px;
    margin: 0px;
    padding: 0 0 0 20px;
    border: 0px none;
    list-style-position: inside;
    list-style-type: square;
}

ul.right
{
    float: right;
    width: 180px;
    margin: 0px;
    padding: 0;
    border: 0px none;
    list-style-position: inside;
    list-style-type: square;
}

div.col
{
    float: left;
    width: 140px;
    padding-top: 0;
    margin-top: 0;
}

div.col ul
{
    list-style-position: inside;
    padding-left: 20px;
    margin: 0;
}

p.index
{
    margin-bottom: 0;
    padding-top: 30px;
    padding-right: 15px;
    text-align: right;
}

p.exception
{
    font-size: smaller;
}

img.map
{
    display: block;
    margin: auto;
}