*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizin: border-box;
}

.page {
  background-color:#FFFFFF;  
  width: 100%;
  margin: 0 auto;  
  max-width: 1200px;
  min-width: 768px;
  border-radius: 5px;
  box-shadow: 5px 5px 5px #888888;
}

/* --- Header styling ------------------------------------------ */
header {
  background-color: white; 
  height: 200px;
  position: relative;

}
header h1 {
  position: relative;
  left: 60px;
  top: 0px;
  color: black;
}

.logo {
	height: 200px;
}

/* ------------------------------------------------------------- */

/* --- Main area styling ------------------------------------------ */

.mainNav{
	background-color:#0085c3;
	color: white;
	font-size: 20px;
	text-align: left;
	padding: 20px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
}
.mainNav a {
	text-decoration:none;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}

.mainNav a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.mainNav a:active{
	position:relative;
	top:1px;
}


.navElement{
	background-color: white;
}

.main-area{
  background-color: #FFFFFF;
  position:relative;
  overflow:auto;
  width:100%;
  text-align: center;
  margin: 0 auto;  
  max-width: 1200px;
  min-width: 768px;
}

.content-area{
  padding: 10px;
}

footer{
	background-color:#0085c3;
	color: white;
	font-size: 10px;
	text-align: left;
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #888888;
}

footer a{
	color: white;
}

.checks{
	font-size: 20px;
}
.checkBoxes{
	margin: 20px;
}

#text-area{
	font-size: 20px;
	font-family: 'Verdana', sans-serif;
	padding: 20px;
}
#name{
	min-height: 50px;
	border-radius: 5px 5px 5px 5px;
	font-size: 20px;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
}

#name:focus{
	min-height: 50px;
	border-radius: 5px 5px 5px 5px;
	outline : none;
}

.bt, .linkBt {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.bt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.bt:active {
	position:relative;
	top:1px;
}

.box{
	background-color: #EEEEEE;
	max-width: 600px;
	margin: 20px auto; 
	padding: 10px;
	border:0.5px solid #0085c3;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #0085c3;
	font-size: 20px;
	font-family: 'Verdana', sans-serif;
}

/* --- Equations styling ------------------------------------------ */

.equation-area{		
	color: #3B5998;  
  text-align:center;
}
.equation-area label, .equation-area input {
	margin: 10px;
} 
.equation-area input {
	border: 2px solid #00BFFF;
	margin: 10px;
  margin-right:0px;
} 
.equation-area button {
	margin: 10px;
}

.equations label{
  display:inline-block;
  width:120px;

  margin-left:0px;
}

.equations span {  
  color: #EEEEEE;
}

.equations {
  list-style:none;
  margin:0px;
}

/* ---------------------------------------------------------------- */