/* Page Layout CSS Document */

	body{
	
		background-color: #FFFFFF;
		font-family: times, times-roman, serif;
		font-size: 12px;
		margin: 10px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	
	}
	
	img{
	
		border: none;
	
	}
	
	#page{
	
		position: relative;
		left: 60px;
		top: 25px;
		width: 752px;
		border: 1px solid black;
		z-index: 0;
	
	}
	
	#page2{
	
		position: relative;
		left: 60px;
		top: 25px;
		width: 750px;
		border: 1px solid black;
		z-index: 0;
	
	}
	
	#masthead{
	
		position: relative;
		left: 60px;
		top: 4px;
		height: 60px;
		width: 750px;
		border: 3px double #000000;
		padding: 5px;
		font-family: times, times-roman, serif;
		font-size: 14px;
		text-align: right;
		font-weight: bold;
	
	}

	form{
	
		margin: 5px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		
	
	}

	#top{

		position: relative;
		left: 10px;
		top: 5px;
		z-index: 0;
		width: 764px;

	}
	#tback{
	
		position: absolute;
		top: 0px;
		left: 50px;
	
	}
	
	#tnext{
	
		position: absolute;
		top: 0px;
		right: -35px;
	
	}

	#bottom{
	
		position: relative;
		left: 10px;
		bottom: -30px;
		z-index: 0;
		width: 764px;
		height: 40px;
		
	}
	
	#bback{
	
		position: absolute;
		top: -25px;
		left: 50px;
	
	}
	
	#bnext{
	
		position: absolute;
		top: -25px;
		right: -35px;
	
	}

