body {
    background:url('../img/border.gif');
    background-repeat:repeat-y;
     background-color: #d5c99f;
}
#logo {

   padding-bottom:5px;


}

#search {
    text-align:right;
    width:250px;
    background:url('../img/search_back.jpg');
    background-repeat:repeat-x;
    display:none;

}

#copyright {
    color:white;
    font-size:x-small;

}

#contactButton {
    padding-top:10px;
}

#mainContent {

    background:url('../img/watermark.jpg');
    background-repeat:no-repeat;
    padding: 20px 20px 20px 20px;
    background-position: 80px 100px;
    text-align:left;

}

#menu {

    background: url('../img/menu_back.jpg');
    background-repeat:repeat-y;
}


li {
        list-style-image : url(img/bullet.gif);
    padding-left:5px;

}

a
{

        color: #98525C;

}

.ruler {
       margin:10px;
       text-align:center;


}

a:hover {
        text-decoration:none;
   color: black;
}

strong
{
        font-size: 11px;

        color: #98525C;
    letter-spacing: 1pt;
        font-weight : bold;
}
pre
{

}


h2
{
        font-weight: bold;
        font-size: 18px;
        color:#98525C;
        margin-bottom: 8px;
        text-decoration: none;
        letter-spacing: 2pt;
        text-decoration: none;

}
h1
{
    page-break-before: auto;
        font-family: arial, sans-serif;
        font-size: 22px;
        color:white;
        font-weight: normal;
        letter-spacing: 6px;
    text-align:right;
    border-bottom:4px solid #d5c99f;
}

h3 {
     font-weight: bold;
        font-size: 14px;
        color:#98525C;
        margin-bottom: 8px;
        text-decoration: none;
        letter-spacing: 2pt;
        text-decoration: none;
    color:#98525C;
}
input[type=text], textarea
{
    border:1px solid grey;
}
input[type=submit]
{
    border:1px solid grey;
    height:20px;
}

.smallbutton
{
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        background: #98525C;
}

.stdbutton
{
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        background: #98525C;
}

.okbutton
{
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        background: #98525C;
}


