/*UPDS*/
body {
	font: 11px/135% Verdana, Arial, sans-serif;
  	background-color: #001576;
	color: #000;
	padding: 0 385px 0 385px;
	margin: 0;
}
* html body, * html div#sizer, * html div#expander { height: 0;}
* html div#container div#top-container, * html div#top-container div#top-nav, * html div#container, * html div#SectionLinks, * html div#midsection, * html div#sidebars, * html div#bg-sidebars, * html div#container div#content-container, * html div#container div#content, * html div#container div#index, * html div#LeftOneCol, * html div#LeftCol, * html div#RightCol, * html div#footer {height: 1%;}  /*Fixes moving text on hover*/

div#sizer {
	width: 100%;
}
div#expander {
	position: relative;
	margin: 0 -385px 0 -385px;
	min-width: 770px;
}
/* helps IE get the child percentages right. */
div#container { width: 100%; } /*wrapper*/

div.spacer {
  visibility: hidden;
  width: 10%;
  line-height: 1px;
  clear: both;
}

/*Common to all pages*/
a:link,
a:visited {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	border-bottom: solid 1px #98A3B8;
}
a:hover {
	color: #9C4D22;
	font-weight: bold;
    border-bottom: solid 1px #933;
}
a img { border: 0;}

#top-container div#logo a:link,
#top-container div#logo a:visited,
#top-container div#logo a:hover { border: 0;}

.pdfSize,
.small {
	font: 10px/120% Verdana, Arial, sans-serif !important;
}
p {
	font: 11px/135% Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 9px;
}
p.question {
	font: bold 12px/130% Verdana, arial, helvetica, sans serif;
	color: #000;
	margin-top: 0;
	margin-bottom: 6px;
}
blockquote { margin: 0 0 9px 12px;}
h1, h2, h3 {
	font: 900 18px/125% Verdana, Arial, sans-serif;
	color: #000000;
	margin-top: 0;
	margin-bottom: 12px;
}
h1 {	letter-spacing: -1px;}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font: bold 12px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
h5 {
	font: bold 11px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
h6 {
	font: bold 10px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/*This fixes the IE bug for disappearing background-image inside list items*/
ul, ol, dl {
	position: relative;
}
.titlesub {
	font: bold 12px/125% Verdana, Arial, sans-serif;
	margin-top: -9px;
	margin-bottom: 12px;
}
.titleOverhead {
	font: bold 14px/120% Verdana, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: .3em;
}
div#content p.subhead,
#index .subhead {
	font: bold 12px/150% Verdana, Arial, sans-serif !important;
	color: #667A70;
	margin: 0 0 -2px 0;
    text-indent: 0;
}
#index .subhead { margin: 0 0 6px 0;}
div#content p.SectionHead {
	font: bold 14px/150% Verdana, Arial, sans-serif !important;
	color: #9C4D22;
	margin: 18px 0 9px 0;
    text-indent: 0;
	clear: left;
}
div#anchor ul,
div#content div#anchor ul {
list-style-type: none;
padding: 0;
margin: 0 0 12px 0;
}

div#anchor ul li,
div#content div#anchor ul li {
background-image: url(/graphics/upds/arrowdown.gif) !important;
background-repeat: no-repeat;
background-position: 0 5px !important;
padding: 0 0 3px 13px !important;
}

div#anchor ul li a {
	font: normal 11px/135% Verdana, Arial, sans-serif !important;
}

/*Top of page*/

div#top-container {
	position: absolute;
	top: 0;
	height: 57px !important;
	background-color: #7A8C83;
	width: 100%;
	z-index: 1;
}
div#logo {
	height: 67px;
	width: 184px;
	padding: 11px 0 0 21px;
	background-color: #001576;
}
div#logo a img { margin-right: 26px;}
div#logoPrint {
	display: none !important;
}

div#top-nav {
	position: absolute;
	top: -2px;
    left: 156px;
	margin: 0 0 18px 0;
	padding: 0;
}


div#top-nav ul {
	list-style-type: none;
	list-style-image: none !important;
	margin-top: -1px;
	margin-left: 7px;
	text-indent: 0 !important;
	float: left;
	text-align: center;
}
div#top-nav ul li {
	font: bold 11px/15px Verdana, Arial, sans-serif;
	color: #FFF;
	list-style-type: none;
	margin: 0 12px 3px 12px;
	text-align: center !important;
	float: left;
	white-space: nowrap;
	background: url(/graphics/upds/top_nav_tick.gif) no-repeat top center;
	padding-top: 14px;
}
div#top-nav ul li span.tick { display: none;}
div#top-nav ul li br {display: none;}

div#top-nav li a:link,
div#top-nav li a:visited {
	border-width: 1px;
    border-style: solid;
    border-color: #7A8C83;
    color: #FFF;
	text-decoration: none;
    margin-top: 0;
	padding: 2px 6px;
    display: inline-block;
}
div#top-nav ul li.current a:link,
div#top-nav ul li.current a:visited {
    border: solid 1px #FFF !important;
    color: #E3C564;
    text-decoration: none;
    margin-top: -1px;
    padding: 2px 6px;
    display: inline-block;
}

