/* ////// 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;
	color: black;
	border-bottom: 5px solid #f1f0f1;
}
img {
	border: 0px;
	margin: 5px;
}
.wrapindex, .wrap {
	min-height: 10px;
	width: 100%;
	height: auto;
}
.wrap {
	background: none;
}
.dontprint {
	display: none;
	visibility: hidden;
	height: 1px;
	width: 1px;
}
.printonly {
	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;
	visibility: hidden;
	height: 1px;
	width: 1px;
}
#drawer {
	display: none;
	visibility: hidden;
	height: 1px;
	width: 1px;
	}

/* 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 {
	float: left;
	clear: left;
	text-align: left;
}
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: 90px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}
.indexnav ul {
	float: left;
	clear: left;
	list-style: none;
	width: 122px;
	padding: 15px 0px 0px 0px;
	margin: 0px 5px;
}
.indexnav ul li {
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.85em;
	width: 120px;
	display: block; /* Added for IE5 */
	float: left; /* Added for IE5 */
}
.indexnav ul li.indexcategory {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 6px;
}
.indexnav a {
	color: black;
	text-decoration: none;
}
.index_montage a {
	color: black;
}

/* ////// SITEPAGE ////// */

.bodycontent {
	clear: both;
	color: black;
	}
.bodycontent p {
	color: black;
	}
.bodycontent font {
	color: black;
	}
a.exitlink {
	color: black;
	}