/* Styles for Privacy and Unsub */

.png { behavior: url(iepngfix.htc) }

body.inner {background: #c1e6f8 url(../i/fair_bg_burst.jpg) no-repeat top center;}
body.unsub {background: #c1e6f8;}

a {
	color: #2a6996;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
		font-weight: bold;
}

#hd .in,
#bd .in {
	margin:auto;text-align:left; 
	width:63.4615385em; /* !IE */ 
	*width:61.9321154em;/* IE */
	min-width:825px;
	position: relative;
}
/* Header Styles */

#hd{
	display: block;
	min-height:80px;
	}

#hd #logo {
		display: block;
		height: 68px;
		width: 270px;
		position: absolute;
		right: 0;
		top: 8px;
}

/* Body Styles */

#bd {
	background: transparent url(../i/fair_bg_box_top.jpg) no-repeat top center;
	display: block;
	}
	
#bd .in {padding-top:10px;width: 825px;}/* changes for the 1px line */

#bd .box {
	background: #fff url(../i/fair_bg_box_btm.jpg) no-repeat bottom left; max-width:825px;
	max-width:825px;
	padding:10px 20px 10px 20px;
	
}
	h3 {
		color: #0072bc;
		font-size: 153.9%;
		text-transform: uppercase;
		margin: 10px 20px;
	}

	h4 {
		color: #0072bc;
		font-size: 108%;
		font-weight: bold;
		margin-bottom: 1em;
		margin: 10px 20px;
	}
	
	h5 {
		color: #0072bc;
		font-size: 108%;
		font-weight: bold;
		margin-bottom: 1em;
		margin: 10px 20px;
		text-transform: uppercase;
	}

	p {
		font-size: 108%;
		margin-bottom: 1em;
		margin: 10px 20px;
	}
	
	form#unsub {
		margin: 0 0 0 20px;
		padding: 0;
	}
	
	
	form#unsub  label {
		width: 80px;
		margin:0 10px 0 0;
		padding: 3px 0 0 0;
		text-align: right;
	}

	form#unsub  .row {
		display: block;
		margin-bottom: 10px;
	}

	form#unsub  .row  input{  
		border: 1px solid #7f9db9;
		padding: 2px 3px;
		font-size: 100%;
		*font-size: 87%;
	}
	
	form#unsub #image_field {
		margin-left: 50px;
	}
	
/* Footer Styles */
#ft {width:600px;}
#ft p.nav {
	text-align:center;
	color: #666666;
	font-size: 89%;
	text-align: center;
	padding: 10px 0 0 0;
	text-transform:uppercase;
}
	#ft p a {color: #666666;}
	#ft p a:hover {text-decoration: none;}
