@charset "utf-8";
/*  Accessibility bar running across the top of the page  */
#accessbar {
	padding: 0 1em;	
	width: 100%;
	position: relative;
}
#accessbar ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
	#accessbar ul li { 
		display: inline;
		margin: 0; 
		padding: 0 .5em;
	}
		#accessbar ul li form { display: inline;}		
		#accessbar ul li label { display: none;}		
		#accessbar input, #accessbar img { vertical-align: middle; cursor: pointer; }
		#accessbar ul li input[type="submit"] {
			padding: 0;
			cursor: pointer;
		}

#searchbox {
	position: absolute;
	top: .5em;
	right: 2em;
}

/* Text Resize */
	#textresize label { display: none;}
	#textresize input {
		background: none transparent;
		border: none;
		color: #e10b8c;
		padding: 0;
		margin: 0;
		font-family: Times;
		font-weight: bold;
		text-transform: lowercase;
	}
	#fontsizedown, #fontsizeup {
		font-size: 180%;
	}
	#textresize_normal {		font-size: 150%;	}
	#textresize_medium {		font-size: 180%;	}
	#textresize_large {			font-size: 210%;	}
