body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #F9FBFC;
	background-image: url(pixs/shared/main_grad.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.body_listCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 160%;
}
.content #container { 
	width:970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.content #header { 
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; 
	padding: 0px 0px 0px 0px;  /* 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. */
} 
.header { 
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; 
	padding: 0px 0px 0px 0px;  /* 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. */
} 
.content #header-search { 
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF; 
	padding: 0px 0px 0px 0px;  /* 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. */
} 
.content #header-links { 
	background: #C3D2DB; 
	padding: 0px 0px 0px 0px;  /* 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. */
} 
.content #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.content #left-nav {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 0px 0px 0px 0px;
}
.content #right-nav {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.content #mainContent { 
	margin: 0 0 0 200px; /* 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: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFF; 
} 
.content #footer { 
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #607989;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C3D2DB; 
} 
.content #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#search {
	background-image: url(pixs/shared/search_bg.jpg);
	background-repeat: repeat-x;
	padding:6px 0 0 0;/*margin-right:30px;*/
	/*top/right/bottom/left*/
	margin: 0px 0px 0px 0px;
	height:30px
}
.search-site-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #607989;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 20px;
}
.jump-menu{
	width:530px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding:0px 0 0;/*margin-right:30px;*/
	/*top/right/bottom/left*/
	margin: 0px 0px 0px 0px;
}
.jump-menu-first{
	font-style: normal;
	font-weight: bold;
	color: #37424A;
	text-decoration: none;
	line-height: 120%;
}
.jump-menu-second{
	font-style: normal;
	font-weight: bold;
	color: #37424A;
	text-decoration: none;
	line-height: 120%;
}
.jump-menu-third{
	font-style: normal;
	font-weight: normal;
	color: #37424A;
	text-decoration: none;
	line-height: 120%;
}
.jump-menu-four{
	font-style: normal;
	font-weight: normal;
	color: #37424A;
	text-decoration: none;
	line-height: 120%;
}
a:link, a:active, a:visited
{
color: #666666;
text-decoration: none;
}
a:hover
{
color: #000000;
text-decoration: none;
}
A.sublink:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	A.sublink:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	A.sublink:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
A.two:link {
	color:#607989;
	text-decoration:underline;
	}
	A.two:visited {
	color:#607989;
	text-decoration:underline;
	}
	A.two:hover {
	color:#FF0000;
	text-decoration:underline;
}
A.three:link {
	color:#607989;
	text-decoration:none;
	}
	A.three:visited {
	color:#607989;
	text-decoration:none;
	}
	A.three:hover {
	color:#607989;
	text-decoration:underline;
}
A.four:link {
	color:#607989;
	text-decoration:underline;
	}
	A.four:visited {
	color:#607989;
	text-decoration:underline;
	}
	A.four:hover {
	color:#607989;
	text-decoration:underline;
}
.body-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	line-height: 120%;
}
.body-text-small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	line-height: 100%;
}
.h-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.h-sub-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.table-col1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	line-height: 120%;
	text-indent: 560px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: table;
	text-align: right;
}
.table-col2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	line-height: 120%;
	text-indent: 480px;
	display: table;
	text-align: right;
}
.nav_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.sub-links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	line-height: 120%;
	padding-left: 20px;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.blueitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	line-height: 120%;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 120%;
}
.bodysml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 140%;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.redbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.lghtgreytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 120%;
}
.bodyboldgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	padding-top: 3px;
}
.redsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	padding-bottom: 4px;
}
.redhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #607989;
	text-decoration: none;
}
.sublinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.qlinksred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.bodyblk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.navdivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(pixs/line_dot.gif);
	background-repeat: repeat-x;
}
.navspacer {
	padding: 3px;
}
.nav_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
}
.nav_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	color: #607989;
	text-decoration: none;
	text-transform: none;
	line-height: 160%;
}
.bodyboldtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.bodyboldtable_bracket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bodyboldtablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.bodytable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}
.bodytable_bracket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bodytablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
}
.bodytableindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.bodytableindentdbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
	color: #607989;
	text-decoration: none;
}
.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #607989;
	text-decoration: none;
}
.nav_sub_indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.body_pageref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #FF00FF;
	text-decoration: none;
}
.nav_subbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.subscript_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.box {
	border: thin solid #999999;
}
.redsubsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	padding-bottom: 4px;
}
.line_thin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.line_thick {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.numbers_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.list_box {
	background-image: url(pixs/shared/home_list_bg.jpg);
	background-repeat: repeat-y;
	padding: 4px 4px 6px 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.name_box {
	padding: 10px 10px 10px 10px;
	background:#F5F8F9; 
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.main_box {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3D2DB;
	padding-right: 10px;
}
.accounts_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
.line_thick {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.headings_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	text-transform: none;
	line-height: 130%;
}
.headings_sub_nxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	text-transform: none;
	line-height: 170%;
}
.groupTable { width:640px; padding:0; margin:30px 0px 30px 0px; }
.groupTable table { border:solid 1px #C0C5C7; padding:0; margin:0; }
.groupTable th.box { color: #818A8F; font-size:1.0em; font-weight:bold; text-align:center; vertical-align: middle; padding:6px; margin:0 0 0 0; border:solid 1px #C0C5C7; }
.groupTable th.sub { color: #818A8F; font-size:0.8em; font-weight:normal; text-align:center; vertical-align: middle; padding:6px; margin:0 0 0 0; border:solid 1px #C0C5C7; background-image: url(pixs/shared/group_bg.jpg);background-repeat: repeat-x;}
.groupTable td.center { color: #818A8F; font-size:0.7em; font-weight:normal; text-align:center; vertical-align: top; padding:0 0 0 0; margin:0 0 0 0; }
.groupTable td.left { color: #818A8F; font-size:0.7em; font-weight:normal; text-align:left; vertical-align: top; padding:0 0 0 0; margin:0 0 0 0; }
.groupTable td.box { color: #818A8F; font-size:0.7em; font-weight:normal; text-align:left; vertical-align: top; padding:6px; margin:0 0 0 0; border:solid 1px #C0C5C7; }
.groupTable td p { color: #818A8F; font-weight:normal; text-align:center; vertical-align: top; padding:3px 6px 3px 6px; margin:0 0 0 0; }

/* #maincontent p.backtop a {  */
.backtop a {
	margin: 0px 0px 20px 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 1.5em;
	color: #607989;
	background-image: url(pixs/shared/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	text-decoration: none;
	font-size: 75%;
}

/* #maincontent p.backtop a:hover {  */
.backtop a:hover {
	text-decoration: underline;
}

.sub_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	text-transform: none;
	line-height: 120%;
}
.bulletlist {
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.bulletlist li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #818A8F;
}
.fh_box {
	background-image: url(pixs/shared/fh_grad.jpg);
	background-repeat: repeat-x;
	margin: 470px;
	padding: 0px 0px 0px 0px;
}
.bodybold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #607989;
	text-decoration: none;
	line-height: 120%;
}
.related_box {
	background:#F5F8F9;
	padding: 5px 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.video_box {
	padding:  0px 20px 20px 0px;
}
.video_link_box {
	background:#F5F8F9;
	padding: 5px 5px 5px 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.related_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 180%;
}
.related_links_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 110%;
}
.body_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 120%;
}
.name_box_outline {
	padding: 10px 10px 10px 10px;
	background:#F5F8F9;
	border: 1px solid #E5E5E5;
}
/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:200px;	/* Image width */
		height:100px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:255px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
	/* css reveal */
	.applemenu{
margin: 0px 0;
padding: 0;
width: 720px; /*width of menu*/
border: 1px solid #F5F8F9;
}

.applemenu div.silverheader a{
background: #F5F8F9;
font: normal 13px  Arial, Helvetica, sans-serif;
color:#607989;
font-weight: bold;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
border-top:1px solid #C3D2DB;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #607989;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: #d5dfe4;
color: #607989;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 0px;
height: 220px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.headings_nolead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	color: #607989;
	text-decoration: none;
	text-transform: none;
	line-height: 100%;
}
.bodybold_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	line-height: 120%;
}
.bodytableindentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.body-textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #818A8F;
	text-decoration: none;
	line-height: 120%;
}
.bodytablewhite {color: #fff;}
#left-nav-home {
padding:0;
width:200px;
margin:158px 0 0 0;
}
#left-nav {
padding:0;
background-color: #FFFFFF;
width:200px;
height:100%;
margin:0px 0 0 0;
}
#left-nav ul {
    display:inline; 
    list-style-type:none; 
    margin: 0;
    padding: 0; 
    width:200px;
	 background-color: #FFFFFF;
    border-top: 1px solid #C3D2DB;
    height:1%;
}
#left-nav li {
	   padding:0;
      margin: 0;
	   list-style:none;
      background: #ecf1f4;
      width:200px;
      border-bottom: 1px solid #C3D2DB;
      display: block;
      float:left;
 }
 #left-nav li.level_5 {
	   padding:0;
      margin: 0;
	   list-style:none;
      background: #FFF;
      width:200px;
      display: block;
      float:left;
 }
 #left-sub-nav li {
	   padding:0;
      margin: 0;
	   list-style:none;
      background: #FFFFFF;
      width:200px;
      display: block;
      float:left;
 }
 #left-nav ul li.first {
	padding:0;
   margin: 0;
	list-style:none;
   background: #ecf1f4;
   width:200px;
   display: block;
   float:left;
   border-top:1px solid #C3D2DB;
 } 
  #left-nav ul.utilities li.level_5 {
	padding:0;
   margin: 0;
	list-style:none;
   background: #FFFFFF;
   width:200px;
   display: block;
   float:left;
 } 
