/* no css just for grins */ 
/* 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
   }

 ul#navlist li a,ul#subnavlist li a
{
font-family: arial;
font-size: 12px;
font-weight: 900;
text-decoration: none;
}

div#navcontainer
{
width: 140px;
background: #fff;
padding: 0em;
}

/* NAV LIST */
ul#navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
color: #fff;
display: block;
background: #888 url("images/cnr.png") top left no-repeat;
padding: 2px 0 2px 30px;
border-top: solid 1px #fff;
width: 140px;
}

ul#navlist li a:hover { background: #f80 url("images/cnr.png") top left no-repeat; }

ul#navlist li a#current
{
color: #fff;
background: #aae url("images/cnr.png") top left no-repeat;
}

/* SUB NAV LIST */
ul#subnavlist
{
margin: 0 0 0 13px;
list-style-type: none;
padding: 0;
}

ul#subnavlist li { display: inline; }

ul#subnavlist li a
{
display: block;
color: #666;
background: #ccc;
padding: 2px 0 2px 30px;
border-top: solid 1px #fff;
height: auto;
width: 127px;
}

ul#subnavlist li a:hover { background: #aae url("images/cnr.png") top left no-repeat; }

ul#navlist li a#subcurrent
{
color: #999;
background: #ddd url("images/cnr.png") top left no-repeat;
}

ul#navlist li a#suvcurrent:hover { background: #ddd url("images/cnr.png") top left no-repeat;  }


h1 {padding: 0; margin: 0; font-size: 37px; font-variant:small-caps; font-weight:normal; font-family: "Times New Roman", Times, serif;color:white }
h2 {padding: 0; margin: 0; font-size: 16px; font-weight: normal; font-variant:small-caps; font-family: "Times New Roman", Times, serif;color: white}
h3 {padding: 0; margin: 0; font-size: 13px; font-weight: normal; font-style: normal; font-family: "Times New Roman", Times, serif;color:#000000}
h4 {padding: 0; margin: 0; font-size: 16px; font-weight: normal; font-style: italic; font-family: "Times New Roman", Times, serif;color:white}
.style7 {padding: 0; margin: 0; font-family: "Times New Roman", Times, serif; font-size:17px}
.style8 {padding: 0; margin: 0; font-family: "Times New Roman", Times, serif; font-size:15px}
.style9 {padding: 0; margin: 0; font-family:"Times New Roman", Times, serif; font-variant:small-caps; font-weight:bold; font-size:15px}
.style10 {padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:black}
.style10 a:link {color:black; text-decoration:none}
.style10 a:hover {color:black; text-decoration: underline}
.style10 a:visited {color: purple}
.style10 a:active {color: red}
.style14 {	font-weight: bold;
	padding: 0; margin: 0; font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.style15 {padding: 0; margin: 0; font-family: "Times New Roman", Times, serif; font-size:15px}
.style16 {padding: 0; margin: 0; font-family:Arial, Helvetica, sans-serif; font-size: 11px}
.style17 {padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 9px}
.style18 {padding: 0; margin: 0; font-family: "Times New Roman", Times, serif; font-size: 15pt}
.style19 {padding: 0; margin: 0; font-family: "Times New Roman", Times, serif; color:black; font-weight:bold; font-size: 14px}
body {
	line-height: 1.25;
	padding: 0;
	width: 760px;
	margin: 0 auto;
	position: relative;
	background-color: white;
}