/* stylesheet for data display pages */

body {
color:#000000;
background: #ffffff;
text-align:left;
line-height:12pt;
font-size:10pt;
font-weight:400;
font-style:normal;
overflow:auto;
font-family:"Lucida Console", Monaco, "Andale Mono",Courier, "Courier New", monospace;
margin:0px;
}

h1 {
color:#000000;
font-size:32pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

h2 {
color:#000000;
font-size:16pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

h3 {
color:#000000;
font-size:16pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

h4 {
color:#000000;
font-size:16pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:right;
}

h5 {
color:#333333;
font-size:12pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:left;
}

h6 {
color:#333333;
font-size:12pt;
font-family:Georgia,Times,"Times New Roman",serif;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}

p {
color:#000000;
text-align:left;
line-height:12pt;
font-size:10pt;
font-weight:400;
font-style:normal;
overflow:auto;
font-family:"Lucida Console", Monaco, "Andale Mono",Courier, "Courier New", monospace;
margin:5px 10px;
}

ul {
  list-style-type:square;
}

li {
  border-color : #999999;
  border-style : none none solid none;
  border-width : 1px;
}

a:link {
  color:#030;
  text-decoration:none;
}

a:hover {
  color:#060;
}

q {
  font-style:italic;
  font-family:"Lucida Console", Monaco, "Andale Mono",Courier, "Courier New", monospace;
}

/* centered paragraph or image */
p.pcenter {
  text-align:center;
  margin:auto;
  width:50%;
}

img.pcenter {
  border-style:none; 
  display: block;
  margin: auto;
  text-align: center;
}

/* data table */
table.datatable {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  margin: auto;
  text-align:center;
  position:relative;
}

/* data table row */
tr.datatr {
  border-color: #000000;
  border-style: dotted;
  border-width: 1px;
}

/* data table heading */
th.datath {
  background : #006666;
  color:#ffffff;
}

/* data table cell */
td.datatd {
  border-color: #000000;
  border-style: dotted;
  border-width: 1px;  
}

/* navigation list at top of page */
#navlist {
border-style:none;
border-width:0px;
display:block;
margin:0px;
overflow:hidden;
padding:5px 0px 5px 0px;
text-align:center;
width:100%;
}

/* elements in navigation list */
#navlist ul{
  background:url("../images/green_nav_bar.jpg") #339999 repeat-x;
  border-style:solid none solid none; 
  border-width:1px; 
  display:inline;
  float:left;
  height:26px;
  list-style:square;
  margin-left:0px;
  margin-top:5px;
  margin-bottom:5px;    
  text-align:center;     
  width : 100%;
}

#navlist li {  
  border-style: none;
  display:inline;  
  float:left;
  font-family:Trebuchet,Verdana,Tahoma,"Trebuchet MS",Helvetica, Geneva, Arial, sans-serif;
  list-style-type:none;
  line-height:25px; 
  width:20%;
}

/* links in navigation list */
#navlist li a:link {  
  border-color : transparent;
  border-style : none none none solid;
  border-width : 5px;  
  color:#000000;       
  text-decoration:none;
}

#navlist li a:visited {
  border-color : transparent;
  border-style : none none none solid;
  border-width : 5px;  
  color:#d2b48c;  
  text-decoration:none; 
}

#navlist li a:hover {  
  background:#000000;
  border-color : #09C;
  border-style : none none none solid;
  border-width : 8px;  
  color:#ffffff;       
}

#navlist li a:active {
  border-color : transparent;
  border-style : none none none solid;
  border-width : 5px;  
  color:#ffffff;  
  text-decoration:none; 
}



