@charset "UTF-8";
/* CSS Document */

body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

.padTopBot {
	padding-top: 10px;
	padding-bottom:10px;	
}

.content {
	background: #ffffff;
	color: #363636;
	border-radius: 0px;
	padding: 10px 30px 20px 30px;
}

.footerInfo {
	background: #ffffff;
	color: #363636;
	border-radius: 0px;
	margin-top: 20px;	
	padding-top: 10px;
}

.whiteFooterText {
	color: #ffffff;	
}

.textRight {
	text-align: right;	
}

.margTop20 {
	margin-top: 20px;
}