* { 
	margin:0; 
	padding:0; 
} 
body {
	background-color: #f5f5f5;
	background-image:url(images/back.png);
	background-repeat:repeat-x;
	font-family:Verdana;	
	font-size:10px;
	text-align:center;
	}
td, p, ol, li {
	font-size:90%;
	text-align:left;
	}
h1 { font-size:150%;
	margin-bottom:20px;
	}		
h2 { font-size:130%;
	margin-bottom:0px;
	}
h3 { font-size:110%;
	color: #1d172a; 
	margin-bottom:0px;
	}
h5 { font-size:70%;
	color: #1d172a; 
	margin: 2px;
	}
h6 { font-size:60%;
	color: #1d172a; 
	margin: 2px;
	}
#header {
	top:0;
	text-align:center;
	height:67px;
	overflow:hidden
	}
#headerboxtop {
	background-image:url(images/boxheadertop.png);
	background-repeat:repeat-x;
	height: 20px;
	width: 180px;
	}
#headerboxbottom {
	background-image:url(images/boxheaderbottom.png);
	background-repeat:repeat-x;
	height: 20px;
	width: 180px;
	}
#headerboxtopmiddle {
	background-image:url(images/boxheadertop.png);
	background-repeat:repeat-x;
	height: 20px;
	width: 600px;
	}
#headerboxbottommiddle {
	background-image:url(images/boxheaderbottom.png);
	background-repeat:repeat-x;
	height: 20px;
	width: 600px;
	}
#inset_box {
	margin: 30px 6px;
	font-size:85%;
	text-align: center;
	}
#scrollbox {
	background-image:url(images/scrollboxbg.png);
	background-repeat:repeat-y;
	}
#inset_stageopen {
	margin: 0 0 0 0;
	width: 600px;
	height: 550px;
	background-image:url(images/stage_open.png);
	background-repeat:no-repeat;
}
#inset_stageclosed {
	margin: 0 0 0 0;
	width: 600px;
	height: 550px;
	background-image:url(images/stage_closed.png);
	background-repeat:no-repeat;
}
#inset_stagebottom {
	height: 100px;
	width: 600px;
	background-image:url(images/stage_bottom.png);
	background-repeat:repeat-x;
}
#overviewbox {
	background-image:url(images/overviewbox.png);
	background-repeat:repeat-y;
	padding-top: 0px;
	width: 180px;
	height: 270px;
	overflow: hidden;
	}
#tabletop {
	position: absolute;
	top: 67px;
}
#page_contents_top {
	height: 375px;
	padding-left: 90px;
	padding-right: 90px;
	line-height: 150%;
	font-size:120%;
	color: #312155;
}
#page_contents_bottom {
	font-size:120%;
	color: #ffffff;
}
A.bottomlinks:link { color: #f5f5f5; text-decoration: none; }
A.bottomlinks:visited { color: #f5f5f5; text-decoration: none; }
A.bottomlinks:hover { color: #f5f5f5; text-decoration: underline}
A:link { color: #1d172a; text-decoration: none; }
A:visited { color: #312155; text-decoration: none; }
A:hover { color: #1d172a; text-decoration: underline}
		