#left-nav ul li.only {
	border-top:1px dashed #C3D2DB;
} 
#left-nav ul ul li.first { 
	border-top:none; 
}
#left-nav li a {
	background-image: url(arrow-on.gif); 
	background-position: 12px 8px;
	background-repeat:no-repeat;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
   padding: 5px 0 5px 22px;
   text-decoration: none;
	color: #607989;
   display:block; 
   height:1%;
   margin: 0;
}
#left-nav li.on a,  #left-nav li a:hover {
	color:#ecf1f4;
   background: #607989;
   background-image: url(arrow-off.gif); 
	background-position: 12px 8px;
	background-repeat:no-repeat;   
}
#left-nav ul li.on ul li.level_3 {
	padding:0;
   margin:0;
	list-style:none;
   width:200px;
   display: block;
   border-bottom: none;
   background: #F5F8F9;
}
#left-nav li.on ul li.level_3 a {
   background-color: #FFFFFF;
	background-image: url(arrow-on.gif); 
	background-position: 22px 8px;
	background-repeat:no-repeat;
   font-size:11px;
	font-weight:bold;
   padding: 5px 0 5px 32px;
   text-decoration: none;
	color: #607989;
   display:block; 
   height:1%;
   margin: 0;
   background: #F5F8F9;
}

