body {
  margin:0;
  padding:20px 10px;
  text-align:center;
  font-size: 11pt;
  font-family: arial, sans-serif;
  list-style-position: outside;
  list-style-type: square;
}

h1, h2, h3, h4 {
  text-align: center;
}

h2.left {
  text-align: left;
}

table.main {
  margin: 1px;
  padding: 0;
}


#investigator {
  border: 0;
  width: 100%;
}

#investigator td {
  width: 50%;
  vertical-align: top;
  text-align: center;
  height: 130;
}

.tableft {
	margin-left: 150px;
	text-align: left;
}

.tabcenter {
	margin-left: auto;
	margin-right: auto;
}

input {
	border: 1px inset #000;
}

img {
	border: 0;
}

textarea {
	border: 1px inset #000;
}

.submitbtn  {
	border: 1px outset #000;
}

.doborder {
	border: 1px dotted #000;
}

a:link { text-decoration: none; color: #004a7e; }
a:visited { text-decoration: none; color: #074a7e; }
a:active { text-decoration: none; color: #801010; }
a:hover { text-decoration: none; color: #801010; }
a{ text-decoration: none; }

ul, ol {
  text-align:left;
}

li {
  margin-left: 45px;
  padding-left: 8px; 
}

ol li {
	margin-bottom: 8px;
}

#all{
  width:100%;
  margin-top: 0px;
  padding-top: 0px;
}

#topcontent {
  height:240px;
  width:100%;
  margin:0 auto;
  text-align:left;
}

#content {
  font-family: arial, Helvetica, sans-serif;
  font-size: 12pt;
}

#header {
  width:100%; 
  margin-top:0;
  padding:0px 0 2px;
  color:#fff;
  text-align: left;
}
#header2 {
  background:#dddddd;
  margin:0;
  width:100%;
  color:black;
  text-align: right;
}

.pipe {
  border-right: 2px solid gray;
}

.navyhead {
  color: navy;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
}

.navyfont {
	color: navy;
}

.dept {
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.4em;
}

.lefta {
  text-align: left;
  padding-left: 20px;
  font-weight: bold;
}

div.req {
  text-align: left;
}

a.requests {
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.2em;
  color: #f01010;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.grayback {
	background-color: #e0e0e0;
	padding-left: 2px;
	padding-right: 2px;
}

#topnav {
  font-weight: bold;
  font-size: 11pt;
  background:#801010;
  color:#dddddd;
  text-align: left;
  text-indent: 200px;
  margin-top: 2px;
  padding: 6px;
  margin-bottom: 2px;
  -moz-border-radius: 5px;
}

#topnav a {
  color: #dddddd;
  text-decoration: none;
  -moz-border-radius: 5px;
}

#topnav a:hover {
  background-color: #;
  color: #000;
}

#leftnav{
  font-weight: bold;
  font-size: 11pt;
  font-family: arial, sans-serif;
  float: left;
  margin-bottom:15px;
  width:165px;
  height:600px;
  background: #801010;
  margin-right:5px;
  padding:15px 0 0;
  color:blue;
  text-align:center;
  -moz-border-radius: 5px;
}

#leftnav a{
  color: #dddddd;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
  display: block;
  line-height: 18px;
  -moz-border-radius: 5px;
}

#leftnav a:hover{
    background-color: #;
    color: #000;
}

.fleft {
  float: left;
}

.loc {
  float: right;
  font-style: italic;
  margin: 0;
  padding: 0;
  padding-right: 2px;
}

.f10 {
  font-size: 10pt;
}

.indent {
  margin-left: 8px;
}

table {
  zoom: 1;
  margin: 1px;
  padding: 0;
  border-color: #000000;
  border-spacing: 0px;
  border-style: solid;
  border-width: 0px;
  cell-spacing: 0px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
}
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 2px 0.5em;
  white-space: nowrap;
  border-style: none solid none none;
  border-color:#801010;
  border-width: 1px 1px 1px 1px;
}

td.numeric {
  text-align: right;
}

th {
  background-color: #c0c0c0;
}

th.mainHeader {
  background-color: #801010;
  color: #ffffff;
  text-align: left;
}

th a {
  color: #000080;
  text-decoration: none;
}
th a:visited {
  color: #000080;
}

th a:active, th a:hover {
  color: #800000;
  text-decoration: underline;
}

tr.alternateRow {
  background-color: #e0e0e0;
}

td.sortedColumn {
  background-color: #f0f0f0;
}

th.sortedColumn {
  background-color: #b0b0b0;
}

tr.alternateRow td.sortedColumn {
  background-color: #d0d0d0;
}


