.outSideContent{
	width:95%;
	background-image:url("Posten-Creative-background-small.jpg");
	margin:auto;
}


.content{
	padding-top:.001em;
	width:85%;
	margin:auto;
	padding-bottom:1em;
}


.mainImage{
	width:100%;
	margin:auto;
}
#mainImage1{
	margin:auto;
}
.titleContainer{
	width:7em;
	margin:auto;
}
.title{
	text-align:center;
	font-size:1em;
	background-color:black;
	color:white;
	display:inline;
}
.title h1{
	width:100%;
	background-color:black;	
	font-size: 1em;
	margin-top:2em;
}


.sectionOneTitleContainer{
	width:100%;
	margin:auto;
	display:inline-block;
}
.sectionOneTitle{
	width:26em;
	margin:auto;
	text-align:center;
	font-size:.75em;
	color:white;
}
.sectionOneTitle h4{
	background-color:black;
}
.sectionTitleContainer{
	width:100%;
	margin:auto;
	display:inline-block;
	
}
.sectionTwoTitle, .sectionThreeTitle, .sectionFourTitle{
	text-align:center;
	font-size:.75em;
	color:white;
}
.sectionTwoTitle h4, .sectionThreeTitle h4, .sectionFourTitle h4{
	background-color:black;
}
.sectionTwoTitle{
	width:16em;
}
.sectionThreeTitle{
	width: 12em;
}
.sectionFourTitle{
	width: 18em;
}
.sectionFour{
	width:60%;
	margin:auto;
	text-align:center;
}
.disclaimerText{
	text-align:center;
	font-size:.75em;
	font-style:italic;
}
.dottedLine{
	clear:both;
	padding-top:1.5em;
	border-bottom:1px dotted black;
}
.line{
	width:95%;
	margin:auto;
}
th, td{
	padding:.5em;
	border: solid gray 1px;
}
th{
	font-style:italic;
}
table{
	border:solid gray 1px;
}
.webEdits{
	margin-top: 2em;
}
@media only screen and (max-width: 500px){
    .phoneHide{
        display:none;
    }
}