/* CSS Document */

body {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: verdana, arial, sans-serif;
}

p, table, td, tr, th, blockquote, ul, li {
font-size: 12px;
}

h3 {
font-size: 18px;
}

a:link {
text-decoration: underline;
color: #CC0000;
font-weight: bold;
}

a:active {
text-decoration: underline;
background-color: white;
color: black;
font-weight: bold;
}

a:visited {
text-decoration: underline;
color: red;
font-weight: bold;
}

a:hover {
text-decoration: none;
background-color: #CC0000;
color: white;
font-weight: bold;
}

#efistBanner {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 86px;
margin: 0px;
padding: 0px;
background-color: black;
/* border: 1px dotted black; */
z-index: 99;
}

#menu {
position: relative;
top: 0px;
left: 0px;
width: 220px;
margin-left: 50px;
margin-bottom: 10px;
padding: 5px;
float: right;
/* background-image: url("../img/menuBkgndDNA.gif"); */
border: 1px dotted black;
z-index: 99;
}

#menu p {
font-size: 11px;
color: black;
}

#menu a:link {
width: 200px;
height: 26px;
padding: 0px;
text-decoration: none;
background-color: #BFBFBF; /* same gray as menu bkgnd */
border: 1px solid black;
color: black;
}

#menu a:active {
width: 200px;
height: 26px;
padding: 0px;
text-decoration: underline;
background-color: red;
border: 1px solid black;
color: black;
}

#menu a:visited {
width: 200px;
height: 26px;
padding: 0px;
text-decoration: none;
background-color: #BFBFBF;
border: 1px solid black;
color: black;
}

#menu a:hover {
width: 200px;
height: 26px;
padding: 0px;
text-decoration: none;
background-color: white;
border: 1px solid black;
color: #CC0000;
}

#menu img {
border: 0px;
margin-right: 7px;
}

#content {
position: absolute;
top: 86px;
left: 0px;
width: 100%;
margin: 0px;
padding: 10px;
background-color: transparent;
/* border: 1px dotted black; */
z-index: 99;
}

#updates {
height: 280px;
border: 1px solid black;
padding: 5px;
scrollbar-arrow-color: #BFBFBF;
scrollbar-base-color: #BFBFBF;
scrollbar-track-color: gray;
scrollbar-darkshadow-color: gray;
scrollbar-face-color: #BFBFBF;
scrollbar-highlight-color: white;
scrollbar-shadow-color: black;
overflow: auto;
}

#copyright p {
font-size: 10px;
}

.caption {
font-size: 10px;
font-weight: bold;
}

#briarLine {
position: relative;
left: 0px;
top: 0px;
width: 100%;
border-bottom: 1px solid black;
}

#briareosDeunan {
position: relative;
left: 0px;
top: 0px;
width: 300px;
margin-left: 20px;
float: right;
z-index: 99;
}