
body{
	background-color: #007199;
	min-width: 900px;
}

h1, h2, h3,
h4, h5, h6,
p, ol, li {
	color: white;
	text-shadow: 3px 3px 6px #005e80;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
}

input[type="range"] {
	padding: 5px 0px 5px 0px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-top:4px;
	margin-left: 5px;
	margin-bottom: 4px;
}

.infoTitle{
	width:100%; 
	height:50px; 
	background-color: #00394d;
	line-height: 50px;
}

.backgroundGap{
	width:100%;
	height:20px;
}
.simulationHeight{
	height: 100%;
}

.userOptionsWidth{
	width: 220px;
}

.resultBlock{
	text-align: center;
}

.resultBlock td{
	white-space: nowrap;
}

.resultTitleText{
	width: 100%;
	text-align: center;
}

.resultColorBlock{
	
	width: 30px;
	height: 30px;
	margin: 2px;
	text-align: center;
	background-color: #FFFFFF;
}

.sliderContainer{
	text-align: center;
	
}

.userOptionsTableRow{
	margin-top: 5px;
	margin-bottom: 5px;
	border-left: 5px solid #00394d;
	border-right: 5px solid #00394d;
	
}

.userOptionsBlock{
	width: 100%;
}

.sliders{
	width: 90%;
}

.signature{
	text-align: center;
	padding: 5px;
}

#simulationModule{
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	padding-left: 40px;
	padding-right: 40px;
}

#simulationTable{
	width: 100%;
}

#results:first-child tr {
	width: 100px;
	text-align: center;
}

#results th {
	width: 100%;
	font-family: "Times New Roman";
	font-size: large;
	color: white;
}

#userOptionsTable{
	border-collapse: collapse;
	border-bottom: 5px solid #00394d;
	border-top: 5px solid #00394d;
}

#userOptions label{
	color: white;
}

#userOptions th {
	width: 100%;
	padding: 2px 0px 2px 4px;
	text-align: left;
	font-family: "Times New Roman";
	font-size: large;
	color: white;
	text-shadow: 3px 3px 6px #005e80;
	background-color: #00394d;
}

#textInformation p {
	text-indent: 50px;
	padding: 7px 0px 7px 0px;
}

#activities li {
	padding: 7px 0px 7px 0px;
}


