/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
  body { margin-left: 0;
    margin-top: 0;
    background-color: rgb(255, 236, 217);
    }

  h1 { background-color: transparent;
    text-align: center;
    color: rgb(153, 0, 0);
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    }

  h2 { color: rgb(153, 0, 0);
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    line-height: 5pt;
    }

  h3 { background-color: rgb(43, 93, 125);
    text-align: center;
    color: rgb(255, 255, 0);
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 10pt;
    }

  h4 { color: rgb(255, 0, 0);
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8.5pt;
    font-weight: normal;
    font-style: normal;
    line-height: 5pt;
    }

  .bodytext { color: rgb(0, 0, 0);
    text-align: left;
    font-family: Times New Roman,Times,serif;
    font-size: 14px;
    line-height: 130%;
    }

  .sidetext {text-align: left;
    margin: 0px 0px 0px 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 150%;
    color: rgb(0,0,0);
    }

  .legendtext { font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: rgb(153,0,0);
    }

  .frametext { text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8.5pt;
    font-weight: lighter;
    line-height: 180%;
    color: rgb(153,0,0);
    margin-left: 8px;
    margin-bottom: 10px;
    }

  a:link { text-decoration: none;
    color: rgb(200,50,50);
    font-weight: normal;
    font-style: normal;
    }

  a:visited {text-decoration: none;
    color: rgb(200,50,50);
    font-weight: normal;
    font-style: normal;
    }

  a:hover { color: rgb(255, 0, 0);
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    }

  a:active { color: rgb(255, 0, 0);
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    }

img.centered
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.rule01
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10pt;
    margin-bottom: 10pt;
    }

hr.rule01
    {
    width: 30%;
    height: 1px;
    background: #446791;
    margin: 0px 50px 10px 50px;
    }

.rollbutton {
    float: left;
    width: 110px;
    height: 15px;
    border: 1px solid #990000;
    line-height: 15px;
    text-align: center;
    font:bold 11px Arial;color:#990000;
    background: #000099 url() no-repeat 0 0px;
    }
a.rollbutton:link, a.rollbutton:visited, a.rollbutton:active {
    color:#990000;text-decoration: none;
    background: #ffcc66 url() no-repeat 0 0px;
    }
a.rollbutton:hover {
    color:#FFFFFF;
    background: #003a84;
    }

#nav-menu ul
{
    list-style: disc;
    padding: 4;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    font-weight: lighter;
    line-height: 180%;
    color: rgb(153,0,0);
    margin-left: 5px;
}
div#nav-menu a span {display: none;}
div#nav-menu a:hover span {display: block;
   position: absolute; top: 375px; left: 0; width: 125px;
   z-index: 100;margin-left: 5px;
   color: #00A; 
   font-size: 8pt; text-align: left;}

/*Begin RSS feed styles*/

.rss-box {
	 margin: 1em;
	 width: 360px;
	 background-color: #FFFFF;
	 border: 1px solid #9B72CF;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 85%;
	background-color:#eeeeee;
	color:#222244;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	/*text-decoration : underline;*/
	color:#000000;
	font-size: 105%;
	font-weight:normal;
	font-family:arial, sans-serif;
	}
	
.rss-item a:visited {
	color:666666;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #F60;
	}
 
/*End RSS Feed Styles*/

/* 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
   }
/*End Button Styles*/
