/* CSS Document */

/* Print Stylesheet
==============================================================================*/

body {
	background: transparent none;
	margin: 0px 5% 0px 5%;
	text-align: left;
	color: #000000;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	padding: 0px;
	font: 10pt Trebuchet MS, sans-serif; 
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
}

a:hover, a:active {
}
	
#utseal-print {
display: none;
}

div#seal { 
	display: list-item;
	list-style-image: url(../images/utseal.gif);
	list-style-position: inside; 
	letter-spacing: -1000em;
	}

h1 {
	font-size: 18pt;
	font-weight: bold;
	margin: 3px;
	padding: 0px;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
	margin: 3px;
	padding: 0px;
}

#content h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 5px;
}

#content h3 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.3em;
	color: #444;
	margin: 5px 0 0 0;

}

#content h4 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}
#container {
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#pageHeader {
background: #ffffff no-repeat left top url(../images/utseal.gif) no-repeat 0% 0%;
margin: 0;

}

#navcontainer, #sidebarContainer, #utsealcontainer, .pagetop, .standout-right {
display: none;
}

hr {

}

#contentContainer {
	float: none !important;
	padding: 0px;
}

#contentContainer #content {
	padding: 0px;
}

#headerimage {
display: none;
}


#footer {
	text-align: center; 
	background: none;
	color: #000000;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding-top: 10px;
}

#footer a {
}

#footer a:hover {
}
	




