body  
{
	background: #d0d0d0 url(../content/images/bodybg8.jpg) repeat-x top left;
	font: 12px helvetica, arial ;
	color: #013867;
	margin: 0;
	text-align:center;
	letter-spacing: 1.5;
	padding-top: 20px;
}
h1
{
	font: 30px helvetica, arial ;
	color: #FF2900;
}
h2
{
	font: 25px helvetica, arial ;
	color: #FF2900;
}
h3
{
	font: 15px helvetica, arial ;
	color: #CC9652;
} 
h4
{
	font: 13px helvetica, arial;
	color: #ed0204;
}
p 
{
	/* padding-left: 20px; */
}
p.backBtnTop
{
	float: right;
}
p.backBtnBottom
{
	width: 100%; 
	text-align: right;
	padding-top: 20px;
 margin-bottom: 0px;
}
.inlineHtmlImage
{
	margin: 25px;
}
.inlineHtmlImageFloatRightTop
{
	margin-left: 25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	float: right;
}
.inlineHtmlImageLrg
{
	margin: 25px;
}
.inlineHtmlImage img
{
	border: 1px solid gray;
	padding: 20px; 
}  
.caption
{
	padding-top: 10px;
	font: 10px helvetica, arial;
	font-style: italic;
}
.caption .figurenumber
{
	font-size: 11px;
	font-weight: bold;
}
pre /* override overflow */
{
	font: 12px arial;
	color: #333333;
	margin: 0;
	text-align: left;
	letter-spacing: 1.5;
	margin-top: 20px;
	margin-left: 0;
	padding: left: 0;
	overflow: none;
}
#banner
{
	background: url(../content/images/banner.png) no-repeat top left;
	font: 25px arial;
	color: white;
	text-align: left;
	width: 955px;
	height: 78px;
}
.footer 
{
	background: url(../content/images/footer.png) no-repeat top left;
	margin-bottom: 20px;
	padding-right: 120px; 
	padding: 10px; 
	text-align: right;
	width: 935px;
	height: 20px;
	color: white;
}  
.footer span 
{
	margin-right: 10px;
}  
.trademark
{
	font-style: italic;
}
#banner h1.companyname
{	
	display: none;
	height: 20px; 
	float: left;
	padding: 10px;
	padding-top: 5px;
	border: 0px solid white;
}
#banner .bannerlinks 
{
	font: 12px arial;			
	float: right;
	color: white;	
	padding: 10px;
	margin-top: 24px;
	margin-right: 10px;
}	
#banner .bannerlinks span
{
	padding-left: 0px;
}
#banner .bannerlinks a	
{
	color: white;
	text-decoration: none;
}
#banner .bannerlinks a:hover	
{
	color: #abcdef;
	text-decoration: none;
}
#wrapper
{
	width: 955px;
	margin: 0px auto;
	text-align: left;
}
.hiddenTab
{
	background-color: white;
	padding: 15px;
	padding-top: 20px;
	display: none;
}
.content
{	
	background-color: white;
	padding: 30px;
	padding-top: 1px;
	display: block;
	background: white url(../content/images/contentbg1.jpg) no-repeat bottom right; 
	border: 1px #bbbbbb solid;
}	
#services
{
	background: white url(../content/images/contentbg4.jpg) no-repeat bottom right; 
}
#splash
{	
	background:transparent url(../content/images/splashimages/splash7-2.jpg) no-repeat top left; 
	height: 140px;
	width: 955px;	
	background-color: white;
	color: white;
	border-bottom: 11px solid #910204;
}
#splash .nostyletext 
{
	padding: 30px;
	display: none;
}
.indented
{
	padding-left: 40px;
}
.indentedtwo
{
	padding-left: 20px;
}
a.pdf /* add pdf icon to pdf link */
{ 
	padding: 5px 0 5px 20px; 
 	background:transparent url(../content/images/ust-pdf-icon16x16.gif) no-repeat center left; 
	font-size:12px; 
}  
.detailsBtn
{
	padding-left: 10px;
	position: relative;
	top: 2px;
}			
p b 
{
	color: red;
}
.sideBar
{
	float: right;
	padding-left: 30px;
	position: relative;
	top: -4px;
}
.sideBar a 
{
	font-size: 12px;
}
.sideBar a span 
{
	display: none;
}
a.printbtn 
{
	height: 100px;
	width: 200px;
}
form 
{
	padding-top: 10px;
}
.formErrorMsg
{
	color: red;
	padding-bottom: 10px;
} 
input, .textarea 
{
	width: 400px;
}
select 
{
	width: 405px;
}
input.reset, input.submit
{
		 width: 100px;
}

blockquote {
	border : 2px solid #000;
	width: 200px;
	float: right;
	margin: 0px;
	padding: 10px;
	background-color: #ccc;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }