@charset "utf-8";
/* CSS Document */


body { 
      background-color:#FFFFFF; 
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #424242;
	font-weight: bold;
	text-decoration: none;

}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000; /* black */
	font-weight: normal;
	text-decoration: none;

}

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}

li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/* Your own classes */
.ftdarkgreenbold { 
    font-weight: bold;
    color: #7DAA34;

}
.ftdarkbluebold { 
    font-weight:bold;
    color: #008aca;
}
.smalllinktext { 
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.vspacer {
	width:10px;
}
.hspacer {
	height:5px;
}

.mastertable { 
    background-color: #FFFFFF; /* white */
/*    border: ridge #0F6292 8px;*/
    margin-top: 15px;  
}
.nav {
    padding: 0px 0px 5px 0px;
    text-align:center;
}
.header {border-bottom:1px #008aca dotted;}
.content {
    padding: 10px 20px 15px 0px;
}

.rightcolumn {
    padding: 10px 20px 10px 10px;
	border-left: 1px #008aca dotted; 
	border-right: 1px #008aca dotted; 
}
.rightcolumn li {
	font-size:11px;
	margin-left:-15px;
	line-height:125%;
}
.rightcolumn p { 
	font-size:11px;
	line-height:125%;
	
}
.footer {
    padding: 10px;
    border-top: 1px #008aca dotted;
    text-align:center;
    font-size:11px;     
}
.innertable td {
	border:1px #008aca dotted; 
}
.innertable li {margin-left:-10px;}
#smdiv { 
	margin: 0px 0px 15px 0px;
	padding-bottom:10px;
	border-bottom:1px #008aca dotted;
}

.audiodiv {
    float:right;
    border:1px dotted #C01F25;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    text-align:center;
    padding:4px;
    margin-left:5px;
    margin-bottom:5px;    
 }

.videodiv {

    font-family: Verdana, Arial, sans-serif;
    margin:15px auto;
}


/* Hyperlinks */

a {
	color: #7DAA34; /* dark green */
	font-weight: bold;
	text-decoration: none;

}

a:hover {
	color: #7DAA34; /* dark green */
	font-weight: bold;
	text-decoration: underline;

}

a:active {
	color: #ED991D; /* orange */
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	color: #7DAA34; /* dark green */
	font-weight: bold;
	text-decoration: underline;

}

a:visited:hover {
	color: #ED991D; /* orange */
	font-weight: bold;
	text-decoration: underline;


}
/* RSS Feed properties generated by www.Feed2JS.org */

.rss-box {
	font-family: Verdana, sans-serif;	 
	margin: 1em;
	width: 200px;
	background-color: white;
}
.rss-items {
	font-family: Verdana, sans-serif;	 
    margin-top:0px;
	padding:0.5em;
	margin-left:0px;
	color: #000000;
}
p.rss-title {padding:0.5em;}
a:visited.rss-title {text-decoration:none;}
.rss-title {
	font-family: Verdana, sans-serif;	 
	font-size: 12px;
	background-color: #FFFFFF;
	color: #008aca;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
	font-family: Verdana, sans-serif;	 
	font-size: 11px;
	list-style:none;
	padding-bottom:1em;
}

.rss-item a {
	color: #7DAA34; /* dark green */
	font-weight: bold;
	text-decoration: none;
    font-size: 11px;
	}
	
.rss-item a:visited {
	color: #7DAA34; /* dark green */
	font-weight: bold;
	text-decoration: underline;
}

.rss-date {
	font-size: 9px;
	color: #008ACA;
	}
 
/* 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: #81aac1;
   color: black;
   }
.pod-play em {
   width:1em; 
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   width:1em; 
   margin:0; 
   padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #008aca;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }


