/* ////// SHARED ////// */
/* Global */
html {
	height: auto;
	}
body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	height: auto;
	}
h2 {
	margin: 0px 0px 14px 0px;
	padding: 0px;
	/*font-weight: normal;*/
	font-weight: bold;
	color: black;
	/*border-bottom: 5px solid #f1f0f1;*/
}
h2.print {
	color:black;
	font-size:18pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img {
	border: 0px;
	margin: 5px;
}
.wrapindex, .wrap {
	min-height: 100px;
	width: 100%;
	height: auto;
}
.wrap {
	background: none;
}
.dontprint {
	display: none !important;
}
.printonly {
	display: block;
}
.print {
	display: block;
}
.mimic-h2 { /* So that search engines don't see h2's but the print looks like h2 */
	margin: 0px 0px 14px 0px;
	padding: 0px;
	font-weight: normal;
	color: black;
	border-bottom: 5px solid #f1f0f1;
	font-size: 24px;
}

/* Header */
.header {
	display: none;
}
div.searchbox {
	display: none;
  }

/* Footer */
div#footer, div#footer a {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
div#footer {
	padding: 25px 0px 0px 0px;
	border-top: 1px solid #9d9d9b;
	width: 100%;
	height: 86px;
	/* Needed to override ust-masterstyle */
	clear:both;
	text-align: inherit;
}
div#footer p {
	padding: 0;
	margin: 0;
	line-height: 16px;
}
p.footer1 {
	float: left;
	text-align: left;
}
p.footer2 {
	text-align: right;
}
div.clear {
	clear: both;
}
span.tiny {
	font-size: 0.1em;
}

/* ////// HOMEPAGE ////// */
.index_montage div {
	width: 1px;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
div.index_montage_image ul {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.indexnav {
	clear: left;
	margin: 110px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
.indexnav ul {
	float: left;
	list-style: none;
	width: 90px;
	padding: 30px 0px 0px 0px;
	margin: 0px 5px;
}
.indexnav ul li {
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.6em;
	width: 120px;
	display: block; /* Added for IE5 */
	float: left; /* Added for IE5 */
}
.indexnav ul li.indexcategory {
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 6px;
}
.indexnav a {
	color: black;
	text-decoration: none;
}
.index_montage a {
	color: black;
}
.marketing {
	display: none;
}

/* ////// SITEPAGE ////// */
.leftnav {
	display: none;
	}
.relatedcontainer {
	display: none;
	}
.bodycontent {
	clear: both;
	color: black;
	}
.bodycontent p {
	color: black;
	}
.bodycontent font {
	color: black;
	}
.rightimage {
	float: right;
	}
a.exitlink {
	color: black;
	}
div#pageContainer > div#pageBody {
	overflow: visible;
}
	
/*** FROM UST-MASTERPRINT ***/
#ust-sectionHeader {
	margin-left:12px;
	height:auto;
}
#pageContainer {
	width:670px;
	background-image:none;
}
#pageContainer div#pageBody {
	float:none;
	width:670px;
	margin:0;padding:0;
	overflow:hidden;
	border:none;	
}
#leftCol { display:none; }
#pageContainer div#centerCol {
	float:none;
	margin:0;padding:0;
	position:relative;
	left:12px;
	width:453px;
}
#rightCol {
	float:none;
	position:absolute;
	margin:0;padding:0;
	top:0px;right:0px;
}