div#top-nav li a:hover,
div#top-nav ul li.current a:hover {
	border-style: solid;
	border-color: #FFF;
    border-width: 1px 1px 0 1px;
    border-right-color: #7A8C83;
	color: #BCE0CE;
	text-decoration: none;
    margin-top: -1px;
	padding: 2px 6px;
    display: inline-block;
}

div#returnto {
    position: absolute;
    top: 40px;
    left: 217px;
	z-index: 1;
	font: normal 9px/130% Verdana, Arial, sans-serif !important;
	color: #B0C2B9;
}
div#returnto a:link,
div#returnto a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #EBEBC5;
	margin: 0 3px;
    border: 0;
}
div#returnto a:hover {
	font-size: 10px;
	color: #BCE0CE;
	text-decoration: none;
	margin: 0 3px;
    border: 0;
}
div#SectionLinks {
	position: absolute;
	top: 91px;
	left: 19px;
	padding: 0;
    margin: 0;
	background-color: #7A8C83;
	width: 186px !important;
	z-index: 20;
}
div#SectionLinks ul {
	clear: left;
	width: 173px;
	list-style-type: none;
	margin: 9px 0 18px -3px;
	padding: 1px 6px 0 0;
}
div#SectionLinks ul li {
	font: bold 11px/130% Verdana, Arial, sans-serif;
	color: #FFF;
	list-style-type: none;
	margin: 0 0 12px 2px;
    display: inline-block;
	padding-left: 16px;
}
div#SectionLinks ul li span.tick,
div#SectionLinks ul li span.tick2 { font: normal 12px Verdana, Arial, sans-serif; display: inline-block; margin-left: -16px; margin-bottom: 2px;}
div#SectionLinks ul li span.tick2 {margin-bottom: 9px;}

div#SectionLinks ul li a:link,
div#SectionLinks ul li a:visited {
	text-decoration: none;
	color: #FFF;
	padding: 2px 0 2px 6px;
	margin-left: -2px;
	display: inline-block;
	border-top: solid 1px #7A8C83;
	border-left: solid 1px #7A8C83;
	border-bottom: 0;
 }
div#SectionLinks ul li a:hover,
div#SectionLinks ul li.current a:hover {
	color: #BCE0CE !important;
	text-decoration: none;
	padding: 2px 0 2px 6px;
	margin-left: -2px;
	border-top: solid 1px #FFF !important;
	border-left: solid 1px #FFF !important;
}
div#SectionLinks ul li.current {
	list-style-type: none;
	margin: 0 0 6px 2px;
	text-indent: 0;
}

div#SectionLinks ul li.current a:link,
div#SectionLinks ul li.current a:visited { 
	border-top: solid 1px #7A8C83;
	border-left: solid 1px #7A8C83;
    border-color: #7A8C83;
  color: #E3C564;
    margin-left: -1px;
    text-decoration: none;
    padding: 2px 6px;
    display: inline-block;
}


#SectionLinks #search-container {
	position: relative;
	margin: 12px 0;
}
#SectionLinks #search-container #search {
	position: relative;
	width: 153px;
	text-align: center;
	margin: 0;
	background-color: transparent;
	font: 10px Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
#SectionLinks #search form {
	margin: 0;
	padding: 0;
}
#SectionLinks #search input.inputSearch {
	background-color: #C3CBC7;
	font: 10px Verdana, Arial, sans-serif;
}
#SectionLinks #search input.inputSearchAct {
	background-color: #FFFFFF;
	font: 10px Verdana, Arial, sans-serif;
}
#SectionLinks #search input.button,
#SectionLinks #search input.button-over {
	font: bold 10px Verdana, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #7A8C83;
	background-image: none;
	border: 1px solid #FFF;
	margin-top: 6px;
}
#SectionLinks #search input.button-over {
	background-color: #7A8C83;
	border: 1px solid #FFF;
	color: #BCE0CE;
}



div#container div#midsection {
	position: absolute;
	top: 57px;
	width: 100%;
	height: 433px;
}
div#container div#midsection div#sidebars {
	height: 433px;
	background-color: #C1A855;
	z-index: 0;
	padding-right: 19px;
	padding-left: 19px;
}
div#container div#sidebars div#bg-sidebars {
	height: 433px;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #172A82;
}

