/*This is the core style sheet of the site. */
body
{
    margin: 0;
###    background-color: #95b78d;
    background-color: white;
    color: #ffa6ff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1em;
    text-align: center;
}

h1
{
    font-family: serif;
    font-size: 2em;
    font-weight: bold;
#    text-align: center;
}
h2
{
    font-size: 1.1em;
    font-style: italic;
}
table
{
    text-align: center;
    font-size: .75em;
    color: #222222;
    border-spacing: .5em;
}

table td
{
    width: 210px;
}

p
{
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: left;
}

p.footer
{
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
}

a:link
{
    color: #ffa6ff;
}
a:visited
{
}
a:hover
{
    background-color: #aaddee;
}
a:active
{
    background-color:#3cc7f0;
}

#main
{
    test-align: center;
}

#container
{
    width: 1007px;  
    text-align: left;
}
  
#navbar
{
    text-align: left;
    position: absolute;
    border-top: solid 1px black;
    font-weight: bold;
    width: 198px;
    top: 0px;
    left: 0px;
}
#navbar ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navbar ul
{
    margin: 0px;
    padding: 0px;
}
#navbar ul li a:link,#navbar ul li a:visited
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    border-bottom: solid #000000 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
}

#left
{
    float: left;
    border-top: solid 1px black;
    font-weight: bold;
    width: 198px;
}
#left ul li a:link,#left ul li a:visited, #right ul li a:link,#right ul li a:visited
{
    display: block;
    text-decoration: none;
    font-weight: normal;
}
#left ul li,#right ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#left ul,#right ul
{
    margin: 0px;
    padding: 5px 0px 0px;
/*    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;*/
}

#middle 
{
    background-color: #ffffff;
    padding: 10px;
    margin-left: 200px;
    margin-right: 250px;
    margin-top: 0px;
    border-left: 1px #000000 solid;
    border-right: #000000 1px solid;
    border-bottom: solid 1px #000000;
}

#right 
{
    float: right;
    font-weight: normal;
    width: 248px;
}

#footer
{
    padding-top: 20px;
    text-align: center;
    clear: both;
}

#heading
{
    height: 291px;
    background-image: url(thinker_clip.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 200px;
    border-bottom: solid 1px black;
    text-align: center;
}

