/*** This code is for all pages ***/
html,body{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
body{
	font: 76% arial,sans-serif;
	background-color: #060642;
    background-image: url(images/Fountain.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
p {
	margin:0 10px 10px;
}
a {
	display:block;
	background: #060642;
	color: white;
	padding:10px;
	border: 2px ridge antiquewhite;
	border-bottom: none;
	border-radius: 20px;
	margin: 2%;
}
a:hover {
	background: white;
	color: #060642;
}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
  	padding-left:10px;
	padding-right: 10px;
	color: white;
}
ul.nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 7%;
	background-image: none;
	background-color: rgba(6,6,66,0.75);
}
.nav img {
	display: inline-block;
}
.nav li {
	display: inline-block;
	vertical-align: center;
}
.nav h1 {
	color: white;
	font-size: 2em;
}
.nav a {
	display: inline-block;
	border: 2px ridge antiquewhite;
	border-bottom: none;
	border-radius: 20px;
	padding: 5px 15px 5px 15px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: white;
	text-decoration: none;
	color: #060642;
	vertical-align: middle;
}
.nav a:hover {
	background: #060642;
	color: white;
}
div#footer {
	background: #060642;
	color: white;
	clear: both;
	width: 100%;
	text-align: center;
}
div#footer p {
	margin:0;
	padding:5px 10px;
}
div#footer li {
	list-style-type: none;
	display: inline-block;
	
}
.formContainer {
	width: 500px;
  	clear: both;
  	text-align: left;
}
.formContainer input {
  width: 100%;
  clear: both;
}


/*** Thid code is for the 1x2 Alignment ***/
div#wrapper {
	float:left;
	width:100%;
	margin-left:-33%;
}
div#mainBody {
	margin-top: 5%;
	margin-left:33%;
	padding: 2%;
	text-align: center;
	color: #060642;
	background: rgba(255,255,255,0.75);
}
div#mainBody p {
	line-height:1.4;
}
div#topRight {
	background: rgba(255,255,255,0.75);
	float:right;
	width:32.9%;
	margin-top: 5%;
	margin-bottom: 5px;
	color: #060642;
	text-align: center;
	padding-top: 2%;
}
div#bottomRight {
	background: rgba(255,255,255,0.75);
	float:right;
	clear:right;
	width:32.9%;
	color: #060642;
	text-align: center;
}


/*** This code is for the 3 Coloum Alignment ***/
div#wrapper2 {
	width: 100%;
}
div#leftColumn {
	width: 32.9%;
	float: left;	
	text-align: center;
	background: rgba(255,255,255,0.75);
	color: #060642;
}
div#leftColumn p {
	line-height:1.4;
}
div#centerColumn {
	background: rgba(255,255,255,0.75);
	width:32.9%;
	margin-left: 33.5%;
	margin-right: 33%;
	color: #060642;
	text-align: center;
}
div#centerColumn p {
	line-height:1.4;
}
div#rightColumn {
	background: rgba(255,255,255,0.75);
	float:right;
	width:32.9%;
	color: #060642;
	text-align: center;
}
div#rightColumn p {
	line-height:1.4;
}