
body { 
	background:				#354f8a 
}

#banner { 
	width:					100%
}

.menuButton  {
	height:					26px; 
	line-height:			26px; 
	width:					170px; 
	text-align:				center; 
	background:				#c6c6f6;
	font-size:				12px;
	font-weight:			bold;
	color:					black;
	margin-left:			20px;
	margin-top:				6px;
	pointer-events: 		auto;
	
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
	-khtml-border-radius: 	4px;
	border-radius: 			4px;
	
}

.menuButton:hover {
	background:				#ffcc33;
	cursor:					hand;
}

.pinNumberEntry {

	width: 					180px;
	margin:					0 auto;
	border:					1px solid #72c6f3;
	margin-top:				32px;
	padding-top:			6px;
	padding-bottom:			8px;
	font-size:				12px;
	font-weight:			normal;
	text-align:				center;
	
	-moz-border-radius: 	4px;
	-webkit-border-radius: 	4px;
	-khtml-border-radius: 	4px;
	border-radius: 			4px;

}

#txt_PinNumber {
	width:					110px;
	height:					30px;
	font-size:				18px;
	font-weight:			bold;
	background:				#daf0fc;
	border:					1px solid #9bd7f7;
	padding-left:			4px;
}

.contentPanel {
	width:					760px; 
	margin: 				0 auto; 
	font-family: 			arial;
	background:				#ffffff; 
	border:					0px solid silver; 
	margin-top:				20px;
}

#menu {
	float:					left; 
	width:					200px; 
	margin-top:				20px;
	border:					0px solid green;
}

#contentBody {
	float:					right;
	width:					500px;
	border:					0px solid red;
	font-size:				14px;
	line-height:			1.4em;
	padding-right:			32px;
}

#contentBodyParagraphText {

	margin-right:			26px;
	
}

#footerLine {
	width:					760px;
	margin: 				0 auto; 
	height:					40px; 
	line-height:			20px;
	background:				#495C70;
	color:					white;
	font-size:				13px;
	text-align:				right;
	padding-top:			4px;
	font-family:			arial, helvetica, san serif;
}

