/*img {
 	behavior: url(/images/iepngfix/iepngfix.htc);
}
*/
body, input {
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0px;
}

a {
	color: #235AC4;
	text-decoration: underline;
}

a:visited, a:hover, #location a:hover {
	color: #222222;
	text-decoration: underline;
}

#location {
	text-align: left;
	font-size: 10px;
	color: #6CCFF6;
	position: absolute;
	left: 5px;
	top: 0px;

}

#location a {
	color: #C2C7CF;
}

#content-bg {
/*	width:800px; */
	background-image: url(/images/block-sheet-white-bg.png);
	text-align: center;
	padding: 0px 50px 0px 50px;
}

#content {
	text-align: left;
	width: 690px;
	margin-right: 55px;
	margin-left: 55px;
}

#container {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 800px;
	height: 380px;
	margin: 10px auto 0px auto;
	}

#popup_container {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 400px;
	height: 380px;
	margin: 10px auto 0px auto;
	}

#popup_content {
	text-align: left;
	width: 400px;

}

#links {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

#links a a:hover {
	background-color: transparent;
 }