div#container div#SectionSubtitle {
	position: absolute;
	top: 57px;
	width: 100%;
	background-color: #9C4D22;
	height: 34px;
	z-index: 4;
}
div#container div#SectionSubtitle h1 {
	font: bold 17px Verdana, Arial, sans-serif;
	margin: 6px 18px 6px 205px;
	color: #EDE7D5;
	letter-spacing: 0;
}
#container div#SectionTitleOnly {
	position: absolute;
	top: 57px;
	width: 100%;
	background-color: #9C4D22;
	height: 34px;
	z-index: 4;
}
div#content-container {
	position: absolute;
	top: 91px;
	left: 0;
	width: 100%;
	z-index: 3;
    padding: 0;
}
div#content,
div#index {
	margin: 0 19px 0 205px;
	background-color: #EDE7D5;
	padding: 6px 18px 14px 18px;
	display: block; /*makes IE see the div as having content - hasLayout*/
    min-height: 379px;
    height: auto;
    _height: 399px !important;/*only IE reads this - workaround for IE not recognizing min-height*/
    overflow: visible;
}

div#content p {
	padding: 0;
    margin: 0 0 12px 0;
}
div.img-right { float: right; margin: 12px 0 12px 12px;}
div.img-right img { border: solid 1px #000;}
div#content p.titlemain,
div#content h1.titlemain {
	font: bold 18px/130% Verdana, Arial, sans-serif;
    text-indent: 0;
	color: #000;
	margin: 3px 0 9px 0;
	letter-spacing: 0;
}
p.top {
	margin: 6px 0 9px 0;
}
p.top a {
	text-decoration: none;
	font: normal 10px/130% Verdana, Arial, sans-serif !important;
    border: 0;
}
p.disclaimer {
	font-style: italic;
	margin-top: 18px;
}
/*Columns*/
div.LeftOneCol {
	position: relative;
	float: left;
	margin: 0;
}
div.LeftCol {
	position: relative;
	float: left;
	margin: 0;
	width: 44%;
	padding-right: 24px;
}
div.RightCol {
	float: left;
	margin: 0;
	padding: 0;
}
div#footer {
	margin: 18px 0 0 199px;
	padding: 0 0 18px 0;
	font: bold 10px Verdana, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
	background-color: transparent;
	clear: both !important;
	color: #4C5B9F;
}
#footer a:link,
#footer a:visited {
	font-size: 10px !important;
	color: #FFF;
	text-decoration: none;
	padding-right: 6px !important;
	padding-left: 6px !important;
    border: 0;
}
#footer a:hover {
	color: #BCE0CE;
	text-decoration: none;
	padding-right: 6px !important;
	padding-left: 6px !important;
    border: 0;
}
p.interwoven { visibility: hidden; text-align: center;}

/*Photo orientation*/

div.clear { clear: both !important }
div.photoRight {
	float: right;
	margin: 0 0 6px 12px;
	width: auto;
	padding: 0;
}
div.photoLeft {
	float: left;
	margin: 0 9px 6px 0 !important;
	width: auto;
	padding: 0;
}

div.photoBottom {
	float: none;
	clear: both;
	margin: 3px 0 12px 0;
	width: auto;
	padding: 0;
}
div.photoRight img,
div.photoLeft img,
div.photoBottom img {
	border: solid 1px #000 !important;
	margin: 0;
	padding: 0;
	z-index: 5;
    display: block;
}
div.photoRight img.NoBorder,
div.photoLeft img.NoBorder,
div.photoBottom img.NoBorder {
	border: 0 !important;
	display: block;
	margin: 0;
}
div#content table.photoBottom {
	float: none;
	margin: 3px 0 0 0 !important;
	padding: 0;
	clear: both;
	border: 0;
}
div#content table.photoLeft {
	float: left;
	margin: 5px 12px 3px 0 !important;
	border: 0;
}
div#content table.photoRight,
div#index table.photoRight {
	float: right;
	margin: 5px 0 3px 12px !important;
	border: 0;
}
table.photoRight td,
table.photoLeft td,
table.photoBottom td {
	font: bold 10px/115% Verdana, Arial, sans-serif !important;
	color: #000;
	vertical-align: top;
	padding: 0 0 9px 0 !important;
}
table.photoRight img,
table.photoLeft img,
table.photoBottom img {
	border: solid 1px #000;
	display: block;
	margin: 0 0 6px 0;
	padding: 0;
}
table.photoRight img a,
table.photoLeft img a,
table.photoBottom img a {
	border: solid 1px #000;
}

table.photoRight img.NoBorder,
table.photoLeft img.NoBorder,
table.photoBottom img.NoBorder {
	border: 0;
	display: block;
	margin: 0;
}
table.photoRight td p,
table.photoLeft td p,
table.photoBottom td p,
p.cutline {
	font: bold 10px/135% Verdana, Arial, sans-serif !important;
	margin: 0 0 3px 0 !important;
}
p.clearAll {clear: all;}

div.enlarge,
div.clear div.enlarge,
td div.enlarge {
	clear: both;
	background-color: #CC9;
	padding: 3px;
	margin: -6px 0 6px 0;
	text-align: center;
}
div.photoRight div.enlarge,
div.photoLeft div.enlarge,
div.photoBottom div.enlarge,
div.clear div.photoRight div.enlarge,
div.clear div.photoLeft div.enlarge {
	background-color: #D1C3A1;
	padding: 3px;
	margin: 0 0 6px 0;
	text-align: center;
}
div.photoBottom div.enlarge {
	margin-top: -12px;
}
div.enlarge a:link,
div.enlarge a:visited {
	font: bold 10px/100% Verdana;
	text-decoration: none;
    border: 0;
}
div.enlarge a:hover {
	color: #933;
    border: 0;
}

