#video {
	height: 206px;
	width: 250px;
	float: right;
	text-align: right;
	margin: 0 0 5px 5px;
	border-color: #1470D8;
}
a img {border: none;
}
.uaBODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 12px;
	margin-top: -15px;
}
.uaFooter {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #b2b2b2;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left: 12px;
	text-align: left;
}
.uaBODYbold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
.uaBODYhighlight {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #005AC3;
}
.uaBODYhighlightBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #005AC3;
	font-weight: bold;
	}
.uaBODYlocationBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	color: #005AC3;
}
.uaFINDlist {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #666666;
	padding-left: 15px;
}
.uaFINDdetail {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	padding-top: 5px;
}
.uaFINDdetailBOLD {
	font-weight: bold;
}
.uaFINDdetailNAME {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	color: #005AC3;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #005AC3;
}
.uaFINDlistNAME {
	color: #000000;
	font-weight: bold;
}
.uaFINDlistTYPE {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}
.uaPH {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #005AC3;
	font-size: 24px;
	padding-left: 15px;
	vertical-align: middle;
	background-color: #F2F2F2;
	text-align: left;
}
.uaPortal {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #b2b2b2;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 12px;
	text-align: left;
	text-transform: uppercase;
}
.uablueboxsmall {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #CCCCCC;
	padding-left: 15px;
}
.uablueboxsmall a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.uablueboxsmall a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.uablueboxsmall a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.pptTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: 18pt;
	font-weight: bold;
	color: #000000;
	background-image: url(artwork/x_banner_back.jpg);
	background-repeat: repeat-x;
	padding: 0 10px 0 20px;
	vertical-align: middle;
}
.pptContentCAPS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	color: #176DDE;
	font-weight: normal;
}
.pptTitleBlue {
	color: #176DDE;
}
.pptContentSubhead {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.pptContentCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #666666;
	padding: 5px 10px 10px 20px;
}
.pptContentComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	color: #176DDE;
	padding: 20px 10px 10px 35px;
	background-image: url(artwork/ppt_back.jpg);
}
.pptContentCommentBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
.pptTitleWhite {
	color: #FFFFFF;
}
.pptTitleBlueback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: 18pt;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0 10px 0 12px;
	background-color: #176DDE;
}
.pptContentHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	padding: 10px 15px 0 12px;
	font-weight: bold;
}

/* new div layout styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 286px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 286px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: 24pt;
	font-weight: bold;
	color: #CCCCCC;
	padding: 8px 10px 0 12px;
	background: #176DDE;
	height: 32px;
	margin: 0;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 12px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #b2b2b2;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.twoColFixLtHdr #mainHead20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	line-height: 20pt;
	font-weight: bold;
	color: #CCCCCC;
	padding: 8px 10px 0 12px;
	background: #176DDE;
	height: 32px;
	margin: 0;
}
.twoColFixLtHdr #mainHead18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: bold;
	color: #CCCCCC;
	padding: 8px 10px 0 12px;
	background: #176DDE;
	height: 32px;
	margin: 0;
}
