html,
body{
	height:100%;
	width:100%;
	}
#contactPage{
	}
#contactPage h2{
	text-align:center;
	padding:20px 0;
	}
#contactPage h3{
	text-align:center;
	padding:40px 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	}

#contactPage section{
	padding:20px 0;
	border-top:1px solid #dddddd;
	}
#contactPage section h4{
	margin:0;
	padding:20px 0 0 0;
	font-weight:600;
	font-size:18px;
	
	}
#contactPage section p{
	padding:20px;
	background-color:#eeeeee;
	margin:0 0 20px 0;
	}

#contactPage a{
	color:#990000;
	
	}

#contactPage section p.contactBtn{
	background:none;
	text-align:right;
	padding:20px 0;
	}