body{
	background-image: url('images/alt-bkg.gif');

	margin: 0 auto;
	padding: 0;
}

.background_div{
	width: 1000px;
	height: 985px;
	position: absolute;
	z-index: 0;

	left: 50%;
	margin-left: -500px;

	padding-left: 5px;
	padding-top: 10px;
	background-repeat: repeat-x;
				
	}

.content_div{
	width: 900px;
	height: 900px;
	position: absolute;

	left: 50%;
	margin-left: -450px;

	z-index: 1;

	margin-top: 20px;
				
	background-color: #E3D9B5;
	border: solid white 2px;
	}

.header_img{
	position: absolute;
	z-index: 2;

	left: 50%;
	margin-left: -430px;

	margin-top: 5px;
	}

.navlinks{ 
	font-size: 9pt;
	font-family: arial, "lucida console", sans-serif;
	color: white;
	text-decoration: none;
	}

.body_p{
	color: black;
	font-family: times, "lucida console", sans-serif;
	font-size: 11pt;
	font-weight: 500;
	}

.conlinks{
	color: black;
	text-decoration: underline;
	}

.attn{
	color: #336699;
	font-weight: 600;
	}

a{
	color: white;
	text-decoration: underline;
	}

a:hover{
	text-decoration: underline;
	}



