	body {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-family: arial, verdana;
		color: #000;
		background-color: #fff;			
	}	
	div .line
	{
		border-top: 1px dashed;
		border-top-color: #86A4BF;	
		background-color: #cccccc;	
	}	
	a:link { color: #036; }
	a:visited { color: #066; }		
	a:hover, a:active {
		color: #fff;
		background-color: #036;
	}	
	div#banner {
		color: #000000;
		background-color: #ffffff;
		border-bottom: 1px dotted #cccccc;
	}		
	div#container {
		background-image: url(bk_blue.jpg);
		background-repeat: repeat-y;			
	}
	div#container2 {
		background-image: url(bk_blue.jpg);
		background-repeat: repeat-y;			
		background-position: right top;
	}		
	div#navigation {
		float: left;
		width: 150px;
		padding-top: 2em;
	}
	div#navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		background-color : #bacbdb;	
	}
	/* navigation rollover */
	div#navigation a {
		display: block;
		color: #000000;
		width: 140px;
		padding: 3px 3px;
		text-decoration: none;
		font-size : 90%;
		font-weight : bold;
	}
	div#navigation a:hover 	{
		background-color: #999999;
		color: #ffffff;
	}
	div#right {
		float: right;
		width: 140px;
		margin: 0;
		padding: 2em 10px 0 0;
		color: #000000;
		display: block;
		text-decoration: none;
		
	}
	div#content {
		margin-left: 190px;
		margin-right: 180px;
	}
	div#content, div#right { 
		line-height: 120%; 
		font-size: 85%;			
	}
	
	div#content .albumtitle {
		font-weight: bold;
		background-color: #c5d3e7;
		font-size : 130%; 
		color : #ffffff;
		padding-top : 8px;
		padding-bottom : 8px;
	}	
	
	div#content	.tableoutline {		
		padding-bottom : 0.2em;
		padding-top : 0.2em;
	}
	div#content .title {
		color: #006699;
		font-weight: bold;
		font-size : 170%; 
		padding-top : 8px;	
		padding-bottom : 8px;		
	}	
	div#content .description {
		font-size : 100%;
		font-style:italic;
	}	

	div#content .blue {
		background-color: #CCCCFF;
		padding-bottom: 6px;
		padding-top: 6px;		
	}	
	
	div#content .datatable {
		border-collapse: collapse;	 
		/*line-height: 1em;*/
		font-size : 88%;
	}

	div#content .datatable td {
		border-bottom: 1px solid #999999;
		padding-bottom: 0px;
		padding-top: 6px;
	}	
	
	div#content .datatable tr:hover, .datatable tr.hilite {
		background-color : #DFE7F2;
		color: #000000;
	}	
	
	div#content .clip a:hover {
		text-decoration: none;
		background-color: transparent;
	}	
	div#content .clip a:visited {
		text-decoration: none;
		background-color: transparent;
	}
	div#content .clip a {
		text-decoration: none;
		background-color: transparent;	
	}
	div#content .clip a:active {
		text-decoration: none;
		background-color: transparent;	
	}
	
	div#topnav {
		width: 100%;
		margin: 0;
		padding-top : 8px;	
		padding-bottom : 0px;	
		color: #000000;
		background-color: #ffffff;
		text-align: left;
		font-size : 130%;
		font-family : Georgia, "Times New Roman", Times, serif;
		text-align : right;
	}			
	
	form {
		display: inline;
	}	
	
	#cleardiv {
		clear: both;
		height: em;
	}		
	div#footer {
		clear: both;
		padding: 0 0 0 0;
		border-top: 1px solid #999;
		text-align: left;
		background-color: #ffffff;
		color: #000000;	
		font-size: 80%;
	}
	
	.imgborder {
		border: 2px solid #000000;
	}