/**Content**/
div#content table {
	border: 0;
	margin: 18px 0 12px 0 !important;
}


/* and Tables*/
table {
	margin: 6px 0 12px 0;
	border: 0;
}
td,
div#content td,
table.contacts td {
	font: 11px/135% Verdana, Arial, sans-serif !important;
	vertical-align: top;
	padding: 0 9px 3px 3px;
	border: 0;
	margin: 0;
}
td.bottom,
#content td.bottom {
	vertical-align: bottom !important;
}
td.middle {
	vertical-align: middle;
}

td.noTop {
	border-top: 0;
	border-left: solid 1px #000;
}
td.center { text-align: center;}

tr.PadTop td,
tr.PadTop td.center,
tr.PadTop td.small,
td.PadTop {
	padding-top: 6px !important;
}
tr.PadBottom td,
tr.PadBottom td.center,
tr.PadBottom td.small,
td.PadBottom {
	padding-bottom: 6px !important;
}

tr.HeaderRow td,
div#content tr.HeaderRow td,
table.contacts tr.HeaderRow td,
table.contacts tr.HeaderRow td.begin,
table.contacts tr.HeaderRow td.middle,
table.contacts tr.HeaderRow td.end {
	font: bold 12px Verdana, Arial, sans-serif !important;
	text-transform: uppercase;
	word-spacing: 0.2em;
	vertical-align: bottom !important;
	color: #000;
	padding: 4px 4px !important;
	text-align: left;
	background-color: #D1C3A1;
	border-top: solid 1px #BD9E7E;
	border-bottom: solid 1px #BD9E7E;
}
tr.HeaderRowPlain td,
tr.HeaderRowPlain td.center {
	font: bold 11px Verdana, Arial, sans-serif !important;
	vertical-align: bottom;
	padding: 4px 12px 4px 0 !important;
	text-align: left;
	color: #000;
	background-color : #FFF;
	border: 0 !important;
}
tr.HeaderRowPlain td.center {text-align: center !important;}
table.contacts tr.HeaderRow td {
	text-align: center !important;
}
tr.HeaderRowSub td,
div#content tr.HeaderRowSub td,
table.contacts tr.HeaderRowSub td.begin,
table.contacts tr.HeaderRowSub td.middle,
table.contacts tr.HeaderRowSub td.end {
	font: bold 11px Verdana, Arial, sans-serif !important;
	vertical-align: bottom;
	padding: 4px 6px !important;
	text-align: left;
	color: #000;
	background-color : #D1C3A1;
	border-top: solid 1px #EDE7D5;
    border-bottom: solid 1px #BD9E7E;
}
tr.HeaderRow td a {
	color: #039 !important;
}
table.center {}
table.center tr.HeaderRowSm td {
	vertical-align: bottom;
	background-color: #D1C3A1;
	font: bold 11px Verdana, Arial, sans-serif;
	color: #000;
	padding: 3px 6px 3px 6px;
	text-align: center;
	border-top: solid 1px #BD9E7E !important;
}

tr.HeaderRowSubSm td {
	vertical-align: bottom;
	background-color : #D1C3A1;
	font: bold 10px verdana, Arial, sans-serif !important;
	padding: 3px;
	text-align: left;
	color: #000;
	border-top: solid 1px #BD9E7E;
	border-bottom: solid 1px #BD9E7E;
}
tr.RowOne td,
tr.RowTwo td,
table.contacts tr.RowOne td,
table.contacts tr.RowTwo td {
	padding: 4px 6px 4px 6px !important;
    border: 0;
	border-bottom: solid 1px #BD9E7E !important;
}
tr.RowOne td,
div#content tr.RowOne td,
table.contacts tr.RowOne td.begin,
table.contacts tr.RowOne td.middle,
table.contacts tr.RowOne td.end {
	background-color : #EDE7D5;
}
tr.RowTwo td,
div#content tr.RowTwo td,
table.contacts tr.RowTwo td.begin,
table.contacts tr.RowTwo td.middle,
table.contacts tr.RowTwo td.end {
	background-color : #DDD1B1;
}
table.contacts {
	width: 100% !important;
	margin: 12px 0 !important;
	padding: 0;
	border: 0;
}
table.small,
div#content table.small,
div#content table.smallCtr,
div#content table.Wide,
div#content table.WideSm,
div#content table.WideSmCtr {
	border: 0 !important;
	margin: 0 0 12px 0;
}
div#content table.small td,
div#content table.smallCtr td,
div#content table.Wide td,
div#content table.WideSm td,
div#content table.WideSmCtr td {
    border-left-width: 0;
    border-right-width: 0;
}
div#content table.small tr.RowOne td,
div#content table.smallCtr tr.RowOne td,
div#content table.Wide tr.RowOne td,
div#content table.WideSm tr.RowOne td,
div#content table.WideSmCtr tr.RowOne td,
div#content table.small tr.RowTwo td,
div#content table.smallCtr tr.RowTwo td,
div#content table.Wide tr.RowTwo td,
div#content table.WideSm tr.RowTwo td,
div#content table.WideSmCtr tr.RowTwo td {
    border-left-width: 0;
    border-right-width: 0;
}
div#content td.small {
	font: 400 10px/130% Verdana, Arial, Helvetica, sans serif;
}
div#content td.small p {
	font: 400 10px/130% Verdana, Arial, Helvetica, sans serif;
	margin: 0 0 6px 0;
}
div#content td.small ul {
	margin: 0 0 6px 18px;
}

