html {
overflow:hidden;
height:100%;
}

body {
overflow:auto;
height:100%;
margin:0 0 0 200px;
color:black;
background-color:white;
}

#sidebar {
position:absolute;
top:0px;
left:0px;
height:100%;
width:200px;
color:#CCCCCC;
background-color:#666666;
background-image:url('http://oregon-archaeology.com/gradient2.PNG');
border-right:1px solid black;
}

#sidebar ul#menu {
padding:0px;
margin:0px;
}

#sidebar ul#menu li {
list-style:none;
border-bottom:1px dashed #CCCCCC;
}

#sidebar ul#menu li a {
display:block;
width:180px;
text-decoration:none;
color:#CCCCCC;
background-color:inherit;
padding:5px 0 5px 20px;
margin:0px;
font:13pt arial;
}

#sidebar ul#menu li a:hover {
color:#66FF66;
background-color:#666666;
}

.hidden {
display:none;
}

#sidebar ul#menu li.selected, #sidebar ul#menu li.selected a {
background-color:#333333;
}

#sidebar ul#menu li.selected ul.submenu, .tools {
list-style:none;
padding:0px;
margin:0px;
}

#sidebar ul#menu li.selected ul.submenu li {
border:none;
}

#sidebar ul#menu li.selected ul.submenu li.selected a {
font-weight:bold;
}

#sidebar ul#menu li.selected ul.submenu li.selected li.selected a {
font-weight:bold;
}

#sidebar ul#menu li.selected ul.submenu li a {
display:block;
width:160px;
text-decoration:none;
color:#CCCCCC;
background-color:inherit;
padding:3px 0 3px 40px;
margin:0px;
font:10pt arial;
}

#sidebar ul#menu li.selected ul.submenu li a:hover {
color:#66FF66;
background-color:inherit;
}

#sidebar ul#menu li.selected ul.submenu ul.submenu {
list-style:none;
}

#sidebar ul#menu li.selected ul.submenu ul.submenu li {
border:none;
}

#sidebar ul#menu li.selected ul.submenu ul.submenu li a {
display:block;
width:140px;
text-decoration:none;
color:#CCCCCC;
background-color:inherit;
padding:3px 0 3px 60px;
margint:0px;
font:8pt arial;
}

#sidebar ul#menu li.selected ul.submenu ul.submenu li a:hover {
color:#66FF66;
background-color:inherit;
}


/* END SIDEBAR - BEGIN CONTENT */


#content {
padding:10px 20% 0 20px;
text-align: justify;
font:12pt 'arial';
}

#content a:link, #content a:visited {
color:blue;
text-decoration:none;
}

#content a:hover {
color:orange;
text-decoration:none;
}

#content .header {
font-size:10pt;
text-align:center;
}

#content .header a:link, #content .header a:visited {
color:black;
text-decoration:underline;
}

#content .header a:hover {
color:orange;
text-decoration:none;
}

a img {
border:0px;
}

#content table {
border:1px solid black;
text-align:left;
border-collapse:collapse;
}

#content td {
border:1px solid black;
padding:.5em;
}

#content h1 {
font:20pt 'arial';
margin-bottom:-15px;
font-weight:bold;
}

#content h2 {
font:17pt 'arial';
margin-bottom:-15px;
font-weight:bold;
}

#content h3 {
font:14pt 'arial';
font-weight:bold;
margin-bottom:-15px;
font-weight:bold;
}

#content div.toc {
float:right;
width:160px;
border:1px solid black;
text-align:center;
margin-left:10px;
padding:5px;
font-size:10pt;
}

#content div.back {
font-size:8pt;
font-weight:normal;
float:right;
}

#footer {
color:#666666;
background-color:inherit;
text-align:center;
font-size:8pt;
}

#content div.indent {
margin-left: 50px;
}

#content p.indent {
margin-left: 50px;
}

#content .box {
width:185px;
}

#content .box h1 {
font:10pt 'arial black';
height:20px;
color:white;
text-align:center;
margin:0px;
}

#content .box p {
width:175px;
font-size: 9pt;
text-align:center;
padding:2px 5px 5px 2px;
margin:0px;
}

#content .left {
float:left;
margin:0 12px 0 0;
}

#content .right {
margin:0 0 0 12px;
float:right;}

#content .green {
border:1px solid #009900;
background-color:#CCFFCC;
}

#content .green h1 {
background-color:#009900;
}

#content .red {
border:1px solid #990000;
background-color:#FFCCCC;
}

#content .red h1 {
background-color:#990000;
}

#content .blue {
border:1px solid #0000CC;
background-color:#CCCCFF;
}

#content .blue h1 {
background-color:#0000CC;
}

#content .gray, #content .grey {
border:1px solid #666666;
background-color:#CCCCCC;
}

#content .gray h1, #content .grey h1 {
background-color:#666666;
}

img.inline {
vertical-align:text-top;
}

a.external {
white-space: nowrap;
padding-right: 14px;
background: url('/External.png') no-repeat 100% 50%;
}