@charset "utf-8";
#contentbox #box1 {
	width: 970px;
}
/* CSS Document */

#header {
	display: none;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	left: -1000em;
	top: -1000em;
}
#find #acode {
	font-size: 1.5em;
	color: #0066CC;
	padding: 5px;
	background-image: url(../images/bg_formfield.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#find {
	margin-left: 14px;
	margin-right: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
	padding-top: 0px;
}
#find label {
	font-family: Corbel, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 1em;
}
#contentbox #box1 #leftcolumn #find #go {
	margin-bottom: -10px;
}

#find p {
	font-size: 0.8em;
	line-height: 1.3em;
}
#leftcolumn #clicktocall {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
}
#contentbox #box2 #linksbox {
	float: right;
	width: 255px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid #E0E0E0;
	margin-top: 25px;
	font-size: 13px;
}
#footer {
	font-size: 0.7em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#printheader #printheadercopy {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 15px;
}
#contentbox #leftcolumn {
	background-image: url(../images/bg_leftcolumn.png);
	background-repeat: repeat-x;
	float: left;
	min-height: 320px;
	width: 230px;
	background-color: #FAFAFA;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 2.3em;
	font-weight: normal;
}
.hideonprint {
	display: none;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	left: -1000em;
	top: -1000em;
}