#navlist {
position: relative;
/* left: 26px;
top: 86px; */
width: 186px;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .9em;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(assets/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}
#navlist a:active, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #9F6F9F;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}

body {  
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
background-color: #FFFFFF
}

#introtext {  
/* background-color: #66CC99; */
height: auto; 
width: auto; 
position: relative;
/*left: 232px; */
top: 0px;
}

#footer {
height: auto;
width: auto;
position: relative;
}
p {  padding-top: 0px}
pre {  background-color: #99FFCC}
.codetitle {  font-weight: bold; font-style: italic; text-decoration: none}
.codetitle a:link {  text-decoration: none}

.titletext {  font-size: 4em; font-style: normal; font-variant: normal; font-weight: normal}

#navlist a:hover { 
background-color: #999999;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
 } 
#uberlink a:link { 
background-color: #999999;
background-image:  url(assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
 } .footer {  font-size: 0.6em; font-style: italic}
.leftbar {  text-align: center}
#leftcolumn {  }
