﻿body
{
    font-family: Arial;
    font-size: 90%;
    background-color: #eee;
    height: 100%;
}

/**/
a:link,a:visited
{
    color:Black;
}
a:hover
{
    
}

p.text
{
    margin: 0;
}
p.bold
{
    font-weight: bold;
}
p.italic
{
    font-style: italic;
}

/**/
.tabs .rtsTxt
{
    font-size: 130%;
    font-weight: bold;
}
h1
{
    color: #123;
    margin: 5px 0;
    font-size: 150%;
}
h2
{
    color: #24d;
    margin: 5px 0;
    font-size: 130%;
}
h3
{
    color: #13a;
    margin: 4px 0;
}
h4
{
    color: #123;
    margin: 3px 0;
}
#container
{
    width: 890px;
    border: solid 1px #002;
    margin: 0 auto;
    background-color: White;
    height: 100%;
}

#header
{
    padding-top: 10px;
    width: 100%;
    height: 130px;
    background-color: #cdf;
    vertical-align: middle;
    background-image: url('http://multisitelive.com/data/47/images/Logo5.jpg');
}
#separator
{
    clear: both;
    width: 100%;
    height: 10px;
    background-color: #36f;
}
#content
{
    float: left;
    padding: 20px;
    border: solid 0px black;
    height: 100%;
    width: 676px;
    background-color: #ffffff;
}
#header #headeritems
{
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
#headeritems td
{
    text-align: center;
}
#headeritems .image
{
    margin: 0 auto;
    width: 140px;
    height: 90px;
}
#headeritems .logo
{
    margin: 0 auto;
    text-align: center;
}
.image img
{
}

#header #headeritems .logo
{
    width: 320px;
    height: 100px;
}
#menu
{
    display: block;
    float: left;
    width: 170px;
    height: 100%;
    border: solid 0px red;
    background-color: #abf;
}
#menuitems
{
    padding: 5px;
    border: solid 0px green;
}
#menuitems a:link, #menuitems a:visited
{
    color: Blue;
    display: block;
    padding: 8px;
    border: solid 0px blue;
    text-decoration: none;
    font-weight: bold;
}
#menuitems a:hover
{
    background-color: #cdf; /*border:solid 1px blue;*/
}

#innercontent
{
    padding: 10px;
    border: solid 0px green;
}

#footer
{
    clear: both;
    width: 100%;
    height: 30px;
    background-color: #36f;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

/* events */

.EventHeading
{
    font-size: 130%;
}

.EventBody
{
    margin-top: 0;
}
.detailedeventslist h4
{
    margin: 0.5em 0em;
}

.detailedeventslist .body
{
    font-size: 100%;
    color: #000;
    margin: 0.5em 0em;
}

.detailedeventslist .links
{
    color: #bbb;
}

.detailedeventslist a:link, .detailedeventslist a:visited
{
    color: #00c;
}

.detailedeventslist a:hover
{
    background: #e6f1fe;
    color: #47546b;
}

.underline
{
    text-decoration:underline;
    cursor:pointer;
}
