body {
margin: 0;
padding: 0;
background: white;
font: 80% helvetica, verdana, arial, sans-serif;
}
a {
outline: none;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: fixed;
top: 10em;
left: 0;
width: 15em;
border-top: 1px dotted gray;
border-left: 1em solid white;
background: white;
}
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border-bottom: 1px dotted gray;
background: white;
}
#menu dd {
border-bottom: 1px dotted gray;
padding: 0 0 .5em 0;
}
#menu li {
text-align: left;
background: #fff;
margin: 0 0 .2em .8em;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
#menu .woody {
position: relative;
top: -2.5em;
font: 180% helvetica, verdana, arial, sans-serif;
font-weight: bold;
color: black;
background: white;
padding: .2em 0;

}
#menu .woody a:visited, #menu .woody a:link, #menu .woody a:active, #menu .woody a:hover{
color: black;
text-decoration: none;
}
#content {
margin-top: 5.5em;
position: absolute;
left: 23em;
min-width: 40em;
width: 40em;
background: white;
}
#content h1, h2, h3 {
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
color: black;
}
#content p {
position: relative;
left: 4em;
top: -2.2em;
margin-bottom: -1em;
}
#content .signature {
color: gray;
font: 80%;
}
#content a:visited, #content a:link {
color: black;
text-decoration: none;
}
#content a:active, #content a:hover {
color: black;
text-decoration: none;
background: #eee;
}
.details {
width: 450px;
background: white;
border-bottom: 1px dotted gray;
padding-top: 1.3em;
padding-bottom: 1em;
margin-bottom: 1em;
}
.view {
position: relative;
font-size: 80%;
margin: 0 0 0 5em;
text-align: right;
margin-bottom: -2.5em;

}
img {
border: 0;
}
#tick1 {
width: 450px;
height: .6em;
position: fixed;
top: 0;
left: 23em;
background: black;
border-right: 10em solid white;
//border-bottom: 2em solid white;
}
#tick2 {
width: 450px;
height: .6em;
position: fixed;
bottom: 0;
left: 23em;
background: white;
border-top: 1px dotted gray;
border-right: 3em solid white;

}
#tick3 {
width: 1px;
height: .6em;
position: fixed;
top: 0;
left: 16em;
border-right: 1px dotted gray;
}
#tick4 {
width: 1px;
height: .6em;
position: fixed;
bottom: 0;
left: 16em;
border-right: 1px dotted gray;
}
#copyright {
color: #ccc;
font-size: 65%;
position: fixed;
bottom: 0;
left: 1em;
background: white;
}
#copyright a:visited, #copyright a:link, #copyright a:active, #copyright a:hover {
color: #ccc;
text-decoration: none;
}

