	
	/* Set up link properties  */
		a:link{color:white;}
		a:link{text-decoration:none;}
		a:visited{color:purple;}
		a:hover{color:purple;}
		a:active{color:purple;}

		a.bar:link{color:white;}
		a.bar:link{text-decoration:none;}
		a.bar:visited{color:white;}
		a.bar:hover{color:white;}
		a.bar:active{color:white;}
		


		

	/* Restore regular link protocol */
		#reg a:link{color:white;}
		#reg a:link{text-decoration:underline;}
		#reg a:visited{color:purple;}
		#reg a:hover{color:purple;}
		#reg a:active{color:purple;}
           
     
	body{ 
		background-image:url("images/common121508.jpg");
                background-repeat: no-repeat;
	        background-position: 50% 5px;
		background-attachmment: fixed;
		text-align:center;
		}

	body.index{ 
		background-image:url("images/splash121508.jpg"); /* Opening page */
                background-repeat: no-repeat;
	        background-position: 50% 5px;
		background-attachmment: fixed;
		text-align:center;
		}

	h1.bigtext{
		font-family:"Edwardian Script ITC", Arial, Times New Roman;
		font-size:36pt;
		color:#FFFFFF;
		font-weight: normal;
		border-right: 0px solid black;
		border-left: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		width: 772px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: lerft;
		position:relative;
		top:36px;
		}


		.box
		{
		border-right: 0px solid black;
		border-left: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		width: 772px;
		height: 390px;
		padding: 4px;
		font-family:perpetua,arial,helvetica;
		font-size: 16pt;
		color: white;
		position:relative;
		top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		overflow:scroll;
		}

		.box2
		{
		border-right: 0px solid black;
		border-left: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		width: 772px;
		height: 390px;
		padding: 4px;
		font-family:perpetua,arial,helvetica;
		font-size: 16pt;
		color: white;
		position:relative;
		top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		}								

		.box3
		{
		border-right: 0px solid black;
		border-left: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		width: 772px;
		height: 390px;
		padding: 4px;
		font-family:perpetua,arial,helvetica;
		font-size: 16pt;
		color: white;
		position:relative;
		top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}					



	.nav{
		font-family:"Edwardian Script ITC", Arial, Times New Roman;
		font-size: 28pt;
		border-right: 0px solid black;
		border-left: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		width: 772px;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		position:relative;
		top:10px;
		color:white;  /*  nav color  */
		}

	
