/* Style sheet for the ENLIGHTEN page */

td.enewsletter {
background-color:#fff;
}
td.enewsletter p.begin { /* ENLIGTHEN eNewsletter name */
font-weight:bold;
color:#000;
}
p.start {  /* variation of the begin class */
margin:20px 20px 10px 30px;
font-size:14px;
letter-spacing:1px;
}
ul {
margin:-5px 20px 10px 50px;
list-style:none;
}
ul li {
font-size:14px;
letter-spacing:1px;
margin-top:2px;
}

.subscribe {  /* the form feild names */
font-size:14px;
}
table.subscribe tr td.aster span {  /* red asterisk */
font-size:16px;
color:#f00;
font-weight:bold;
}
table.subscribe tr td.cat {  /* category checkbox descriptions */
display:inline;
font-weight:lighter;
}
div#footer div#bottomnav {  /* navigation links at bottom */
font:16px Arial, sans-serif;
color:#fff;
text-align:center;
padding:2px 0 5px;
margin-bottom:0px;
border:1px solid #C6C6C6;
border-top:0;
}
div#footer div#bottomnav a {  /* navigation links at bottom */
font:11px Arial, sans-serif;
color:#fff;
background-color:#000;
text-decoration:none;
padding:0 3px;
}
div#footer div#bottomnav a:visited {  /* navigation links at bottom */

color:#fff;
background-color:#000;
text-decoration:none;
}
div#footer div#bottomnav a:hover {  /* navigation links at bottom */
color:#fff;
background-color:#000;
text-decoration:underline;
}
div#footer div#bottomnav a:active {  /* navigation links at bottom */
color:#fff;
background-color:#000;
text-decoration:none;
}