﻿html {
	height: 100%;
}
body
{
    background-color: #A5B9BE;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    height: 100%;
}
img {border-style: none;}
#wrapper
{
    width: 900px;
    position: relative;
    margin: 0 auto 0 auto;
    background-image: url(images/window_background.gif);
}
/* Hack for IE */
* html #wrapper {
    /*height: 100%;*/
}
* html #content {
    height: 100%;
}
#content
{
    position: relative;
    left: 10px;
    top: 0px;
    width: 880px;
    /*min-height: 100%;*/
}
#inner_content
{
    /*border: 1px solid #000000;*/
    margin-left: 10px;
    width: 855px;
}
* html #content {
    height: 100%;
}
#footer
{
    margin-top: 0px;
    margin-left: 0px;
    width: 900px;
    height: 50px;
    background-image: url(images/footer_back.gif);
    font-weight: bold;
    color: #826450;
    background-color: #CCCCCC;
}
#banner
{
    height: 120px;
    width: 900px;
    margin-left:0px;
    margin-top:5px;
}
p
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    line-height: 15px;
}
a:link {
	color: #0000AF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000AF;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #0000AF;
}
.td_outline {
    border: 1px solid #000000;
}
ul
{
    margin-top: -3px;
    margin-bottom: 0px;
}
li
{
    margin-top: 3px;
}
.plink
{
    background-color: #CCCCCC;
    margin-bottom: 5px;
    width: 300px;
}
.invisible
{
    width: 1px;
    height: 1px;
    border: 0px none #FFFFFF;
}
.podcast_info_div
{
    padding: 5px;
    position: absolute; /*top: 50px;*/
    left: 285px;
    width: 520px; /*height: 90px;*/
    background-color: #FFD778;
    border: 1px solid #000000;
    visibility: hidden;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
#news
{
    width: 230px;
    height: 355px;
    overflow: auto;
    padding-left: 34px;
    padding-top: 0px;
    padding-right: 15px;
}