
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

body {
	word-wrap:break-word !important;
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: 'PT Sans', sans-serif;
	line-height: 1.6em;
	letter-spacing: 0.3px;
}
	
#container {
	margin: 0 auto;
}
nav { 


	
}
nav:after {
	content:"";
	display:table;
	clear:both;
}
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	text-align: center;
	}
nav ul li {
	margin: 0px;
	display:inline-block;

	}
nav a {
	display: block;
	padding:0 20px;	
	color:#000;
	line-height: 3em;
	text-decoration:none;
}
nav a:hover { 

color: blue;
}

nav ul li:hover > ul {
	display:inherit;
}



.page1 {
	margin-top: 1%;
	margin-left: 15%;
	margin-right: 15%;
	background: #eee;
	border: solid 1px #ccc;
	text-align: center;
}
.aboutpage {
	text-align: left;

}
.aboutpage p {
	text-align: left;
}

.aboutpage ul {
	list-style: none;
}

.aboutpage ul  li{
	margin-left: 15%;
	margin-right: 15%;
}

h1 {
	color:#000;
	text-align: center;
	font-size: 4em;
}
h2 {
	color:#000;
	text-align: center;

}

.leftdiv {

	float : left;
	width: 30%;
}
.rightdiv {

	width: 30%;
	
}

.pdiv {
	width: 60%;
	margin-left: auto;
	margin-right: auto;

}

p {
	text-align: center;

}




.boldspan {
	font-weight: bold;
}

.mobng {
	display: normal;

}
.mobps {
	display: none;
}
