body 
{
	background-image: url(images/top-background3.jpg);
	background-repeat: repeat-x;
	font-family: arial, verdana, sans-serif;
	font-size: 0.8em;
	color: Silver;
	background-color: Black;
}

table, tr, td {
	font-size: 100%;
}

h1 {
	color: #658AA1;
	font-size: 150%;
	font-weight: normal;
	margin: 0;
}

h2 {
	color: #658AA1;
	font-size: 200%;
	font-weight : normal;
	margin : 0;
}

.date {
	font-size: 75%;
	font-stretch: wider;
	color: #658AA1;
}

p {
	color: silver;
	font-size: 100%;
}

a {text-decoration: underline}
a:link {color: #658AA1}
a:visited {color: #658AA1}
a:hover {color: #658AA1; text-decoration: none; background-color: none}
a:active {color: #658AA1}

/* This creates a simple border around a cell. E4ECEC alt color */
.box {
	background-color: #DCD2D2;
	border: 1px #666666 solid;
	padding: 4px;
}

.prembox {
	background-color: transparent;
	border: 1px dotted #666666;
	padding: 4px;
}

/* -----BEGIN main nav bar------ */

#nav_bar_container {
	position : absolute;
	left: 123px;
	top: 115px;
}

.nav_bar {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
	font-size: 0.8em;
	color: #658AA1;
}

.nav_bar li {
	margin: 2px;
	text-align: center;
	float: left;
}
/* -----width of menu items goes above------ */
.nav_bar a
{
	display: block;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: transparent;
	border-right: 0px solid #666666;
	border-left: 0px solid #666666;
	text-decoration: none;
	text-transform: uppercase;
	color: #658AA1;
}

.nav_bar a:link, .nav_bar a:visited
{
	text-decoration: none;
	color: #658AA1;
}

.nav_bar a:hover
{
	background-color: #658AA1;
	color: black;
}

/* -----END of main nav bar------ */
/* BEGIN submenu */
#sub_nav_container {
	position : absolute;
	left: 5px;
	top: 155px;
}

.sub_nav {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
	font-size: 0.7em;
}

.sub_nav li {
	margin: 2px;
	text-align: center;
}

.sub_nav a
{
	display: block;
	padding: 8px;
	background-color: #464646;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	text-decoration: none;
	color: #658AA1;
}

.sub_nav a:link, .sub_nav a:visited
{
	text-decoration: none;
	color: #658AA1;
}

.sub_nav a:hover
{
	background-color: #658AA1;
	color: black;
}
/* END submenu */

/* Page Title */
#main_title{
	position: absolute;
	left: 0px;
	top: 0px;
}

#content{
	position: absolute;
	top: 155px;
	left: 125px;
	padding: 5px;
	height: auto;
	width: 500px;
	background-color: #181916;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#content_full{
	position: absolute;
	top: 155px;
	left: 125px;
	padding: 5px;
	height: 100%;
	width: 500px;
	background-color: #181916;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#wave {
	background-image : url(images/wave_fade.jpg);
	background-position : center;
	height : 200px;
	width : 450px;
}

.link {
	font-weight: bold;
	font-stretch: wider;
}

.link_desc {
	margin-left: 40px;
}

/* recording info box */

.rec {
	display: block;
	width: 175px;
	text-align: center;
	padding: 2px;
	background-color: #DCD2D2;
	border: 1px #666666 solid;
	float: right;
}

.rec a
{
	width: 99%;
	display: block;
	text-decoration: none;
}

.rec a:hover
{
	background-color: #C1B3B3;
	display: block;
}

.rec ul {
	font-size: 75%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
