/* Stylesheet for the PearTree Systems website

HTML/CSS written by and copyright (C) P R Heesom 2005 */

body
    {
    padding: 0;
    margin:0;
    text-align: center;
    background-color: #EEEEEE;
    color: blue;
    font-family: 'Trebuchet MS', Arial, Helv, sans-serif;
    }

.main
    {
    width: 46em;
    padding: 0.5em;
    margin: 0px auto;
    text-align: left;
    background-color: white;
    color: blue;
    }

.header
    {
    text-align: center;
    padding: 0;
    border: 0;
    margin: 1ex 0;
    }
img.header
    {
    margin: 0.5ex 0;
    }

.menu
    {
    border: 1px #CCCCCC;
    border-style: solid none;
    width: 70%;
    position: relative;
    left: 15%;
    text-align: center;
    padding: 3px 0;
    }

.menuitem
    {
    color: #004728;
    font-weight: bold;
    background-color: inherit;
    }
.menuitem:hover
    {
    color: #F15D2F;
    }

td a:link, td a:visited
    {
    text-decoration: none;
    color: #004728;
    }
td a:hover
    {
    color: #F15D2F;
    }

.logofooter
    {
    width: 70%;
    position: relative;
    left: 15%;
    vertical-align: bottom;
    border: 1px solid black;
    height: 144px;
    }

.biglist
    {
    font-size: 133%;
    color: #004728;
    font-weight: bold;
    list-style-image: url(/images/bigtree.png);
    margin-left: 5ex;
    }
ul.biglist p,ul.biglist ul
    {
    font-size: 75%;
    color: #0000FF;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
    }

.littlelist
    {
    list-style-image: url(/images/smalltree.png);
    margin-bottom: 2ex;
    }

.smalltitle
    {
    color: #004728;
    font-weight: bold;
    }

.footerbar
    {
    width: 100%;
    background-color: #004728;
    color: #FFFFFF;
    font-size: 80%;
    text-align: right;
    padding-right: 3px;
    }