#left-nav li.on ul li.level_3.on a, #left-nav li.on ul li.level_3 a:hover {
	
        color:#607989;
        background: #F5F8F9;
        background-image: url(arrow-off.gif); 
	background-position: 22px 8px;
	background-repeat:no-repeat;
          }
		  #left-nav ul li.on ul li.level_7 {
	padding:0;
   margin:0;
	list-style:none;
   width:200px;
   display: block;
   border-top:1px solid #C3D2DB;
   border-bottom: none;
   background: #d5dfe4;
}
#left-nav li.on ul li.level_7 a {
   background-color: #d5dfe4;
	background-image: url(arrow-on.gif); 
	background-position: 22px 8px;
	background-repeat:no-repeat;
   font-size:11px;
	font-weight:bold;
   padding: 5px 0 5px 32px;
   text-decoration: none;
	color: #607989;
   display:block; 
   height:1%;
   margin: 0;
   background: #d5dfe4;
}

#left-nav li.on ul li.level_7.on a, #left-nav li.on ul li.level_7 a:hover {
	
        color:#607989;
        background: #C3D2DB;
        background-image: url(arrow-off.gif); 
	background-position: 22px 8px;
	background-repeat:no-repeat;
          }
 #left-nav li.level_6 {
	   padding:0;
      margin: 0;
	   list-style:none;
      background: #CC0000;
      width:200px;
      display: block;
      float:left;
 }
	#left-nav li.on ul li.level_6 a {
   background-color: #CC0000;
	background-image: url(arrow-on.gif); 
	background-position: 22px 8px;
	background-repeat:no-repeat;
   font-size:11px;
	font-weight:bold;
   padding: 5px 0 5px 32px;
   text-decoration: none;
	color: #607989;
   display:block; 
   height:1%;
   margin: 0;
   background: #CC0000;
}
	#left-nav li.on ul li.level_6.on a, #left-nav li.on ul li.level_6 a:hover {
	
        color:#607989;
        background: #CC0000;
        background-image: url(arrow-off.gif); 
	background-position: 22px 8px;
	background-repeat:no-repeat;
          
	      }
	      
	#left-nav ul li.on ul li.level_4 {
	padding:0 0 0 10px;
        margin:0;
	list-style:none;
        width:190px;
        display: block;
        border-bottom: none;
        background: #F5F8F9;

       }

