/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p {
    margin-bottom: 20px;
    line-height: 1.6em;
}

.page {
    margin-left: auto;
    margin-right: auto;
}

div#header {
    color: #000;
    padding: 0;
    width: 820px;
    margin: 0 auto;
    height: 70px;
}

div#title {
    margin-left: 10px;
    display: block;
    float: left;
    width: 220px;
    height: 60px;
    background-image: url("../images/logo.png");
}

div#slogan {
    float: right;
    margin: 10px;
    font-size: 14px;
}

div#logindisplay {
    font-size: 1.1em;
    display: block;
    float: right;
    margin-top: 10px;
    color: #000;
}

div#logindisplay a:link {
    color: #000;
    text-decoration: underline;
}

div#logindisplay a:visited {
    color: #000;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: #000;
    text-decoration: none;
}

div#main {
    clear: both;
    overflow: auto;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 10px 10px 50px 10px;
}

div#guestmain {
    clear: both;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
}

div#footer {
    clear: both;
    overflow: auto;
    background: url("../images/foot.png") repeat-x top;
    text-align: center;
    padding-top: 5px;
    width: 100%;
}

div#footer p {
    font-size: 12px;
    margin: 3px auto;
}

a.buttonstyle {
    padding: 8px;
    border: 2px outset #ffffff;
    cursor: pointer;
    background-color: #d4d0c8;
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: auto;
}

a.button4 {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    padding: 9px 11px;
    cursor: pointer;
    background: url("../images/button4.png") no-repeat;
    text-align: center;
    text-decoration: none;
    color: black;
}

a.button2 {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
    padding: 9px 24px;
    cursor: pointer;
    background: url("../images/button4.png") no-repeat;
    text-align: center;
    text-decoration: none;
    color: black;
}

h5 {
    font-size: 14px;
    font-weight: normal;
    color: black;
}

div.left {
    float: left;
}
    