/* font stylings */
/*body {
	font-family: sans-serif;
	font-size: 14px;
}*/

h1 {
	font-weight: bold;
	font-size: 14px;
}

p {
	text-indent: 10px;
	
}

.headerMaster {

	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: #ffffcc; 
}

.banner {
	height: 88px;
	width: 760px;
	position: relative;
	margin: 0px auto;
	text-align: left;
}

.navbar {
	height: 29px;
	width: 760px;
	position: relative;
	visibility: visible;
	margin: 0px auto;
	text-align: left;
}

.bodyMaster {
	height: 1000px;
	width: 100%;
	text-align: center;
	background: #ffffcc;
	margin: 0px;
	padding: 0px;
}

.bodyContent {
	height: 900px;
	width: 740px;
	position: relative;
	background: #ffffff;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.table {
	font-family: sans-serif;
	font-size: 14px;
}

.whoTextleft {
	height: auto;
	width:50%;
	position: relative;
	float: right;
	padding: 10px;		
}

.whoTextright {
	height: auto;
	width:50%;
	/*position: relative;*/
	left: 50%;

}	
	
.leftColumn {
	width: 50%;
	position: relative;
	margin: 0px;
	float: left;
}

.rightColumn {
	/*width: 320px;
	height: 460px;*/
	margin: 0px;
	padding: 10px;
	left: 53%;
	position: relative;
	/*border: 1px solid black;
	background-color: pink;*/
	
}

.formBox {
	width: 600px;
	height: 150px;
	margin: 0px;
	padding: 10px;
	/*left: 80%;*/
	border: 1px solid black;
	background-color: pink;
	/*position: relative;*/
}


.bodyTextleft {
	height: auto;
	width:50%;
	position: relative;
}

.bodyTextright {
	height: auto;
	width:50%;
	position: relative;
	/*left: 50%;*/
	margin: 0px;
}

.footerMaster
{
	clear: both;
	background: #FFFFFF padding: 10px 20px;
	text-align: center;
	margin-top: auto;
	position: relative;
	font-family: Verdana, sans-serif;
