﻿body
{
	color: #333333; /* #333333 = gray, dark*/
	background-color: white;
}
a:link, a:visited, a:active
{
    color: blue;
}
h1
{
    font-family: "Lucida Sans Unicode";
    font-size: xx-large;
    text-align: center;
    color: white;
}
h2
{
    font-family: "Lucida Sans Unicode";
    font-size: large;
    text-align: center;
	color: purple;
}
h3
{
    font-family: "Lucida Sans Unicode";
    font-size: medium;
	color: purple;
}
h4
{
    font-family: "Lucida Sans Unicode";
    font-size: small;
    color: purple;
}
p
{
	font-family: "Lucida Sans Unicode";
	font-size: smaller;
}
ol
{
	font-family: "Lucida Sans Unicode";
	font-size: smaller;
}
ul
{
	font-family: "Lucida Sans Unicode";
	font-size: smaller;
}
dl
{
	font-family: "Lucida Sans Unicode";
	font-size: smaller;
}
#form1
{
    background-color: silver;
}
#banner
{
	padding-top: 2%;
	padding-bottom: 2%;
    color: purple;
    background-color: teal;
}
#menu
{
    font-family: "Lucida Sans Unicode";
	font-size: smaller;
	margin-left: 4%;
}
#adrotator
{
    height: 240px;
    width: 120px;
}
#leftsidebar
{
	height: 100%;
    width: 0%;
	padding-right: 2%;
    float: left;
}
#rightsidebar
{
	height: 100%;
    width: 15%;
	padding-left: 2%;
    float: right;
}
#maincontent
{
	padding-left: 2%;
	padding-right: 2%;
}        
#footerleft
{
	width: 45%;
	float: left;
	color: navy;
	font-size:small;
}
#footerright
{
    width: 45%;
    float: right;
    color: navy;
}
#footermid
{
    width: 10%;
    margin-right: 45%;
    margin-left: 45%;
}
