html
	{
	overflow: scroll;
	}

body 
	{
	margin:1em 0px 0em 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../indexfolder/MasterBackground2.jpg);
	color: #ffffff;
	}
	
	#maintop 
	{
	width:100%;
	height:35px;
	float:none;
	background-image: url(../indexfolder/menubar.png);
	}
	
	#maincenter
	{
	width:40%;
	text-align: justify;
	background-image: url(../indexfolder/menubar.png);
	margin-right:10%;
	float: right;
	padding:0.1em 0px 1em 0px;
	}
	
	#banner 
	{
			background:transparent;
			text-align: center;
	}
		
		
		p
		{
		margin:1em;
		}
		
	h1
	{
		font-size:1.875em;
		padding-top:0em;
	}
	
	h2
	{
		font-size: 1.5em;
		padding-top:0px;
		text-align:center;
	}
	
	h3
	{
		font-size:0.875em;
		padding-top:10px;
		text-align:center;
		margin-top:0px;
	}
		
	#banner h1 { margin:0px; padding:0.5em}
	
	li
	{
	padding-right: 10px;
	text-align: left;
	}
	
	a:link
	{
	text-decoration: none;
	color: #fff;
	}
	
	a:visited 
	{
	text-decoration: none;
	color: #ffffff;
	}
	
	a:hover 
	{
	text-decoration: none;
	color: #000099;
	}
	
	a:active 
	{
	text-decoration: none;
	}
	