/*
Copyright (c) 2006, Winkiku Designs All rights reserved.
version: 0.01.01
*/

#nav {
	width: 140px;
	padding: 15px 0 15px 0;
	font-weight: bold;
	background-color: #333298;
	color: #fff;
	}

  #nav ul {
	padding: 0 10px 0 10px;
	line-height: 140%;
	font-size: small;
	list-style-type: none;
	text-align: right;
	border: none;
  }

  #nav li{
	margin-bottom: .3em;
  }

  #nav li.here,
  #nav li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #333298;
	color: #fff;
	text-decoration: none;
	width: 108px;
    border-top: 1px solid #9191F2;
    border-left: 1px solid #9191F2;
    border-bottom: 1px solid #333298;
    border-right: 1px solid #333298;
  }

  #nav li.here {
	border: 1px solid #333298;
  }

  #nav a:hover, #nav a:active {
	background-color: #66c;
    border-top: 1px solid #333298;
    border-left: 1px solid #333298;
    border-bottom: 1px solid #9191F2;
    border-right: 1px solid #9191F2;

    }

  ul#navBottom {
	list-style-type: none;
	margin-bottom: .5em;
  }

  ul#navBottom li.first {padding-left:0; border:0}

  ul#navBottom li {
    display:inline;
    border-left:0.1em solid #000;
    padding:0 0.5em 0 0.75em
  }

  ul#navBottom a {
    white-space:nowrap;
  }

  div#yui-main {
	padding-top: 1em;
  }

  #hd {
	margin-top: 0.5em;
  }

  #bd {
    background-image: url(images/bkgndBody.png);
    background-repeat: no-repeat;
  }

  h4 {
    color: #000080;
    margin-top: 1em;
  }

  div.webcastinfo {
    margin: 0em 0em 1.5em 1.5em;
  }

  div.webcastinfo p {
    margin-bottom: 1em;
  }

  div.explanatory {
    margin: 1.5em 1em .5em 1.5em;
  }

  div.explanatory h1 {
    color: #000080;
    margin-bottom: 1em;
  }


  div.explanatory p {
    margin: 0em 0em 1em 0em;
  }

  div.announce {
    color: #333399;
    background-color: transparent;
    font-weight: bold;
    margin-left: 1.5em;

  }

  div.announce p {
    margin : 0em;
  }

  div.announce p.streamlinks {
    margin : 1em 0em 0em;
  }

  div.announce li.streamlinks {
  }

  div.pic {
    width: 155px;
    margin: 20px 25px 10px 0;
    background: url(images/picrt2.gif) no-repeat;
  }

  div.pic img {
    width: 125px;
    border: 1px solid #777;
    margin: 10px 0 0 10px;
  }

  div.pic p {
    margin: 0;
    padding: 3px 20px 15px 10px;
    color: #000;
    text-align: center;
    font-weight: normal;
    background: url(images/picbtrt2.gif) no-repeat 0 100%;
  }
  
  div.donate p{
    margin: 0px 5px 10px 0px;
  }
  
  form.donate {
    text-align: center;
    margin: 0px 0px 10px 0px;
  }

  div.announce ul {
    margin : 0px;
    padding: 0em 0em .5 em 1.5em;
    list-style-type: none;
  }

  div.announce li{
    color: #333399;
    padding: 0em;
    margin: 0em;
    font-family: Arial, Helvetica, sans-serif;
  }

  div.notes {
    color: #000;
    padding : 1.5em;
    border : 1px solid #111111;
  }

  div.notes h4 {
    margin-bottom: -0.5em;
  }

  div.notes h4.firstheader {
	margin-top: 0em;
    margin-bottom: -0.5em;
  }

  div.notes p {
    margin: 0.5em 0em 1em;
  }

  div.notes li {
    list-style-type: disc;
    margin-left: 2em;
  }


  span.sc {
    font-variant: small-caps;
    font-weight: inherit;
  }

  span.Publication {
    font-style: italic;
  }


  hr {
    width: 50%;
    text-align:center;
  }

  div#ft p,div#ft ul{
	text-align: center;
  }

  em {
    font-weight: bold;
  }

#TJK_DL dd {margin:0 0 1em 0;padding:0}
#TJK_DL dt {color: #333399;margin:0;padding:0}

  dd.FAQ {
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 1em;
    text-align: left;
    display: none;
  }

  a.FAQ:link {color: #333399; text-decoration: none}
  a.FAQ:visited {color: #333399; text-decoration: none}
  a.FAQ:hover {color: #333399; text-decoration: underline}

  a:link {color: #333399; text-decoration: underline}
  a:visited {color: #333399}
  a:hover {color: #FF9900; text-decoration: none}

  .nojava {color:#000000; font-weight:bolder;}

