body {
	background: #2D2D2D url(images/top_slide_blk.jpg) repeat-x;
	font: .75em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: Gray;
}

table, td {font: 100% 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;}

h1 {
	color: #A3A3A3;
	font-weight: normal;
	font-size: 300%;
	margin: 0;
}

h2 {
	color: #A3A3A3;
	font-weight: normal;
	font-size: 130%;
	margin: 0;
	font-style: italic;
}

h3 {} /* unused */

/* h4 Below defines the dates on the News page */
h4 {color: #999999; font-weight: normal; font-size: 70%}

p {color: Gray; font-size: 100%}

a {text-decoration: none}
a:link {color: #D3914E}
a:visited {color: #D3914E}
a:hover {color: #DC143C; text-decoration: underline; background-color: none}
a:active {color: #DC143C}

/* Main page layout follows */
#container {
	position: relative;
	top: 50px;
	left: 0px;
	margin: 0 auto;
	width: 680px;
	height: 100%;
	text-align: left;
}

#container2 {
	position: relative;
	top: 50px;
	left: 0px;
	margin: 0 auto;
	width: 680px;
	height: auto;
}

#blackbox {
	background-color: Black;
	border-top: 2px solid #121212;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
}

#footer {
	padding: 45px 15px 15px 15px;
	text-align: center;
	background-image: url(images/bottom_curve.gif);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 85%;
}
#footer a {color: #CCCCCC;	text-decoration: underline}
#footer a:hover {text-decoration: none}

/* This creates a simple border around a cell */
.btnav { background-color: transparent; border: 1px #303030 solid;}

#page_head
{
	width : 510px;
}

#head {
	margin-left : 3px;
	margin-top : 3px;
}

#title {
	margin-left : 170px;
	margin-top : -150px;
}

#content 
{
	position: relative;
	margin: 125px 15px 0px 15px;
}

#divider {width: 100%; border-top: 1px solid #121212;}

/* -----This is the main nav bar------ */

#navbar_container {
	position: absolute;
	top: -35px;
	padding-left: 15px;
}

.nav_bar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	height: 20px;
	font: 1em;
	font-weight: bold;
}

.nav_bar li
{
	margin: 5px;
	text-align: right;
	width: 120px;
	float: left;
}

.nav_bar a
{
	display: block;
	background-color: transparent;
	border-right: 1px solid #303030;
	border-bottom: 1px solid #303030;
	height: 20px;
}

.nav_bar a:link, #navlist a:visited
{
	color: #303030;
	text-decoration: none;
}

.nav_bar a:hover
{
	background-color: #4682B4;
	color: #990000;
	text-decoration: underline;
}

.prembox {
	width: 100%;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
}

.recordings {
	width: 400px;
}

.recordings td {
	border-top: 1px solid #121212;
	padding: 3px;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
}