@charset "UTF-8";
/* CSS Document */

/*---------------- Display Styles -----------------------*/
body {
	background: url('../resources/body-bg.png');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#6e6e6e;
	margin: 0;
	padding:0;
}
.masthead {
	background:#363835 url(../resources/header-bg.png) repeat-x bottom;
	height: 162px;
}
.masthead img {
	margin-top:18px;
}
.mastheadDivider {
	background:url(../resources/header-bottom.png) repeat-x;
	height:22px;
}

.mainDisplay {
	background-color:#ffffff;
}
label {
	font-weight:bold;
}
.button {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}

.wrapper {
	border:solid 1px #cecece;
	border-radius: 5px;
	margin: 30px auto;
	padding: 30px;
	text-align: left;
	width: 938px;
}
.masthead .wrapper {
	border: none;
	background-color: none;
	padding: 0;
	margin: 0 auto;
	width: 1038px;
}
.diagram {
	width: 700px;
	min-height:410px;
	position:relative;
}


h1 {
	font-size: 175%;
	text-shadow:1px 1px 1px rgba(225, 225, 225, 0.5);
	margin-top:0;
	font-weight: normal;
	text-align: center;
}

.footer {
	padding-top:20px;
	position:relative;
	color: #555555;
	background: #252525;
	font-family: Helvetica,Arial,FreeSans,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.footer a {
	color: #7EAF28;	
}