/* CSS Document */

<style type="text/css">

body {
 	text-align: center;
	background-image: url(Images/purplegravel.jpg);
	font: Geneva, Arial, Helvetica, sans-serif;
}

  
.style1 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #660066; 
	font-size: x-large; 
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: xx-large;
	text-align: center;


}
.style6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;
	font-size: small;
	text-align:center;
}
  
div.container {
	position: absolute;
	left: 50%;
	top: 140px;
	width: 800px;
	margin-left: -390px;
}

div.Splash {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 800px;
	margin-left: -400px;
}

div.Header {
	position: absolute;
	left: 50%;
	top: 3px;
	width: 800px;
	margin-left: -390px;
}

	
div.middle {
	padding: 1px;
	width: auto;
	background-image: url(Images/Center.gif);
	background-repeat: repeat-y;
	position: relative;




}
    
div.top {
    background-image: url(Images/Top.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.bottom {
    background-image: url(Images/Bottom.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div.inside {
	text-align: left;
	margin-left: 15px;
	width: 90%;

}

div.Nav1 {
	position: absolute;
	left: 85px;
	top: 65px;
	width: 110px;
	margin-left: 0px;
}	
div.headermiddle {
	padding: 1px;
	width: auto;
	background-image: url(Images/Center.gif);
	background-repeat: repeat-y;
	position: relative;
	text-align: center;
}

.PageName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660066;
	font-size: medium;
	text-align: center;
	font-variant: small-caps;



}
