/*
   start.css
   Page-level navigation and styles for Start08 pages.
   Author: Carl Drews
   Date: October 2007
*/



body {
        font-family: verdana, sans-serif;
        font-size: 9pt;
        line-height: 14pt;
        font-weight: normal;
}

#nav_org_wrap {
	border-bottom: 1px solid;
	height: 22px;
	}

#page_header {
	margin-top: 29px;
	}

#page_nav {
	float: left;
	width: 100px;
	height: auto;
	_height: 600px; /* IE6 */
        border-left: 1px solid;
        border-right: 1px solid;
        border-bottom: 1px solid;
	}

#page_content {
	float: left;
	width: 80%;
	height: auto;
	_height: 600px; /* IE6 */
        margin: 4px;
	}

#page_nav ul {
        list-style-type: none;
        padding: 6px 0px 6px 6px; /* top right bottom left */
        }

#page_nav li {
        }

/* Display image on left, with text wrapping around to the right. */
.sp_caption_left {
   clear: right;
   display: inline;
   float: left;
}

.sp_caption_right {
   clear: left;
   display: inline;
   float: right;
}

p.indent1 {
   margin-left: 0.5in;
   margin-top: 0.0in;
   margin-bottom: 0.0in;
}

p.indent2 {
   margin-left: 1.0in;
   margin-top: 0.0in;
   margin-bottom: 0.0in;
}

p.indent3 {
   margin-left: 1.5in;
   margin-top: 0.0in;
   margin-bottom: 0.0in;
}

p.indent4 {
   margin-left: 2.0in;
   margin-top: 0.0in;
   margin-bottom: 0.0in;
}

p.indentBody {
   padding-left: 3em;
   text-indent: -3em;
   margin-top: 0.0in;
   margin-bottom: 0.0in;
}

/* Formatting for Data Status table. */
td.qc {
   border: 1px solid #000000;
   text-align: center;
   background-color: #00FF00;
}

td.interim {
   border: 1px solid #000000;
   text-align: center;
   background-color: #FFFF00;
}

td.prelim {
   border: 1px solid #000000;
   text-align: center;
   background-color: #3BB9FF;
}

td.quick {
   border: 1px solid #000000;
   text-align: center;
   background-color: #FFFF00;
}

td.nosub {
   border: 1px solid #000000;
   text-align: center;
   background-color: #FF0F0F;
}

td.notavail {
   border: 1px solid #000000;
   text-align: center;
}

.floatright {
        float: right;
        margin: 5px 0px 6px 12px;
        padding: 0px;
        clear: right;
}

