/* CSS Document */

/*	************************************************************
	Global Style Definitions 
	************************************************************ */
body {
	background-color:#f0f0f0;
	color:#006171;
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
}

a, a:link, a:hover, a:visited
{
	text-decoration:underline;
	color:#006171;
	}
	

h1
{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size: 20pt;
	}
	
h2
{
	text-align:left;
	padding-left: 0px;
	font-size: 12pt;
}

p
{
	padding-left: 0.25in;
	text-align:justify;
}


/*	************************************************************************
	Styles specific to the main template
	************************************************************************ */
.mainTable
{
	background-color: #e6ecec;
	height:100%;
	width: 800px;
	table-layout:fixed;
	overflow: hidden;
}


#MainPage
	/* User input are of page */
{
	padding: 20px;
	height:100%;
	font-size:11pt;
	vertical-align: top;
	}
	

.rightpane
{
	height: 100%;
	width: 100%;

}

.rightpane img {
	width: 660px;
	padding: 0px; 
	margin: 0px;
}

.leftpane {
	background-color:#789092;
	color:#433029;
	font-size: 11px;
	font-weight:bold;
	padding-left:5px;
	text-align: left;
	vertical-align: top;
	width: 140px;
	}
	
.leftpane hr {
	color:black;
}

.footer 
{
	height: 25px;
	text-align:center;
	color:#92abb2;
	padding: 5px;
	width: 640px;
	font-size: 8pt;

}


	
/* ********************************************************************
   Specific Page Styles
   ******************************************************************** */


/* Audio Pages */
.mp3header
{
	font-size:10pt;
	margin:20px;
	table-layout:fixed;
	width:620px;

}

.mp3table
{
	table-layout:fixed;
	border: 1px solid gray;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 620px;
}

.mp3table img
{
	width: auto;
}

.mp3table td
{
	border:1px solid gray;
	font-size:12px;
	text-align:center;
	padding: 2px;
}

.mp3table a, .mp3table a:visited, .mp3table a:hover
{
	text-decoration:none;
	color:blue;
}


.pageNumbers
{
	margin-left: 4px;
	margin-right: 4px;
	padding:0px;
	vertical-align:8px;
	}

.toprow, .toprow th, .toprow td
{
	border:1px solid gray;
	font: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color:#006171;
	color:white;
	height: 40px;
	}
	

.quickNav
{
	width: 600px;
	}
	
.quickNav a, .quickNav a:hover, .quickNav a:visited
{	
	text-decoration:none;
	
	}


/* Staff Page */


	
.StaffInfo
{
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
}

.StaffInfo iframe
{
	width: 100%;
	height: 100%;
	}

