﻿body 
{
    background-color: #FFFFFF; /*#cc99cc;*/
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    width: 800px;
    font-family:Arial;
}

/* Generic Classes */
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.bold { font-weight: bold; }
.clearFloat { clear: both; }
.floatLeft { float: left; }
.nodisplay { display: none; }


/* Site Structure IDs */
#leftCol
{
    float: left;
    margin-right: 10px;
    width: 230px;
    vertical-align:top;
}

#rightCol
{
    float: right;
    width: 540px;
    font-size:12px;
    font-family:Verdana;
    text-align:justify;
}



#header
{
    padding-top: 30px;
    text-align: center;
	width: 850px;
}

#mainPanel
{
    
}

#siteNav
{
    text-align: center;
}

#siteNav ul
{
    list-style-type: none;
}

#siteNav ul li
{
    display: inline;
    margin-left: 25px;
	font-weight:bold;
}

#siteNav ul li a:link, #siteNav ul li a:visited
{
    color: #000000;
    text-decoration: none;
}

#siteNav ul li a:hover
{
    color: #000000;
    text-decoration: underline;
}

#siteNav ul li a:active
{
    color: #000000;
}

a:hover, a:link, a:active, a:avisited
{
	color:#663399;
}