body {
   margin: 0px;
   padding: 0px;
   font-size: 11px;
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   color: #666;
   }
   
a img { border: 0px; }
a { color: #666; text-decoration: underline; }
a:link { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #0082c8; text-decoration: underline; }

.clearing {
   height: 0px;
   clip: rect(0px,0px,0px,0px);
   padding: 0px;
   margin: 0px;
   clear: both;
   border: none;
   }

h2 {
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 120%;
   color: #0082c8;
   }
h3 {
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 110%;
   }

p {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   line-height: 1.6em;
   }

img.floatleft {
	float: left;
	margin: 0 1em 1em 0;
}

   
/* Layout divs */

div#container {
   width: 800px;
   margin: 0px;
   padding: 0px;
   }
   
div#heading {
   width: 100%;
   height: 126px;
   border-bottom: 3px solid #0082c8;
   }

div#printhead {
   display: none;
			}

div#content {
   min-height: 250px;
   background: url(../img/interior_leftcol_bg.gif);
   background-repeat: repeat-y;
   padding-bottom: 35px;
   }

div#leftcolumn {
   background: url(../img/interior_leftcol_bg.gif);
   background-repeat: repeat-y;
   width: 180px;
   float: left;
   }

div#rightcolumn {
   margin-left: 180px;
   }
   
div#footer {
   clear: both;
   color: #fff;
   font-size: 90%;
   line-height: 3em;
   vertical-align: middle;
   font-weight: bold;
   text-transform: uppercase;
   background-color: #b5b5b5;
   font-family: Arial, Helvetica, sans-serif;
   text-align: right;
			margin-bottom: 20px;
   }
div#footer a {
   background-color: #b5b5b5;
  	color: #fff;
	  padding: 0px;
	  margin: 0px 7px 0px 7px;
			text-decoration: none;
   }







/* Heading area */

div#heading img#interior-logo {
   position: absolute;
   left: 20px;
   top: 17px;
   }

div#heading div#globalnav {
   position: absolute;
   width: 509px;
   height: 1.2em;
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #0082c8;
   text-transform: lowercase;
   left: 291px;
   top: 76px;
   }

div#heading div#globalnav a {
   color: #0082c8;
   text-decoration: none;
   margin-right: 5px;
   }
div#heading div#globalnav a:link {
   color: #0082c8;
   text-decoration: none;
   }
div#heading div#globalnav a:visited {
   color: #0082c8;
   text-decoration: none;
   }
div#heading div#globalnav a:hover {
   color: #ed8b00;
   text-decoration: none;
   }

div#heading div#globalnav a.selected {
   color: #ed8b00;
   text-decoration: none;
   }
	
div#heading div#globalnav a:link.selected {
   color: #ed8b00;
   text-decoration: none;
   }
div#heading div#globalnav a:visited.selected {
   color: #ed8b00;
   text-decoration: none;
   }
div#heading div#globalnav a:hover.selected {
   color: #ed8b00;
   text-decoration: none;
   }

div#heading a#investorlogin {
   display: block;
	float: right;
	margin-top: 5px;
   }

div#heading div#subnav {
   position: absolute;
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   width: 509px;
   height: 1.2em;
   color: #0082c8;
   text-transform: lowercase;
   left: 291px;
   top: 101px;
   }
   
div#heading div#subnav a {
   color: #0082c8;
   text-decoration: none;
   margin-right: 10px;
   padding-left: 12px;
   }
div#heading div#subnav a:link {
   color: #0082c8;
   text-decoration: none;
   }
div#heading div#subnav a:visited {
   color: #0082c8;
   text-decoration: none;
   }
div#heading div#subnav a:hover {
   color: #ed8b00;
   text-decoration: none;
   background: url(../img/subnav_selector.gif);
   background-repeat: no-repeat;
   }

div#heading div#subnav a.selected {
   color: #ed8b00;
   text-decoration: none;
   background: url(../img/subnav_selector.gif);
   background-repeat: no-repeat;
   }

   
   
   
   
   
   
   
   
/* Left Column */

div#leftcontent {
   margin-top: 32px;
   }
div#leftcontent h2 {
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #0082c8;
   text-align: left;
   margin-left: 25px;
			width: 80%;  
   }
div#leftcontent h4 {
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 11px;
   text-align: left;   
   }

div#leftcontent ul#left_linklist {
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #0082c8;
   margin: 0px;
   padding: 0px;
   list-style: none;
   }
div#leftcontent ul#left_linklist li {
   list-style: none;
   margin: 0px 0px 5px 25px;
   padding: 0px;
   }
div#leftcontent ul#left_linklist li a {
   padding-left: 12px;
   color: #0082c8;
   text-decoration: none;
   }
div#leftcontent ul#left_linklist li a:link {
   color: #0082c8;
   text-decoration: none;
   }
div#leftcontent ul#left_linklist li a:visited {
   color: #0082c8;
   text-decoration: none;
   }
div#leftcontent ul#left_linklist li a:hover {
   color: #ed8b00;
   text-decoration: none;
   background: url(../img/nav_selector.gif);
   background-repeat: no-repeat;
   }
div#leftcontent ul#left_linklist li a.current {
   color: #ed8b00;
   background: url(../img/nav_selector.gif);
   background-repeat: no-repeat;
   }
div#leftcontent ul#left_linklist ul.left_linklist_sub {
   margin: 0px;
			padding: 0px;
   }
div#leftcontent ul#left_linklist ul.left_linklist_sub li {
   font-size: 11px;
   margin: 0px;
			padding: 3px 0px 3px 3em;
   }   
