a:link { color: #00FF00; }
a:visited { color: #FFFF00; }

body
{
    margin: 0;
}

.nav_block
{
    background-color: #3F003F;
    width: 140px;
    min-height: 600px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /*high Z index insures that pages scroll -behind- the navbar if narrowed browser windows break the horizontal layout & force a scrollbar */
    z-index: 98; 
    overflow: hidden;
	
}
body>div.nav_block
{
    position: fixed;
}

.nav_items
{
    width: 140px;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-left: 00px;
    z-index: 99;
}

.content
{
    font-family: Palatino, "Times New Roman", Times, Serif;
    font-size: 12pt;
    line-height: 16pt;
    position: absolute;
    top: 0px;
    left: 140px;
    right: 0px;
    background-color: black;
    width: auto;
    padding: 4px 10px 10px 10px;
    text-align: justify;
}

.rightbodycol
{
    border: 1px solid #607F9B;
	background-color: #000000;
	float: right;
	width: 160px;
	z-index: 1;
	margin:  0px 0px 10px 10px;
	padding: 6px 6px 6px 6px;
	display: block;
}

H1
  {
    margin-top: 0;
    margin-bottom: 0;
  }

P
  {
    text-indent: 2em;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
  
LI
  {
    margin-left: 3em;
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-right: 2em;
  }

body {  background-color: #000000; }

.pageheader
{
    font-family: "Courier New", Courier, monospace;
    font-size: 24pt;
    line-height: 24pt;
    color: #FFFFFF;
    font-weight: bold;
}

.text_footnote
{
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    line-height: 11pt;
    color: #FFFF00;
    font-weight: bold;
    font-style: italic;    
}

.text_sitenews
{
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    line-height: 11pt;
    color: #FFFFFF; 
}

.text_norm
{
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 13pt;
    color: #FFFFFF;
    font-weight: bold;
    
}

.text_sectorid
{
    font-family: "Courier New", Courier, monospace;
    font-size: 16pt;
    line-height: 18pt;
    color: #FFFF00;
    font-weight: bold;
}

.text_teasertag
{
    font-family: "Courier New", Courier, monospace;
    font-size: 12pt;
    line-height: 13pt;
    color: #FFFF00;
    font-weight: bold;
}

.text_menuid
{
    font-family: "Courier New", Courier, monospace;
    font-size: 12pt;
    line-height: 13pt;
    color: #00FFFF;
    font-weight: bold;
}

.floatimg {
	text-align: center;
	font-family: Arial, sans-serif;
    font-size: 8pt;
    line-height: 10pt;
    color: #000000;
}

.floatimg img {
	display: block;
}

.floatimg p { margin: 2px 0px 2px 0px; text-indent: 0em; }
.floatimg P:first-letter { font-size: 12pt; }

.rtimg { float: right;  margin: 0px 0px 5px 4px; }
.ltimg { float: left;   margin: 0px 4px 5px 0px; }