/* CSS Document */

body{
	margin: 0;
}
.memb-wrapper{
	background-color: aliceblue;
}
.body-wrapper{
	background-color: aliceblue;
}
.saratogo{
	float: left;
}

nav ul li a{
	text-decoration: none;
	color: #fff;
	background-color: #092050;
	display:inline;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}
nav ul li a:hover{
	background-color: #5C85A8;
}
nav ul{
	list-style: none;
	padding-left: 0;
	margin-left: 20px;
	
}
.table-title{
	margin: 0;
	padding: 0;
}
.table-title h3{
	margin: 0;
	padding: 0;
	text-align: center;
}
.memb-text2 ul li{
	list-style-type: none;
}
.memb-col1{
	width: 650px;
	margin-left: 20px;
	text-align:justify;
	margin-bottom: 20px;
}
.memb-col2{
	width: 650px;
	margin-left: 20px;
	text-align:justify;
}
.housecarl{
	float: right;
}
.memb_footer{
	background-color: #092050;
	color: #fff;
	text-align: center;
	height: 75px;
	padding-top: 10px;
	margin-top:auto;
}


@media screen and (min-width:900px){
	.memb-col12{
		display: flex;
	}
}


