* 	{ 
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: 11px Verdana, Arial, sans-serif;
	color: #755A22;
}


a:focus, 
a:hover, 
a:active {
	color: #A00707;
	text-decoration: underline;
}

a:visited {
	color: #A00707;
	text-decoration: none;
}

a {
	color: #A00707;
	text-decoration: none;
}

h2 {
	font: 11px Verdana, Arial, sans-serif;
	color: #755A22;
	font-weight: bold;
}

#header {
	background: #660000;
	height: 56px;
	width: 100%;
}

#wrapper {
	margin: 44px 0 0 0;
}

#vdocnt  {
    float  : right;
    width  : 320px;
/*    height : 240px; */
    margin-right: 15px;
    margin-left: 10px;
    }

#prmotxt    {
    padding: 0 0 0 12px;
}
    


/*** pbs video player **/

/*
======================================================
Media Player Navigation Styles
======================================================
Controls the styles for the media player's navigation (controls at the bottom of the video or audo content).
Includes width, font styles and alignment, link styles, header styles, and border and background styles.

Change the style attributes of both the nav and the nav header to match the styles of your site.
*/

.pbsmediaplayernav td.pbsmediaplayernavheader
{
	text-align:left;
}

.pbsmediaplayernavheader h2
{
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}

.pbsmediaplayernav h3
{
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
}


.pbsmediaplayernav a:hover
{
	text-decoration: underline;
}

.pbsmediaplayernav a:active
{
	text-decoration: underline;
}

/* Controls the style of the text that is highlighted to show the currently selected video or audio content */
.pbsmediaplayernav .selected
{
	font-weight: 900;
}

.pbsmediaplayernav table
{
	font-size: 10px;
	line-height: 10px;
	color: #755A22;
}

.pbsmediaplayernav td
{
	padding: 3px;
	border-bottom: 1px solid #755A22;
	text-align: center;
}

.pbsmediaplayernav td.type
{
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}

.pbsmediaplayernav td.size
{
	padding: 0 5px 0 0;
	text-align: right;
}
