/* -------------------------------------------------------------------------
	Penseodor Styles */

h1 {font-family: serif; font-size: 20px; font-weight: bold; color: #006600;}
h2 {font-family: serif; font-size: 14px; font-weight: bold; color: #330099;}
p {font-family: sans-serif; font-size:10px; font-weight:normal; color:#000000; }

/* Define important qualities of content DIVs */
.dualContent {position: relative; left: 0px; top: 0px; width:550px; height:400px; z-index: 5;}
.flashContent {position: absolute; left: 0px; top: 0px; width:800px; height:600px; z-index: 5;}
.printContent {position: absolute; left: 0px; top: 0px; width:780px; height:580px; z-index: 1; overflow: auto; padding: 10px;}

/* -------------------------------------------------------------------------
	Site Styles */
	
body {
	background-color: #8d332f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px; /* half of width */
	margin-top: -300px;  /* half of height */
}