@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
}
body {font-family:Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}

#container {
	float: none !important;
	position:relative;
	width:900px;
	height:115px;
	z-index:1;
	left: 0;
	top: 0;
	}
img.headerImg {
    position: absolute;
    top: 18px;
    left: 20px;
    display: none;
}
#date {
	position:absolute;
	width:900px;
	height:42px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(images/index_header.jpg);
	}
	#date2 {
	position:absolute;
	width:900px;
	height:42px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(images/level2-top.jpg);
	}	
	
#index-flash {
	position:absolute;
	background-image:url(images/flash-background.jpg);
	width:900px;
	height:236px;
	z-index:2;
	top: 42px;
	left: 0px;
}
#level2-flash {
	position:absolute;
	background-image:url(images/level-2-flash-background.jpg);
	width:900px;
	height:168px;
	z-index:2;
	top: 42px;
	left: 0px;
}
#index-nav {
	position:absolute;
	width:900px;
	height:28px;
	z-index:3;
	top: 278px;
	left: 1px;
}
#index-body {
	position:absolute;
	width:900px;
	height:115px;
	z-index:4;
	top: 306px;
	left: 1px;
}
#level2-body {
	position:relative;
	width:900px;
	height:auto;
	z-index:4;
	top: 238px;
	left: 1px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:5;
}
#nav {
	position:absolute;
	width:910px;
	height:28px;
	z-index:5;
	top: 278px;
	left: 0px;
}
#navb {
	position:absolute;
	width:861px;
	height:28px;
	z-index:4;
	top: 278px;
	left: 19px;
	text-align:left;
}
#nav2 {
	position:absolute;
	width:910px;
	height:28px;
	z-index:5;
	top: 210px;
	left: 0px;
}
#nav2b {
	position:absolute;
	width:861px;
	height:28px;
	z-index:4;
	top: 210px;
	left: 20px;
	text-align:left;
}
.news-return {
	font-size: 10px;
	color: #666666;
	font-variant:small-caps;
	padding-top:10px;
}
.footer {
	font-size: 10px;
	color: #666666;
	font-variant:small-caps;
}
a:link {
	color: #034C7F;
}
a:visited {
	color: #034C7F;
}
a:hover {
	color: #022D48;
}
a:active {
	color: #034C7F;
}
.datetext {font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-variant:small-caps; color:#D0DEFB; padding: 25px 40px 0 0;}
.submenu, .submenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #082768;
	text-decoration: none;
}
.submenu a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	color: #6191F3;
	text-decoration: underline;
}
.hdrtitle {color: #082768; font-family:"Times New Roman", Times, serif; font-size: 18px; font-variant:small-caps; font-weight:bold;}
.subtitle {color: #082768; font-family:"Times New Roman", Times, serif; font-size: 16px; font-variant:small-caps; font-weight:bold;}
.sub2title {color: #082768; font-family:"Times New Roman", Times, serif; font-size: 14px; font-variant:small-caps; font-weight:bold;}
.cellheader {	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #54618B;
	font-variant:small-caps;
	font-weight: bold;
}
.celltab {	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #54618B;
	font-variant:small-caps;
	font-weight: bold;
	text-decoration:none;
}
.cell-content {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.cellpages {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #54618B;
	font-variant:small-caps;
	font-weight: bold;
}
.transaction-nav {
	font-size: 10px;
	color: #666666;
	font-variant:small-caps;
	
}
.transaction-navselect {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	color: #54618B;
	font-variant:small-caps;
	font-weight: bold;
}
table.navtable * {
    padding: 0;
    margin: 0;
}
table.navtable img {
    display: block;
    margin: 0;
    padding: 0;
}
a.celltab {
    position: relative;
    z-index: 2;
}
a.celltab img {
    border: 0;
}
.contentShadowLeft {
    background: url(images/trans-left.png) repeat-y;
}
.contentShadowRight {
    background: url(images/trans-right.png) repeat-y;
}
@media print {
  /* style sheet for print goes here */
    img.headerImg {
      display: block;
    }
}