body{
	background: white;
}

#header{
	position: relative;
	top: 40px;
	left: 190px;
	line-height: 0.8;
	padding-bottom: 8px;
	border-bottom: 7px solid black;
	border-bottom-style: double;
	font-family: 'Arial', serif;
	font-size: 30pt;

}

#headerintro{
	position: relative;
	top: 300px;
	left: 100px;
	line-height: 1.5;
	padding-bottom: 8px;
	border-bottom: 7px solid #84cfca;
	border-bottom-style: double;
	font-family: 'Arial', serif;
	font-size: 20pt;

}

#headerintro a{
	color: white;
	background: #84cfca;
}

#header p{
	font-size: 15pt;
	text-indent: 10px;
}

#navbar{
	display: block;
	position: fixed;
	top: 180px;
	left: 40px; 
	width: 400px;
	height: 100%;
	font-family: 'Arial', serif;
	font-size: 15px;
	line-height: 1.5;
}

a{
	text-decoration: none;
	color: black;
}

#navbar a:hover, .linkhighlighted
{background: #84cfca; color: white;}

#Process ul{
	list-style-type: none;
	text-indent: -20px;
	line-height: 1.3;
}


#submenushown{
	display: block;
}

#submenu{
	display: none;
}

#Process:hover #submenu{display: block;}

#content{
	position: absolute;
	top: 200px;
	left: 200px;
	width: 850px;
	font-family: 'Arial', serif;
}

.title{
	font-size: 15pt;

}

#content img{
	width: 850px;
	padding-bottom: 10px;
}

.AboutText{
	font-size: 19pt;
	line-height: 1.5;
}

.DescriptionText{
	display: block;
	font-size: 10pt;
	padding-bottom: 20px;
	line-height: 1.5;
}

.bold{
	font-weight:bold;
}

#footer{
	float: bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:1px solid black;
	font-family: 'Arial', serif;
	font-size: 10pt;
}


#full-screen-background-image {
  z-index: -10;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}











