
}
body {
	background-color: white;
}



#hd {
	font-weight: bold;
	width: 50%;
	font-size: 20px;
         padding: 3px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	position: relative;
	background-color: #100B51;
	color: #D6DAE9;
	left: 20%;
}






#nav {
	display: block;
	width: 150px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #E4DFE9;
}


#intro {
	left :200px;
 	width :70%;
	top:-30px;
	position: relative;
 	color: black;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}





.titletext {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	display: block;
	width: 90%;
	
}


.desctext {
	display: block;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	position: relative;
	width: 90%;
	
}


.sal {
	
	font-size: 12px;
	left: 10px;
	width: 200px;
	position: relative;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.rec {
	margin: 2px;
	background-color: white;
	padding: 10px;
	width: 95%;
	border-width: 5px;
	border-style: solid;
	border-color: #A1A9ED;
}









#form {
	font-family: sans-serif;
	color: black;
	font-size: 12px;
}












