/* take out the list disc on the left nav menu  */
ul li { list-style-type: none; }
ul ul li { list-style-type: none; }

li {
line-height:1.5em;
margin-left:0em;
}

body { background: #e9e9e9 url(interface/pmm-bg.jpg) no-repeat center top; background-attachment: fixed;};

a { color: #5c4a96; background:transparent; text-decoration:none; }
a:visited  { color: #036; }

a:focus,
a:hover,
a:active { color:#182E7A; text-decoration:underline; }

/* Make the unordered list have a disc on the content pages. */
#col3_content ul li {
  margin-left: 2em;
  list-style-type: disc; 
}

/* Override shiny buttons 
+++++++++++++++++++++++++
.hlist {
background:#343466;
border-bottom:1px solid #333333;
border-top:1px solid #333333;
display:inline;
}
*/