﻿	* {
		margin: 0;
		padding: 0;
	}
	
	html,body {
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #FFFFFF;
	  background-image:url(images/BlackBlueBackground.jpg);
	  background-repeat: repeat-y;
	  background-position: center;
	  background-color: #000000;
	}
	
	form {
	  margin: 0;
	  padding: 0;
	  height: 100%;
	}
	
	p {
		margin-bottom: 15px;
		line-height: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	
	
	
	/* Hyperlinks */
	a:link {
		color: #FFFFFF;
	}
	
	a:visited {
		color: #FFFFFF;
	}
	
	
	
	
	/* MENU */
	#Menu {
		position: absolute;
		top: 172px;
		left: 25px;
		font-size: 20px;
		font-size: 17px;
		font-weight: bold;
	}
	
	#Menu ul li {
		display: inline;
		list-style: none;
		padding-right: 14px;
	}
	
	#Menu a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#Menu a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#Menu a:hover {
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	#Menu a:active {
		text-decoration: none;
	}
	
	


	#Content {
		width: 955px;
		position: relative;
	}
	
	#Top_1 {
		background-image: url(images/BG_01.jpg); 
		background-repeat: no-repeat; 
		width: 955px; 
		height: 207px;
	}
	
	#Top_2 {
		background-image: url(images/BG_02.jpg); 
		background-repeat: no-repeat; 
		width: 955px; 
		height: 435px;
	}
	
	/* This is a placeholder so that text can wrap around the image on the right */
	#BillPhoto_Right {
		float: right;
		width: 390px; 
		height: 370px;
	}
	
	#BillPhoto_PicsPage {
		float: right;
		width: 390px; 
		height: 290px;
	}


	#HomePage_LeftNav {
		position: absolute; 
		top: 240px; 
		left: 20px; 
		width: 220px; 
		height: 417px;
		background-image: url(images/HomePage_LeftNav.jpg);
		background-repeat: no-repeat;
	}




	/* Footer */	
	#Footer_EclipseLogo {
		float: left;
		margin-left: 30px;
			background-image: url(images/EclipseLogo.jpg); 
		background-repeat: no-repeat; 
		width: 171px; 
		height: 46px;
	}
	
	#Footer_Links {
		float: left;
		margin-left: 170px;
		margin-top: 14px;
		font-size: 10px;
	}
	
	#Footer_Links ul li {
		display: inline;
		list-style: none;
		padding-right: 5px;
	}

	