#left-nav li.on ul li.level_4 a {
      background-color: #F5F8F9;
		background-image: url(arrow-on.gif); 
		background-position: 22px 8px;
		background-repeat:no-repeat;
      font-size:11px;
		font-weight:bold;
      padding: 5px 0 5px 32px;
      text-decoration: none;
		color: #607989;
      display:block; 
      height:1%;
      margin: 0;
       }

#left-nav li.on ul li.level_4.on a, #left-nav li.on ul li.level_4 a:hover {
	     color:#607989;
        background: #F5F8F9;
        background-image: url(arrow-off.gif); 
			background-position: 22px 8px;
			background-repeat:no-repeat;
 }

#left-nav li.on ul li.level_4.off a  {
        color:#607989;
 }
/* utilities */
#utilities {
width:200px;
height:100%;
margin:25px 0px 0px 0px;
background-color: #FFFFFF;
}

#left-nav ul.utilities{ background:#fff none; margin:0px 0 0 0; padding:0; width:170px;}
#left-nav ul.utilities li.level_5 a { padding-left:30px; text-decoration:underline; color:#607989; background:#fff none; text-decoration:none; width:170px; font-size:0.75em;}
#left-nav ul.utilities li.level_5 a:hover { text-decoration:underline; background-image:none; padding-left:30px;}

#left-nav ul.utilities li.level_5 a.downloads{ background:#fff url(ims/icons/icon_download.gif) no-repeat scroll 11px 50%; }
#left-nav ul.utilities li.level_5 a.downloads:hover, #leftnav ul.utilities li.downloads a.sel { background:#fff url(ims/icons/icon_download.gif) no-repeat scroll 11px 50%; }

#left-nav ul.utilities li.level_5 a.feedback{ background:#fff url(ims/icons/icon_sitemap.gif) no-repeat scroll 11px 50%; }
#left-nav ul.utilities li.level_5 a.feedback:hover, #leftnav ul.utilities li.feedback a.sel { background:#fff url(ims/icons/icon_sitemap.gif) no-repeat scroll 11px 50%;  }

#left-nav ul.utilities li.level_5 a.contactus{ background:#fff url(ims/icons/icon_glossary.gif) no-repeat scroll 11px 50%; }
#left-nav ul.utilities li.level_5 a.contactus:hover, #leftnav ul.utilities li.contactus a.sel { background:#fff url(ims/icons/icon_glossary.gif) no-repeat scroll 11px 50%; }

#left-nav ul.utilities li.level_5 a.print{ background:#fff url(ims/icons/icon_print.gif) no-repeat scroll 11px 50%; }
#left-nav ul.utilities li.level_5 a.print:hover, #leftnav ul.utilities li.print a.sel { background:#fff url(ims/icons/icon_print.gif) no-repeat scroll 11px 50%; }.body_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 160%;
}
.body_super {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #818A8F;
	text-decoration: none;
	line-height: 120%;
}