﻿body 
{
    font-family:Verdana sans-serif;
    font-size:small;
    background-color:Black;
    
}

h1
{
    font-family:Arial;
    font-size:200%;
    color:rgb(194,149,178);
    font-weight:bold;
    text-align:center;
    
}

#container
{
    width:802px;
    text-align:center;
    margin:0 auto;
    background-color:White;
    height:100%;
    
}

#nav
{
    width:800px;
    text-align:center;
    margin:0 auto;
    padding-bottom:0px;
    background-color:White;
    
}

#nav a:link
{
    color:Black;
    background-image:url(Images/buttonback.jpg);
    text-decoration:none;
    padding-left:1em;
    padding-right:1em;
}



#nav a:visited
{
    color:Black;
    background-image:url(Images/buttonback.jpg);
    text-decoration:none;
    padding-left:1em;
    padding-right:1em;
}
#nav a:hover
{
    color:Yellow;
}

#nav p
{
    background-color:Black;
    font-size:125%;
    line-height:1.5em;
    border:solid 2px white;
   
    
}

#main
{
    float:left;
    width:550px;
    background-color:White;
    text-align:center;
    margin-top:0em;
    padding-top:0px;
    height:42em;
    overflow:scroll;
    
}

#right
{
    float:right;
    width:240px;
    background-color:rgb(194,149,178);
    height:42em;
    margin-top:0em;
    overflow:scroll;
}

#right p
{
    color:White;
    font-weight:bold;
    font-size:120%;
}
#right h1
{
    color:Black;
}

.important
{
    color:Red;
    font-weight:bold;
}

.lalign
{
    float:left;
}

.tright
{
    text-align:right;
    vertical-align:bottom;
}

.menu
{
    font-size:110%;
    font-weight:bold;
}