/*left hand navigation background colors*/
hr {color : #ffffff;}
a  {font-family : verdana, arial, helvetica;
   text-decoration : none;}
a:hover  {text-decoration : underline;}
.navblue {
   color : #333366;   
   text-decoration : none;}
a:hover.navblue {
   color : #9999CC;   
   text-decoration : none;}
.currenttxt {
   color : #ffffff;
   text-decoration : none;}
a:hover.currenttxt {
   color : #CC66CC;
   text-decoration : none;}
.religiontxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.religiontxt {
   color : #9999FF;   
   text-decoration : none;}
.artstxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.artstxt {
   color : #FF6666;   
   text-decoration : none;}
.sciencetxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.sciencetxt {
   color : #99ccff;   
   text-decoration : none;}
.comedytxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.comedytxt {
   color : #FF99FF;   
   text-decoration : none;}
.historytxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.historytxt {
   color : #99CC66;   
   text-decoration : none;}
.discussiontxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.discussiontxt {
   color : #FFFF00;   
   text-decoration : none;}
.docutxt {
   color : #ffffff;   
   text-decoration : none;}
a:hover.docutxt {
   color : #FFCC33;   
   text-decoration : none;}      
.navwhite {
   color : #ffffff;   
   text-decoration : none;}
a:hover.navwhite {
   color : #CCCCFF;   
   text-decoration : none;}  
.default {
	background : #E7E7E7;}
.progs {
	background : #9999cc;}
.header {
	background : #CCCCE3;}
.current {
	background : #660066;}
.religion {
	background : #333399;}
.arts {
	background : #990000;}
.science {
	background : #006699;}
.comedy {
	background : #cc3399;}
.history {
	background : #336600;}
.discussion {
	background : #CC9900;}
.discussion2 {
	background : #E0AE18;}	
.docu {
	background : #cc6600;}
.footer {color : #333366;}
.footerbg {
	background : #333366;}

/*end left hand navigation background colors*/