﻿

body {
    BACKGROUND: url(images/bkgd2.png) repeat-y 50% 0px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    MARGIN: 0px;
    text-align: center;
    font-size: 1em;
    font-family: Helvetica, Arial, Sans-Serif;
    color: #81498A;
}
.updatePanel
{
    width:600px;
    margin: 0px;   
}

.container {
    margin: 0 auto;
    background-color: #E3CE4E;
    width: 998px;
}

.banner
{
    height: 150px;
    width: 998px;
    background-image: url('images/banner.png');
    background-repeat: no-repeat;
    margin:0 auto;
}

.nav
{
    height: 40px;
    width: 998px;
    background-color: #0066ff;
    background-image: url('images/navBack.png');
    background-repeat: repeat-x;
    margin:0 auto;
    text-align:left;
}
.navLinkSpace
{
    margin: 0 0 0 1em; 
}

.pageTitle
{    
    background-image: url('images/stripe2.png');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 20px 20px 0 20px;
}
.contentBackground
{
    width: 998px;
    background-image: url('images/contentBack2.png');
    background-repeat: repeat-x;
    background-position:bottom;
    margin:0 auto;
    text-align: left;
}


.pageContentHome
{
    background-image: url('images/welcomePageCornerImage.png');
    background-repeat:no-repeat;
    background-position: bottom right;    
    min-height: 500px;
}

.pageContentBio
{
    background-image: url('images/bioPageCornerImage.png');
    background-repeat:no-repeat;
    background-position: bottom right;    
    min-height: 700px;
}

.navButton
{
    font-family: lucida grande,arial,helvetica,sans-serif;
    width: 60px;
    margin-right: 15px;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    float: left;
}


.pageContents
{
    margin: 0px;
    background-color: #000000;
    width: 700px;
    text-align: left;
    float: left;
    padding-bottom: 30px;
}


.ltPanel
{
    width: 400px;
    float: left;
    padding: 30px 20px 20px 30px;
}

.galleryImage
{   
     border-width: 2px;
    padding:.5ex;
    margin: 1ex;
    color: #81498A;
    background-color:#bbbbbb;
}

