h1 {
	color: #00ff00;
	font-family: comic sans ms;
	font-weight: bold;
	font-size: 2em;
        text-align: center;
	text-decoration: none;
}

h2 {    color: #FFFFFF;
	font-family: serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
        
	
}

h3 {
        color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

h4 {    color: #FFFFFF;
        font-size: 1.1em;
	font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

h5 {    color: #FFFFFF;
     	font-size: 1em;
	font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

p {     text-indent:10mm;
        margin:1mm;
}

p.normal {font-style:normal;color:gold;}
p.italic {font-style:italic;color:gold;}
p.oblique {font-style:oblique;}

body { color: white; 
       background: black; 
       font-family:"Bookman Old Style";
       text-align:justify; 
       margin:5mm;
       
}

a:link {

	color: #00ff00;
        text-decoration: none;

}

a:active {

	color: #ff0000;
        text-decoration: none;

}


a:visited {

	color: #00ff00;
        text-decoration: none;

}

a:hover {

	color: #45ff1e;
        text-decoration: underline;

}

hr.color {
        color: #00FF00;
        width: 80%;
        height: 5px;
}

table {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: lime;
	border-collapse: collapse;
	background-color: #222222;
}
th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: lime;
	background-color: #222222;
	height: 20px;
}
td {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: lime;
	background-color: #222222;
	height: 15px;
}
caption {
  background-color: black;
  color: lime;
  font-weight: bold;
  
}
 
tr {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: lime;
	background-color: #222222;
	height: 15px;
}


/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 100%;
	 background-color:black;
	 border: none;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:silver;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 1.2em;
	background-color: black;
	color: lime;
	font-weight:bold;
	text-align: center;
}

.rss-item  {
  font-size: 1.1em;
  list-style:none;
  color: silver;
  padding-bottom:1em;
}

.rss-item a {
	color:lime;
	font-size: 1.3em;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: white;
}

.rss-date {
	font-size: 1em;
	color: white;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }

/* ######### CSS for jquery slide menu  ######### */

.jqueryslidemenu{
font: bold 12px Verdana;
background: #000000;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #000000; /*background of tabs (default state)*/
color: #00ff00;
padding: 8px 10px;
border-right: 1px solid #ffffff;
color: #000000;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #00ff00;
}

.jqueryslidemenu ul li a:hover{
background: #444444; /*tab link background during hover state*/
color: lime;
text-decoration: underline;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #000000;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}








