<style type="text/css">
	@import "all.css"; /* just some basic formatting, no layout stuff */

	html {
		font-family: sans-serif;
             }
             
	a:link {
		color: blue;
		text-decoration: none;
		}
		
	a:visited {color: black}

	a:hover {
		color: blue;
		text-decoration: underline;
		}
	a:active {color: #0000FF}

ul
{
font-family: serif;
    margin: 5px 0 0 0;
} 


	body {
	 	filter: alpha(opacity = 80);
	 	-moz-opacity: 0.80;
		font-family: sans-serif;
		margin:10px 10px 0px 10px;
		padding:0px;
		background-image: url('graphics/scales25.jpg');
	}
	
	#leftcontent {
	 	filter: alpha(opacity = 80);
	 	-moz-opacity: 0.80;
		position: absolute;
		left:10px;
		top:182px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
		background-image: url('graphics/wood_v24.jpg');
	}

	#centercontent {
	 	filter: alpha(opacity = 80);
	 	-moz-opacity: 0.80;
 		background:#fff;
		top:7px;
		position: relative;
		margin-left: 210px;
   	margin-right:0px;
		border:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
   	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
   	background-image: url('graphics/paper_v24.jpg');
		}

	html>body #centercontent {
   		margin-left: 210px;
		}

	#rightcontent {
	 	filter: alpha(opacity=80);
	 	-moz-opacity: 0.80;
		position: absolute;
		right:10px;
		top:160px;
		width:197px;
		background:#fff;
		border:1px solid #000;
		}
	
	#banner {
		background:#fff;
		height:140px;
		border:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:140px;
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
		background-image: url('graphics/wood_v24.jpg');
		}

	html>body #banner {
		height:163px;
		}
		
	p,h1,h2,h3,pre {
		font-family: serif;
		margin:0px 10px 0px 10px;
		}
		
	pre {
		margin:0px 0px 0px 15px;		
	}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	h2 {
		font-size:20px;
		padding: 5px 0 5px 0;
	}

	h2.textcenter {
		text-align: center;
	}

	h3 {
		font-size:14px;
		margin:10px 5px 5px 10px;
	}

	p.final {
		padding: 0 0 15px 0px;
		margin: 0 10px 10px 10px;
	}

	h1.initial {
		padding: 15px 0px 15px 0px;
	}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
div.transbox {
	margin:15px 15px;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
	text-align: left;
}

table.transbox{
		margin:10px 10px 10px 10px;
	  border-collapse: collapse;
}
	
tr.transbox {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}


td.transbox {
	padding: 5px 20px;
}

img.transbox{
	width:75%;
	height: auto;
	max-height: 75%;
	margin-left: auto;
  margin-right: auto;
  display:block;
}

img.transbox-large{
	height: auto;
	max-height: 75%;
	margin-left: auto;
  margin-right: auto;
  display:block;
}


h2.centeralign {
  text-align: center;
}

p.centeralign {
  text-align: center;
}


img.banner{
	width:100%;
	height: auto;
	max-height: 100%;
}


div.banner{
	margin:15px 15px;
	background-color: rgba(189, 1, 0, 0.7);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
	text-align: left;
	height: 82%;
}
</style>