div#content li table {
	border:0;
	margin: 12px 0 12px 0;
}
div#content table.Wide,
div#content table.WideCtr,
div#content table.WideSm,
div#content table.WideSmCtr {
	width: 100% !important;
	border: 0 !important;
}

table.small td,
div#content table.small td,
div#content table.smallCtr td,
div#content table.WideSm td,
div#content table.WideSmCtr td {
	font: normal 10px/130% Verdana, Arial, Helvetica, sans serif;
}
div#content table.smallCtr td,
div#content table.WideCtr td,
div#content table.WideSmCtr td {
	text-align: center;
}
div#content table.small tr.HeaderRow,
div#content table.small tr.HeaderRow td,
div#content table.small td.HeaderRow,
div#content table.smallCtr tr.HeaderRow,
div#content table.smallCtr tr.HeaderRow td,
div#content table.smallCtr td.HeaderRow,
div#content table.WideSm tr.HeaderRow,
div#content table.WideSm tr.HeaderRow td,
div#content table.WideSm td.HeaderRow,
div#content table.WideSmCtr tr.HeaderRow,
div#content table.WideSmCtr tr.HeaderRow td,
div#content table.WideSmCtr td.HeaderRow {
	font: bold 11px Verdana, Arial, sans-serif !important;
}

div#content table.smallCtr tr.HeaderRow,
div#content table.smallCtr tr.HeaderRow td,
div#content table.smallCtr td.HeaderRow,
div#content table.WideSmCtr tr.HeaderRow,
div#content table.WideSmCtr tr.HeaderRow td,
div#content table.WideSmCtr td.HeaderRow,
div#content table.smallCtr tr.HeaderRowSub,
div#content table.smallCtr tr.HeaderRowSub td,
div#content table.smallCtr td.HeaderRowSub,
div#content table.WideSmCtr tr.HeaderRowSub,
div#content table.WideSmCtr tr.HeaderRowSub td,
div#content table.WideSmCtr td.HeaderRowSub {
	text-align: center !important;
}

div#content table.small tr.HeaderRowSub,
div#content table.small tr.HeaderRowSub td,
div#content table.small td.HeaderRowSub,
div#content table.smallCtr tr.HeaderRowSub,
div#content table.smallCtr tr.HeaderRowSub td,
div#content table.smallCtr td.HeaderRowSub,
div#content table.WideSm tr.HeaderRowSub,
div#content table.WideSm tr.HeaderRowSub td,
div#content table.WideSm td.HeaderRowSub {
	font: bold 10px verdana, Arial, sans-serif !important;
}

div#content table.smallCtr tr.HeaderRowSub td,
div#content table.WideSmCtr tr.HeaderRowSub td {
	text-align: center !important;
}
div#content table.small tr.RowOne td,
div#content table.small tr.RowTwo td,
div#content table.smallCtr tr.RowOne td,
div#content table.smallCtr tr.RowTwo td,
div#content table.WideSm tr.RowOne td,
div#content table.WideSm tr.RowTwo td,
div#content table.WideSmCtr tr.RowOne td,
div#content table.WideSmCtr tr.RowTwo td {
	padding: 4px 6px !important;
	font-size: 10px !important;
}

div#content table.border,
div#content table.BorderCenter,
div#content table.BorderSmall,
div#content table.BorderSmCenter,
div#content table.BorderWide,
div#content table.BorderWideCtr,
div#content table.BorderWideSm,
div#content table.BorderWideSmCtr {
	border-right: solid 1px #BD9E7E;
	border-bottom: solid 1px #BD9E7E;
	margin: 0 0 12px 0;
}
div#content table.border td,
div#content table.BorderCenter td,
div#content table.BorderSmall td,
div#content table.BorderSmCenter td,
div#content table.BorderWide td,
div#content table.BorderWideCtr td,
div#content table.BorderWideSm td,
div#content table.BorderWideSmCtr td {
	padding: 3px;
	border-top: solid 1px #BD9E7E;
	border-left: solid 1px #BD9E7E;
}
div#content table.BorderSmall td,
div#content table.BorderSmCenter td,
div#content table.BorderWideSm td,
div#content table.BorderWideSmCtr td {
	font-size: 10px !important;
}
div#content table.BorderSmCenter td,
div#content table.BorderWideSmCtr td,
div#content table.BorderCenter tr.HeaderRow td,
div#content table.BorderWideCtr tr.HeaderRow td,
div#content table.BorderWideSmCtr tr.HeaderRow td {
	text-align: center !important;
}

