/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}	

#container {
	width: 800px;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#container-content {
	padding-bottom: 0px;
	/*border: 1px solid #003366;*/
	background-color: #FFFFFF;
	
}

#footer{
	width: 580px;
	position: relative;
	top:10px;
	left:0px;
	/*bottom:15px;*/
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	text-align:center;
	margin-bottom:20px;
	clear:both;
}

#banner {
	background-color: #003366;
	height: 100px;
	width: 800px;
	/*float:left;*/
	left: 0px;
	top: 0px;
	/*position: absolute;*/
}

.lightblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0033FF;
}


/* IDDRS GENERAL */

#mainNav {
	height: 20px;
	width: 800px;
	text-align: left;
	vertical-align: baseline;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*left: 0px;
	top: 100px;
	position: absolute;*/
	padding: 2px 0px 0px 5px;
	color: #990000;
	font-weight: bold;
	/*font-weight: bold;*/
}

#rt_column {
	position:absolute;
	top:140px;
	left:620px;
}

#left_column {
	position:relative;
	top:0px;
	left:3px;
	width:600px;
}

#download {
	width:180px;
	vertical-align: top;
	height: 50px;
	border: 1px solid #003399;
	margin: 3px;
	list-style-type: disc;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	/*float:left;*/
	/*position: absolute;
	left: 610px;
	top: 135px;*/
}


#iddrs_comment {
	vertical-align: top;
	height: 50px;
	width: 180px;
	border: 1px solid #003399;
	margin: 3px;
	list-style-type: disc;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	/*float: left;*/
	/*position: absolute;
	left: 610px;
	top: 207px;
	float: left;*/
	}


#toc {
	vertical-align: top;
	width:180px;
	height: auto;
	border: 1px solid #003399;
	margin: 3px;
	list-style-type: disc;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:13px;
	color: #666666;
	text-align:left;
	visibility:hidden;
	
	/*float:left;*/
	/*position: absolute;
	left: 610px;
	top: 205px;*/
}


#iddrs_main{
	position:absolute;
	left: 0px;
	top: 0px;
	vertical-align: top;
	height: auto;
	width:700px;
	border: 1px solid #003366;
	margin: 3px 3px 20px 3px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:600px;

	/*float:left;*/
}

#iddrs_main_content{
	width:97%;
	padding: 30px 10px 25px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:18px;
	color: #000000;
	
	clear:both;
}

#iddrs_main .blueBand{
	height: 15px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	vertical-align: top;
	background-color: #003366;
	width: 600px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:600px;
}


.blueBand {
	height: 15px;
	width: 180px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	vertical-align: top;
	background-color: #003366;
}

.blue_box {
	background-color:#d8e0ed; 
	padding:2px 7px 7px 7px;
	margin-bottom:20px;
}


.orangeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
}




/*general*/

a:active{
	color: #002bb8;
	text-decoration: none;
	border: none;
}

a:link{
	color: #002bb8;
	text-decoration: none;
	border: none;
}
a:visited{
	color: #002bb8;
	text-decoration: none;
	border: none;
}
a:hover{
	color: #002bb8;
	text-decoration: underline;
}

.back a:active{
	color: #CC0000;
	text-decoration: none;
	border: none;
}

.back a:link{
	color: #CC0000;
	text-decoration: none;
	border: none;
}
.back a:visited{
	color: #CC0000;
	text-decoration: none;
	border: none;
}
.back a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.footer a:active{
	color: #003366;
	text-decoration: none;
	border: none;
}

.footer a:link{
	color: #003366;
	text-decoration: none;
	border: none;
}
.footer a:visited{
	color: #003366;
	text-decoration: none;
	border: none;
}
.footer a:hover{
	color: #336699;
	text-decoration: underline;
}

#toc_list p a:active{
	color: #003366;
	text-decoration: none;
	border: none;
}

#toc_list p a:link{
	color: #003366;
	text-decoration: none;
	border: none;
}
#toc_list p a:visited{
	color: #003366;
	text-decoration: none;
	border: none;
}
#toc_list p a:hover{
	color: #336699;
	text-decoration: underline;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover{
	color: #003399;
	text-decoration: none;
}

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height:28px;
	color: #003399;
	font-weight: bolder;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height:23px;
	color: #003399;
	font-weight: bolder;
	margin-top:50px;
	}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003399;
	font-weight: bolder;
	margin-bottom:8px;
	margin-top:30px;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #003399;
	font-weight: bolder;
	margin-bottom:8px;
	margin-top:30px;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:30px;
	font-style:italic;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #003399;
	margin-bottom:2px;
	margin-top:-5px;
	font-style:italic;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:18px;
	color: #000000;
	margin-top:0px;
	margin-bottom:10px;
}

.faux_h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003399;
	font-weight: bolder;
	margin-bottom:8px;
	margin-top:30px;
}

.faux_h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #003399;
	font-weight: bolder;
	margin-bottom:8px;
	margin-top:30px;
}

.faux_h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:30px;
	font-style:italic;
}

.faux_h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #003399;
	margin-bottom:2px;
	margin-top:-5px;
	font-style:italic;
}

.list {
	background-image: url(../iddrs/images/bull.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:10px;
}

.blue_box .list {
	background-image: url(../iddrs/images/bull_blue.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:10px;
}


.list_nobull{
	margin-left:10px;
	padding-left:10px;
}

.sublist{
	background-image: url(../iddrs/images/dash.gif);
	background-repeat:no-repeat;
	margin-left:30px;
	padding-left:10px;
}

.sublist_nobull{
	margin-left:30px;
	padding-left:10px;
}

.blue_box .sublist{
	background-image: url(../iddrs/images/dash_blue.gif);
	background-repeat:no-repeat;
	margin-left:30px;
	padding-left:10px;
}

.list p, .list_nobull p, .sublist p{
	margin-left:10px;
	margin-bottom:5px;
	}

#toc_list{
	margin-left:10px;
	padding-right:4px;
	color:#333333;
	}

#toc_list p{
	margin-bottom:6px;
	line-height:15px;
	}
	
.indent{
	margin-left:5px;
	}
	
.indent2{
	margin-left:10px;
	}	
	
.back {
	background-image: url(../iddrs/images/up-icon.gif);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
	padding-left:15px;
	margin-left:3px;
	}
	
.orangeBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
}

ol {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	/*color: #003399;*/
}

li {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

.title {
	font-family: "Arial Narrow";
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
}

hr {
	margin: 1px;
	padding: 1px;
}

td{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:18px;
	color:#000000;
}

table {
margin-bottom:10px;
}


.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0000;
}

.figure {
margin-top:10px;
margin-bottom:20px;
}

.rule {
margin-top:30px;
}

#footnote {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:15px;
	color: #000000;
	margin-top:10px;
} 

.more_margin {
margin-top:10px;
}

.neg_margin{
margin-bottom:-10px;
}

.super{
  vertical-align:super;
  font-size: 9px;
}

.outdent {
text-indent: -20px; 
margin-left: 20px; 
}

.figure_title {
color: #003875;
margin-top:20px;
}

th{
height: 15px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	vertical-align: top;
	background-color: #003366;
}

.tr_dark{
background-color:#c7d1e3;
}

.tr_light{
background-color:#e4e9f2;
}