body 
{
    background-color: #EFD9DC;
    text-align: center;
    margin: 0px auto 0px auto;
}

.banner
{
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 50px;
    font-family:Verdana, Arial, Sans-Serif;
    font-weight: bold;
    background-image: url(../images/style/banner.png);
    background-repeat: repeat-x;
    color: #9C8AA5;
}

.column 
{
    background-color: #F4F7EC;
    width: 90%;
    text-align:left;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:14px;
    color: #000;
    margin: auto auto 50px auto;
}

.inner
{
    padding: 25px 50px 50px 50px;
}

.topstrip
{
    background-image: url(../images/style/topspace.png);
    background-position: top;
    background-repeat:repeat-x;
}

.bottomstrip
{
    background-image: url(../images/style/bottomspace.png);
    background-position: bottom;
    background-repeat:repeat-x;
}

.leftstrip
{
    background-image: url(../images/style/leftspace.png);
    background-position: left;
    background-repeat:repeat-y;
}

.rightstrip
{
    background-image: url(../images/style/rightspace.png);
    background-position: right;
    background-repeat:repeat-y;
}

.navbar 
{
    z-index:2;
    background-repeat:repeat-x;
    text-align: center;
    padding-top: 20px;
    list-style:none;
}
.nav 
{
    padding:5px;
    text-decoration:none;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:16px;
    margin: 0px 0px 0px 0px;
    font-weight:bold;
    text-align:center;
}
a.nav:link
{
    color:#F4F7EC;
    background-color: #DAB4C9;
    border: 3px outset #DAB4C9;
}
a.nav:visited
{    
    color:#F4F7EC;
    background-color: #DAB4C9;
    border: 3px outset #DAB4C9;
}
a.nav:hover
{
    color:#F4F7EC;
    background-color: #D693BD;
    border: 3px inset #D693BD;
}

#current
{
    color:#B673FF;
    background-color: #88CCE0;
    border: 3px inset #88CCE0;
}

.title 
{
    font-size: 16px;
    font-weight: bold;
    color: #D693BD;
    margin: 10px 10px auto 10px;
    border-top: double 5px #D693BD;
    border-bottom: double 5px #D693BD;
}

.content 
{
    margin: 5px 10px 20px 30px;
}
.content a 
{
    text-decoration: none;
    font-weight:bold;         
}

.content a:link 
{
    color: #87AAAE; 
} 

.content a:visited 
{
    color: #B8B9BB;
}

.content a:hover 
{
    text-decoration: underline; 
    color: #BC4676;
}
.content li
{
    margin-left: 30px;
}
.content img
{
    vertical-align: middle;
}

legend 
{
    color: #A04;
    font-weight:bolder;
}

fieldset
{
    border: outset 3px #A04;    
}

h5
{
    font-weight:normal;
    font-style:italic;
}

dt 
{
    font-weight:bold;
}

.floatright 
{
    float: right;
    margin: 10px 10px 10px 10px;
    width: 200px;
}

.sidebar
{
    float: right;
    width: 300px;
    font-size: small;
    background: #EFD9DC;
    color: #000;
}

.sidebarInner
{
    padding: 25px 50px 50px 50px;
}

.sidebarTop
{
    background-image: url(../images/style/topspace2.png);
    background-position: top;
    background-repeat:repeat-x;
}

.sidebarBottom
{
    background-image: url(../images/style/bottomspace2.png);
    background-position: bottom;
    background-repeat:repeat-x;
}

.sidebarLeft
{
    background-image: url(../images/style/leftspace2.png);
    background-position: left;
    background-repeat:repeat-y;
}

.sidebarRight
{
    background-image: url(../images/style/rightspace2.png);
    background-position: right;
    background-repeat:repeat-y;
}

.sidebar h2 
{ 
    font-size: 14px; 
}

.sidebar ul 
{
    margin-left: 0px;
    font-size: 12px;
}

.nav2 
{
    text-align: center;
    color: #000;
    text-decoration: none;
}

a.nav2:link 
{
    color: #0D569E;
}

a.nav2:visited 
{
    color: #0D569E;
}

a.nav2:hover 
{
    text-decoration: underline; 
    color: #E8577E;
}
#current2 
{
    text-decoration: underline; 
}

#footer 
{    
    font-size: xx-small;
    font-style:italic;
}

img 
{
    border: none 0px #000;
}

    table
    {
        width:90%;
        border-collapse:collapse;
    }

    .leftBuffer
    {
        padding-left: 10px;
        background-image: url(../images/style/leftspace2.png);
        background-position: left;
        background-repeat:repeat-y;
    }

    .rightBuffer
    {
        padding-right: 10px;
        background-image: url(../images/style/rightspace2.png);
        background-position: right;
        background-repeat:repeat-y;
    }

    .topBuffer
    {
        padding-top: 48px;
        background-image: url(../images/style/topspace2.png);
        background-position: top;
        background-repeat:repeat-x;
    }
    .bottomBuffer
    {
        padding-bottom: 48px;
        background-image: url(../images/style/bottomspace2.png);
        background-position: bottom;
        background-repeat:repeat-x;
    }

    .tlCorner
    {
        background-image: url(../images/style/tlCorner.png);
        background-position: top left;
        background-repeat: no-repeat;
    }

    .trCorner
    {
        background-image: url(../images/style/trCorner.png);
        background-position: top right;
        background-repeat: no-repeat;
    }

    .blCorner
    {
        background-image: url(../images/style/blCorner.png);
        background-position: bottom left;
        background-repeat: no-repeat;
    }

    .brCorner
    {
        background-image: url(../images/style/brCorner.png);
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .thumbs
    {
        width: 100px;
        height: 100px;
        border:0px;
    }
    .odd
    {
        background-color: #DDECEF;
    }
    .odd a:link { color: #869899; }
    .odd a:visited { color: #B8B9BB; }
    .odd a:hover
    {
    	text-decoration: underline;
        color: #BC4676;
    }
    .even
    {
        background-color: #EFD3E7;
    }
    .even a:link { color: #BC4676; }
    .even a:visited { color: #B8B9BB; }
    .even a:hover
    {
        text-decoration: underline;
        color: #869899;
    }