@charset "utf-8";
/*style sheet created by: Tahiru, Salim, Nov. 14th, 2016*/

/*style for body specifies a background color*/
body {
	background-color: #F0F8F3;
	text-align: left;
}

#container{
	width:80%;
	margin-left: auto;
	margin-right: auto;
}


/*style for header specifies to and bottom margin, background color, rounded boarder, shodow, and alignment*/
header {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #BCEBFA;
	border-radius: 15px;
	box-shadow: 12px 12px 12px #72E3C8;
	text-align: left;
	-webkit-box-shadow: 12px 12px 12px #72E3C8;	
}

/*style for nav specifies text properties, padding, margin, and boarder*/
nav {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 20px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	background-color: #BCEBFA
}



/*style for specifies a block display, text properties, margin, padding rounded border, and shadow*/
main{
	display: block;
	font-family: verdana, Aria, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 10px;
	background-color: #BCEBFA
	box-shadow: 12px 12px 12px #404040;
	text-align: left;
	
}

.mission-container {
	
    border: 1px solid rgb(0, 170, 0);
    padding: 0px 25px 30px;
}
	
	
	#container {
		border: 1px solid rgb(0, 170, 0);
    padding: 2px 25px 30px;
		}
.container {
		border: 1px solid rgb(0, 170, 0);
    padding: 2px 25px 30px;
		}
.page_title {
	text-align:center;
	}

table {
    margin: 0 auto;
}

/*style for footer specifies font-size, text alignment and top margin*/
footer {
	font-size: .90em;
	text-align: center;
	margin-top: 20px;
	background-color:#BCEBFA;
	border-radius: 15px;

	

	
}
.equip {
		
		
}

ul {
		margin-bottom: 50px;
		list-style-position: inside;
}
dt{
		font-weight: bold;
}
		
dd{
		padding-bottom: 20px;
		
}