div#content table.border tr.HeaderRow td,
div#content table.BorderCenter tr.HeaderRow td,
div#content table.BorderWide tr.HeaderRow td,
div#content table.BorderWideCtr tr.HeaderRow td,
div#content table.BorderWideSm tr.HeaderRow td,
div#content table.BorderWideSmCtr tr.HeaderRow td {
	font: bold 11px Verdana, Arial, sans-serif !important;
	text-align: left;
	text-transform: uppercase;
	word-spacing: 0.2em;
	vertical-align: bottom !important;
	color: #000;
	padding: 4px 4px !important;
	background-color: #D1C3A1;
	border-top: solid 1px #BD9E7E;
	border-left: solid 1px #BD9E7E;
}
div#content table.BorderSmall tr.HeaderRow td,
div#content table.BorderSmCenter tr.HeaderRow td,
div#content table.BorderWideSm tr.HeaderRow td,
div#content table.BorderWideSmCtr tr.HeaderRow td {
	font-size: 10px !important;
}
div#content table.border tr.HeaderRowSub td,
div#content table.BorderCenter tr.HeaderRowSub td,
div#content table.BorderWide tr.HeaderRowSub td,
div#content table.BorderWideCtr tr.HeaderRowSub td,
div#content table.BorderWideSm tr.HeaderRowSub td {
	font: bold 11px Verdana, Arial, sans-serif !important;
	vertical-align: bottom;
	padding: 4px 6px !important;
	color: #000;
	background-color : #D1C3A1;
	border-top: solid 1px #BD9E7E;
	border-left: solid 1px #BD9E7E;
}

div#content table.BorderSmCenter tr.HeaderRow td,
div#content table.BorderWideSmCtr tr.HeaderRow td,
div#content table.BorderCenter tr.HeaderRowSub td,
div#content table.BorderWideCtr tr.HeaderRowSub td {
	text-align: center !important;
}
div#content table.BorderWideSm tr.HeaderRowSub td,
div#content table.BorderWideSmCtr tr.HeaderRowSub td {
	font-size: 10px !important;
}
,
div#content table.border tr.RowOne td,
div#content table.border tr.RowTwo td,
div#content table.BorderCenter tr.RowOne td,
div#content table.BorderCenter tr.RowTwo td,
div#content table.BorderWide tr.RowOne td,
div#content table.BorderWide tr.RowTwo td,
div#content table.BorderWideCtr tr.RowOne td,
div#content table.BorderWideCtr tr.RowTwo td,
div#content table.BorderWideSm tr.RowOne td,
div#content table.BorderWideSm tr.RowTwo td,
div#content table.BorderWideSmCtr tr.RowOne td,
div#content table.BorderWideSmCtr tr.RowTwo td {
	padding: 4px !important;
	border-top: solid 1px #BD9E7E;
	border-left: solid 1px #BD9E7E;
}
div#content table.BorderWideSm tr.RowOne td,
div#content table.BorderWideSm tr.RowTwo td {
	font-size: 10px !important;
}
div#content table.BorderCenter tr.RowOne td,
div#content table.BorderCenter tr.RowTwo td
div#content table.BorderWideCtr tr.RowOne td,
div#content table.BorderWideCtr tr.RowTwo td
div#content table.BorderWideSmCtr tr.RowOne td,
div#content table.BorderWideSmCtr tr.RowTwo td {
	text-align: center;
}
div#content table.BorderWideSmCtr tr.RowOne td,
div#content table.BorderWideSmCtr tr.RowTwo td {
	font-size: 10px !important;
	text-align: center;
}

table.BorderTblOnly {
	border: solid 1px #000 !important;
	margin: 12px 0;
}
table.BorderWideTblOnly {
	border: solid 1px #BD9E7E !important;
	width: 100%;
}
table.BorderTblOnly td,
table.BorderWideTblOnly td {
	padding: 6px 6px !important;
	border: 0;
}
/*Contact list table*/

div#content table.contacts {
	width: 90%;
	margin: 12px 0 12px 0 !important;
	padding: 0;
	border: 0;
}
div#content table.contacts td { padding: 4px; margin: 0; font-size: 10px !important;}
div#content table.contacts td p { padding: 0; margin: 0 0 2px; font-size: 10px; text-indent: 0;}
div#content table.contacts td.end,
div#content table.contacts td.nowrap {
	white-space: nowrap;
}
div#content table.contacts td.WhiteCell,
div#content table tr.RowTwo td.WhiteCell {
	vertical-align: top;
	white-space: nowrap;
	background-color: #EDE7D5;
}

