body{
  width:100%;
  height:100%;
  background-color: purple;
  background-size: cover ;
}

#Main {
	width: 1500px;
	height: 1500px;
	background-color: #F8F8FF; 
	
	font-family: Arial;
}

#banner{
	width: 1500px;
	height: 400px;
	text-align: left;
	color: green;
	padding-bottom: 10px;
	font-family: Algerian;
	font-size: 20pt;
	
}




#Intro {
	border: none;
	background-color: #F8F8FF; 
	width: 900px;
	height: 400px;
	padding: 10px;
	margin: 10px;
	
}


	
#footer {
	width: 900px;
	font-size: 9pt;
	color: white;
	font-weight: bold;
	
}



#navbox {
	margin: 50x;
	padding: 0;
	height: 50px;
}
 #navbox li {
	list-style: none;
	float: left;
	padding-left: 100px;
}
 #navbox li  a{
	display: block;
	list-style: none;
	text-decoration: none;
	padding-top: 2em;
	
}
#navbox li ul {
	display: none;
	
 }
 
#navbox li:hover ul, #navbox li.hover ul {
	display: block;
	position: absolute;
	font-size: 8pt;
	line-height: 50%;
}

#navbox li:hover li, #navbox li.hover li{
	float: none; 
}

#page-background {
	position:fixed; 
	top:0; 
	left:0;
	width:auto; 
	height:200%;
}

.mainfont{

font-family: Algerian;
}

.align {
text-align: right;
}

.smallfont{
font-size: 9pt;
font-weight: bold;
}


.padclass{
margin: 10px;
}

.button{
width: 125px;
height: 40px;
}



.LinkHome {
	background-image: url("Images/LinkButton.png");
	width: 160px;
 	height:64px;
	display:block;
	color: black;
	text-decoration: none;
	font-size: 8pt;
	background-repeat: no-repeat;
	
	
}

.LinkHome:hover {
	background-image: url("Images/LinkButtonHover.png");
	width: 160px;
 	height: 81px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	
}

.LinkFooter{
	text-decoration: none;
}
.LinkFooter:visted{
	text-decoration: none;
}

.hangingindent {
    padding-left: 22px ;
    text-indent: -22px ;
}

textarea
{
   resize: none;
}




