/* author: Leland J. Hach, Sr. */
/* Creation date: 03/03/2010 */

body {
	background-image: url(Images/MainBanner.gif);
	background-repeat: no-repeat;
	background-color: #333366;
	color: white;
	}
	
a {color: #ffcc00; 
   background-color: #333366;
   }

#container
/* Left column and around the banner */
 {
	position: absolute;
	top: 150px;
	left: 200px;
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}	
	
.col1
 {
	color: white;
	width: 700px;
	}

.leftcol
{
	width: 300px;
	float: left;
}

.rightcol
{
	width:300px;
	float:right;
}
#footer
{
	top:20px;
}