
body
{
    background-color: White;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
}

#outer
{
    text-align: left;
    width: 1200px;
    margin: auto;
}

#header
{
    height: 100px;
    background-image: url(./images/header.jpg);
}

#bar
{
    height: 25px;
    width: 1023px;
    background-image: url(./images/bar.jpg);
}

#bodyBlock
{
    position: relative;
    background: #FFFFFF;
    color: #333333;
    width: 1200px;
    padding: 0;
}

#navSide
{
    position: absolute;
    left: 0px;
    width: 177px;
    height: 494px;
    background-color: #b17960;
    background-image: url(./images/navSide.jpg);
}
#staticLinks
{
    position: absolute;
    left: 0px;
    top: 495px;
    width: 157px;
    padding: 10px;
    background-color: #eee5ee;
}
#navSideRight
{
    position: absolute;
    left: 1023px;
    top: 0px;
    width: 165px;
    height: 200px;
    background-color: #eeeeee;
    border-width: thin;
    border-color: #b17960;
    padding: 6px;
}
#event
{
    position: absolute;
    left: 1023px;
    top: 215px;
    width: 165px;
    min-height:200px;
    background-color: #eeeeee;
    border-width: thin;
    border-color: #b17960;
    padding: 6px;
}

#quickLinks
{
    padding: 10px;
    font-size: larger;
    font-weight: bolder;
    color: Black;
    text-align: center;
}

#mainContent
{
    width: 846px;
    min-height: 494px;
    background-image: url(./images/mainBody.jpg);
    border: #eeeeee;
    border-width: 20px 0 0 177px;
    text-align: left;
    padding: 0;
}

#flashImages
{
    width: 846px;
}

#defaultBody
{
    padding: 0 10px 10px 10px;
    font-size: medium;
}

#footer
{
    height: 25px;
    background-color: #eeeeee;
    color: #333333;
    border-width: 1px 0 0 0;
    margin: 0;
}

#textBoxEntryLeft
{
    padding: 10px 0 0 10px;
}

#textBoxEntryCenter
{
    padding: 18px 0 0 100px;
}
.spon
{
    font-size: larger;
    font-weight: bold;
}
h1
{
    padding: 30px;
    color: White;
    font-weight: bold;
    font-size: 300%;
}

h2
{
    text-align: center;
    margin-top: 5px;
    padding: 0;
}

p
{
    margin: 0;
    padding: 10px;
}

p:first-letter
{
    font-size: 100%;
    font-weight: bold;
}