div#leftcontent ul#left_linklist li ul.left_linklist_sub  a {
   margin: 0px;
   padding: 0px;
   color: #0082c8;
   text-decoration: none;
   }
div#leftcontent ul#left_linklist li ul.left_linklist_sub a:link {
   color: #0082c8;
   text-decoration: none;
   }
div#leftcontent ul#left_linklist li ul.left_linklist_sub a:visited {
   color: #0082c8;
   text-decoration: none;
   }
div#leftcontent ul#left_linklist li ul.left_linklist_sub a:hover {
   color: #ed8b00;
   text-decoration: none;
   background: none;
   }
			 
   
   
   
/* Center content area */

div#rightcontent {
   width: 440px;
   padding-top: 15px;
   }
   
div#rightspiff {
   margin-top: 32px;
   margin-bottom: 16px;
   float: right;
   width: 180px;
   }

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div#rightspiff {
  width: 180px;
  margin-left: -6px;
  }
/* End hide from IE5/mac */

div#rightspiff div.spiff {
   margin-right: auto;
   margin-left: auto;
   width: 126px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 100%;
   color: #0082c8;
   }
div#rightspiff div.spiff div.spiffcontent {
   padding: 5px;
   border-left: 1px solid #0082c8;
   border-right: 1px solid #0082c8;
   border-bottom: 1px solid #0082c8;
   }
div#rightspiff div.spiff div.spiffcontent p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 1.4em;
   padding: 0px;
   margin: 0px;
   /* not in design -- added by request */
   color: #006296;
   }
div#rightspiff div.spiff img {
   display: block;
			}   







/*  Q and A  */

p.qa-intro {
	border: 1px solid #1193D1;
	color: #1193D1;
	font-size: 1.5em;
	padding: 10px;
	line-height: 1.3;
	height: 82px;
	font-weight: bold;
	width: 280px;
	margin: 30px auto 20px 36px;
}
p.qa-intro img { float: left; margin-right: 1em; }

dl#qandalist {
   margin: 0px;
   padding: 0px;
   }
dl#qandalist dt {
   margin: 0px;
   padding: 0px 0px 20px 36px;
   color: #0082c8;
   background-image: url(../img/q.gif);
   background-repeat: no-repeat;
   font-size: 120%;
   font-weight: bold;
   }
dl#qandalist dd {
   margin: 0px 0px 20px 0px;
   padding: 0px 0px 20px 36px;
   color: #666;
   background-image: url(../img/a.gif);
   background-repeat: no-repeat;
   font-size: 120%;
   font-weight: bold;
   border-bottom: 1px solid #ABCCEA;
   }


/*  News Pages  */

dl#newslist {
   margin: 30px 10px 10px 20px;
   padding: 0px;
   }
dl#newslist dt {
   color: #ed8b00;
   font-style: italic;
   }
dl#newslist dd {
   padding: 0px;
			margin: 0px 0px 15px 2em;
   }
dl#newslist dd a {
   font-weight: bold;
   color: #666;
   text-decoration: none;
   }
dl#newslist dd a:link {
   color: #666;
   text-decoration: none;
   }
dl#newslist dd a:visited {
   color: #666;
   text-decoration: none;
   }
dl#newslist dd a:hover {
   color: #666;
   text-decoration: none;
   }







ol#sitemap {
	list-style-type:none;
	}
	ol#sitemap li {
		font-weight:bold;
		margin-bottom: .25em;
	}
	
	ol#sitemap ol{
		list-style-type:none;
		margin: .5em .5em;
		padding: 0;
	}
		ol#sitemap ol li {
			font-weight: normal;
			margin-bottom: .25em;
		}














table#portfoliotable {
   width: 570px;
   margin: 0px;
   padding: 0px;
   border: 0px;
   color: #000;
   font-weight: normal;
   }
			
table#portfoliotable th {
   font-family: Gotham, Verdana, Arial, Helvetica, sans-serif;
   color: #0082C8;
   text-align: left;
   border: 0px;
   padding: 5px 0px;
   margin: 0px;
   }

table#portfoliotable th.sorton a {
   color: #ed8b00;
   }
			
table#portfoliotable th a {
   text-decoration: none;
   color: #0082C8;
   }

table#portfoliotable td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   border: 0px;
   padding: 5px 0px;
   margin: 0px;
   }

table#portfoliotable td .descblock img {
   display: block;
   margin-bottom: 3px;
   }

table#portfoliotable td a {
   color: #000;
   text-decoration: none;
   }


table#portfoliotable a.ipoinfo {
   position: relative;
   z-index: 24;
   }

table#portfoliotable a.ipoinfo:hover {
   z-index: 25;
   }

table#portfoliotable a.ipoinfo span.tooltip {
   display: none;
   }

table#portfoliotable a.ipoinfo:hover span.tooltip {
   display: block;
   position: absolute;
   top: -1em;
   left: 2em;
   border: 1px solid #999;
   background-color: #ccc;
   color: #000;
   padding: 5px;
   }














/*   Inquiry Form   */

div#inquiryform input {
   border: 1px solid #999;
			background: #ddd;
			color: #666;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			}
div#inquiryform textarea {
   border: 1px solid #999;
			background: #ddd;
			color: #666;
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			width: 300px;
			height: 150px;
			}	
			
div#inquiryform dt {
   font-weight: bold;
			color: #0082c8;
			}
			
div#inquiryform dd {
   margin-top: 10px;
			margin-bottom: 20px;
			}