div#content table.contacts tr.RowOne td p.name,
div#content table.contacts tr.RowTwo td p.name {
	font: bold 10px Verdana, Arial, sans-serif !important;
}
div#content table.contacts tr.RowOne td p.title,
div#content table.contacts tr.RowTwo td p.title {
	font: normal 10px Verdana, Arial, sans-serif;
}

div#content table.contacts tr.RowOne td.end a,
div#content table.contacts tr.RowTwo td.end a {
	font-size: 10px;
    font-weight: normal;
}



/*Financial Tables*/
td.line { text-align: left; border-bottom: solid 1px #BD9E7E !important;}
td.line-center { text-align: center; border-bottom: solid 1px #BD9E7E !important;}
td.line-right { text-align: right; border-bottom: solid 1px #BD9E7E !important;}
tr.line td {border-bottom: solid 1px #BD9E7E !important;}
/*End*/

/**End**/

/**Index pages***/
div#index div.LeftOneCol { z-index: 10;}

div#content ul,
div#index ul {
	list-style-type: none;
	list-style-image: none !important;
	margin: 1px 0 4px 0;
	padding: 0;
	text-indent: 0 !important;
}
div#content ul { margin-bottom: 12px;}
div#content ul ul {
    margin-top: 4px;
    margin-bottom: 3px;
}

div#content ul li,
div#index ul li {
	list-style-type: none;
	list-style-image: none !important;
	background-image: url(/graphics/upds/bullet.gif) !important;
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding: 0 0 0 12px;
	margin: 0 0 4px 0;
}
div#index li ul { margin-top: 3px;}
div#index ul li.subhead,
div#index ul li.subhead1 {
	font: bold 12px Verdana, Arial, sans-serif !Important;
	color: #9C4D22 !important;
	margin: 24px 0 5px 0;
	padding-left: 0;
	background-image: none !important;
}
div#index ul li.subhead1 {
	margin: 0 0 5px 0;
	text-indent: 0;
	background-image: none !important;
}

div#index ul li a {
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	border-bottom: solid 1px #98A3B8;
}
div#index ul li a:hover { border-bottom: solid 1px #933;}
div#index ul li p {
 text-indent: 0;
	margin-top: 3px;
}
div#index ul ul {
	margin-top: 4px;
	margin-bottom: 3px;
}
div#index ul ul li {
	margin-bottom: 3px;
}
div#index ul ul a {
	font-weight: normal;
}
div#index li.subhead a:link,
div#index li.subhead a:visited {
	font: bold 12px Verdana, Arial, Sans Serif;
	color: #9C4D22;
	border-bottom: solid 1px #C7A27F;
	text-decoration: none;
}
div#index li.subhead a:hover,
div#index li.subhead1 a:hover {
	color: #933;
	border-bottom: solid 1px #933;
	text-decoration: none;
}
div#index li.CatSpacer {
	list-style-image: none;
	background-image: none !important;
	margin: 0;
}
div#content li span.deslink,
div#index li p.deslink {
	font-size: 10px !important;
	text-indent: 0;
	margin: 0 0 6px 0;
}


/**End**/

/******Home Page****/
body#homepage {
	background-image: none !important;
	background-color: #001576;
	margin: 0px;
	padding: 0px;
}

body#homepage div#container {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	text-align: center;
	overflow: visible;
	visibility: visible;
	display: block
}
body#homepage div#container div#sidebars {
	position: absolute;
	left: 50%;
	width: 589px;
	height: 330px;
	margin-left: -294px;
	margin-top: -165px;
	background-color: #C1A855;
	z-index: 0;
}
body#homepage div#container div#sections-container {
	position: absolute;
	left: 50%;
	width: 552px;
	height: 401px;
	background-color: #001576;
	margin-left: -276px;
	margin-top: -201px;
}

body#homepage div#container div#green_top {
	position: absolute;
	top: 0;
	left: 0;
	border-right: solid 1px #FFF;
	width: 153px;
	height: 290px;
	background-color: #667A70;
}

body#homepage div#container div#black_top {
	position: absolute;
	top: 0;
	left: 154px;
	border-bottom: solid 1px #FFF;
	width: 398px;
	height: 110px;
	background: #000 url(/graphics/upds/homepage/hp_photo_top.jpg) no-repeat left top;
	overflow: hidden;
}
body#homepage div#container div#logo_middle {
	position: absolute;
	top: 111px;
	left: 154px;
	width: 244px;
	height: 179px;
	background: #001576 url(/graphics/upds/homepage/hp_logo_middle.gif) no-repeat left top;
}
body#homepage div#container div#orange_bottom {
	position: absolute;
	top: 111px;
	left: 398px;
	border-left: solid 1px #FFF;
	width: 153px;
	height: 290px;
	background: #9C4D22;
	overflow: hidden;
}
body#homepage #orange_bottom #search-container {
	position: relative;
	margin: 12px 0;
	z-index: 1;
}
body#homepage #orange_bottom #search-container #search {
	position: relative;
	width: 153px;
	margin: 0;
	background-color: transparent;
	font: 10px Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
