 #navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 94px;
/*for home page*/
/* to display the list horizontaly */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-color: #3333CC;
line-height: 22px; 
text-indent: 5px;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-top: 1px #999999 solid;
text-align: left;
text-decoration: none;
list-style-type: none;
color: #000000;
}
 

#navlistint li
{
display: inline;
/* for IE5 and IE6 */
}

#navlistint
{
width: 120px;
/*for interior pages*/
/* to display the list horizontaly */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-color: #3333CC;
line-height: 22px; 
text-indent: 5px;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlistint a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-top: 1px #999999 solid;
text-align: left;
text-decoration: none;
list-style-type: none;
color: #000000;
}
#navlist a:link { color: #999999; }
#navlist a:hover {  background-color: #D4E9FB; }
#navlist a:visited { color: #999999; }

#navlistint a:link { color: #999999; }
#navlistint a:hover { background-color: #D4E9FB; }
#navlistint a:visited { color: #999999; }

a:link { color: #0033CC; text-decoration: none;}
a:hover { color: #cc0033; text-decoration: none;}
a:visited { color: #0033cc; text-decoration: none;}

.bodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px; color: #666666;}
.date{  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 15px; color: #666666;; font-style: italic; border-bottom: 1px #999999 solid;}
.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; color: #666666; font-weight: bold}

.resultsOn{background-color:#D4E9FB}
.resultsOff{background-color:#FFFFFF;}
.bottomOff{background-color:#FFFFFF;border-bottom:1px solid #999999}
.bottomOn{background-color:#D4E9FB; border-bottom:1px solid #999999}

.padding{padding-left:50px}

.freeNote{background-color:#FDFFB9; border:1px solid #999999; padding:5px;}
