﻿body 
{
    background-color:Black;
    color:White;
    text-align:center;
    
}
#wrapper{
	text-align: left;
	width:800px;
	margin: 0 auto;
	min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
	height:100%;
	padding:0;

}
#pageHeader
{
    height: 120px;
    width: 100%;
}

#mainContent
{
    font-family:Palatino,Verdana,Helvetica,sans-serif;
    
}

#nav
{
    text-align: center;
    clear:both;
}
#nav ul
{
    list-style: none;
    margin: 0
}
#nav li
{
    display:inline;
}
#nav a:Link, #nav a:visited
{
    padding: 0 0 0 5px;
    text-decoration: none;
    font-family: Courier;
    font-weight:bold;
    color:White;    
}
#nav a:Hover
{
    padding: 0 0 0 5px;
    text-decoration: underline;
    font-family: Courier;
    font-weight:bold;
    color:Yellow;    
}
#pageHeader
{
    font-size:x-large;
    font-family: Courier;
    font-weight:bold;
}
#leftpanel
{
    float:left;
    width: 350px;
}
#leftpanel a:Link, #leftpanel a:visited
{
    padding: 0 0 0 5px;
    text-decoration: none;
    font-family: Courier;
    font-weight:bold;
    color:White;    
}
#leftpanel a:Hover
{
    padding: 0 0 0 5px;
    text-decoration: underline;
    font-family: Courier;
    font-weight:bold;
    color:Yellow;    
}
#rightpanel
{
    width: 400px;
    float:left;
} 
#footer
{
    position: relative;
    bottom: 0;
    clear:both;
    text-align:center;
    font-family:Palatino,Verdana,Helvetica,sans-serif;
    font-size: 80%;
   
}
.thispage
{
    padding: 0 0 0 5px;
    display:inline;
    font-family: Courier;
    font-weight:bold;
    font-weight:bold;
    color:Yellow;