body#homepage #search form {
	margin: 0;
	padding: 0;
}
body#homepage #search input.inputSearch {
	background-color: #D4BEA7;
	font: 10px Verdana, Arial, sans-serif;
}
body#homepage #search input.inputSearchAct {
	background-color: #FFFFFF;
	font: 10px Verdana, Arial, sans-serif;
}
body#homepage #search input.button,
body#homepage #search input.button-over {
	font: bold 10px Verdana, Arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #CF9576;
	background-image: none;
	border: 1px solid #8C451F;
	margin-top: 6px;
}
body#homepage #search input.button-over {
	background-color: #9C4D22;
	border: 1px solid #CF9576;
	color: #FFF;
}
body#homepage div#green_top ul {
	clear: right;
    float: right;
	width: auto;
	list-style-type: none;
	margin: 57px -2px 0 0;
	padding: 0;
	text-indent: 0 !important;
	text-align: right;
}
body#homepage div#green_top ul li {
	font: bold 11px/130% Verdana, Arial, sans-serif;
	color: #FFF;
	list-style-type: none;
	margin: 24px 0 3px 0;
	padding-right: 15px;
}
body#homepage div#green_top ul li .tick {
    display: inline-block;
    margin-right: -14px !important;
}
body#homepage div#green_top ul li .tick-hide {
    display: inline-block;
    margin-right: 6px;
    visibility: hidden;
}
body#homepage div#green_top ul li a:link,
body#homepage div#green_top ul a:visited {
	text-decoration: none;
    border: 0;
	color: #FFF;
	padding: 2px 6px;
	margin-left: -1px;
}
body#homepage div#green_top ul li a:hover {
	color: #BCE0CE !important;
	text-decoration: none;
	padding: 2px 6px;
	margin-left: -1px;
    border: 0;
}

body#homepage div#container div#black_bottom {
	position: absolute;
	top: 290px;
	left: 0;
	width: 398px;
	height: 110px;
	background: #000 url(/graphics/upds/homepage/hp_photo_bottom.jpg) no-repeat left top;
	border: 0;
    border-top: solid 1px #FFF;
	text-align: right;
	overflow: hidden;
}
body#homepage div#container div#black_bottom img {border: 0;}
div#rss { margin: -6px 0 12px 0;}
div#rss a { margin: 0 0 0 4px; font-size: 10px !important; text-decoration: none;}
div#rss img { float: left; border: 0; line-height: 14px; margin: 0;}

/*Popup Windows*/


body#popup {
	font: bold 11px/130% Verdana, Arial, sans-serif;
	background-color: #000;
	background-image: none;
	margin: 18px !important;
	padding: 0 !important;
	color: #CC9;
}
body#popup img {
	display: block;
}
body#popup h1 {
 font-size: 13px;
	line-height: 130%;
	color: #FC0 !important;
	margin: 0 0 12px 0;
}
body#popup p {
	margin: 0 0 12px 0;
	font: bold 11px/130% Verdana, Arial, sans-serif;
}
body#popup a:link,
body#popup a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
body#popup a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
body#popup div.cutline,
body#portal div.cutline {
	position: static;
	margin: 6px 0 0 0;
	font: bold 10px/135% Verdana, Arial, sans-serif;
}
/*End*/

/* Close window link and outline for popup box */
div#close {
	position: absolute;
	left: -50px;
	margin: 18px 50% 18px 50%;
	border: 1px solid #FFE3B0;
	text-align: center;
	width: 100px;
	padding: 3px;
	font-size: 10px;
	color: #FFFFFF;
}
div#close a:link,
div#close a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#close a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/*End*/
/*Valla slides*/
BODY.slides { font: 11px Verdana, Arial, Helvetica, sans serif; line-height: 130%; font-weight: 400; color: #FFFFFF; background-color: #172A82; margin-top: 0px; padding: 0;}
body.slides a, body.slides a:link, body.slides a:visted, body.slides a:hover {text-decoration: none !important; border: 0 !important;}
body.slides td { padding: 0;}
.sltitle {
	color: #C1A855;
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
}

.slsubtit {
	color: white;
	font-size: 17px;
	line-height: 120%;
	font-weight: 700;
}

.slsubtito {
	color: #E3C564;
	font-size: 17px !important;
	line-height: 120%;
	font-weight: 700;
}

.slsubtity {
	color: #FC0;
	font-size: 17px;
	line-height: 120%;
	font-weight: 700;
}

.sltext {
	color: #FFF;
	font-size: 17px;
	line-height: 120%;
	font-weight: 700;
}

.sltextlg {
	color: #FFF;
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
}

.sltextlgo {
	color: #F60;
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
}

.sltextsm {
	color: #FFF;
	font-size: 14px;
	line-height: 120%;
	font-weight: 700;
}

.sltextxsm {
	color: #FFF;
	font-size: 10px;
	line-height: 110%;
	font-weight: 700;
}
