
body {
	font: 100%/150% "Verdana", "Tahoma", "Arial", "Helvetica", sans-serif;
	text-align:center; 
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}


/*	----------------------------------------------------------------------------------- */	

.container {
	width: 960px;
	background-color:#cbcbcb;
	padding-left: 24px;
	padding-right: 16px;
	text-align:left;
	margin: 0 auto;
}

/*	----------------------------------------------------------------------------------- */	


.header {
	text-align:center;
}

.content {
	padding: 0px;
	margin: 0px;
	width: 960px;
}

h1, h2, h3, h4, h5, h6, {
	padding-top: 0px;	 
	padding-bottom: 0px;
	margin-top: 0px;	 
	margin-bottom: 0px;
	font-weight: bold;
}
h1 {
	text-align:center;
	font-size: 160%;
	line-height: 120%;	
}
h2 {
	font-size: 125%;
	padding-top: 12px;
	border-top: 1px solid #666666;
}
h3 {
	padding-top: 12px;
	font-size: 100%;
}
h4 {
	font-size: 100%;
}

p {
	margin-top: 0;	 
}

ul, ol, dl { 
	padding: 0px;
	margin: 0px;
}
ul { 
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	list-style-position: outside;
	list-style-type: square;
}
ol { 
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 24px;
}
dt	{
	margin-top: 12px;	 
	margin-left: 40px;	 
	font-weight: bold;
}


a img { 
	border: none;
}
a:link {
	color: #000000;
	text-decoration: underline; 
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #0000ff;
	background-color: #ffff00;
	text-decoration: none;
}

/*	----------------------------------------------------------------------------------- */	

.sidebar {
	float: left;
	width: 160px;
	background: #e3e3e3;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 2px;
	margin-right: 24px;
	margin-bottom: 12px;
	border-top: 1px solid #666666;
	border-right: 6px outset #666666;
	border-bottom: 6px outset #666666;
}

ul.nav {
	list-style: none; 
	margin: 10px; 0px; 0px; 0px;
}
ul.nav li {
	border-bottom: 2px groove #888888;
}
ul.nav a, ul.nav a:visited { 
	display: block; 
	padding: 6px 0px 6px 6px;
	background-color: #e3e3e3;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #ffff00;
	color: #0000ff;
	text-decoration: none;
}

.caption	{
	text-align:center;
	font-size: 75%;
	line-height: 200%;	
	padding-bottom: 24px;
}

.audio	{
	text-align:center;
	font-size: 75%;
	line-height: 150%;	
	padding-top: 12px;
	padding-bottom: 24px;
}



/*	----------------------------------------------------------------------------------- */	
.footer {
	border-top: 1px solid #666666;
	font-size: 67%;
	font-family: Arial, Verdana, Helvetica, Modern, sans-serif;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 120%;	
}


