body {
	font-family: gadugi;
	font-size: 20px;
	margin: 0px;
}

div.table {
	display: table;
}

div.table div.tr {
	display: table-row;
}

div.table div.tr div.td {
	display: table-cell;
}

.fullWidth {
	width: 100%;
}

.vAlignMiddle {
	vertical-align: middle;
}

.vAlignTop {
	vertical-align: top;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.tabTable {
	background-color: #403459;
	height: 100px;
}

.tabTableWidth {
	width: 1000px;
}

.tabTable a {
	text-decoration: none;
	color: white;
}

.tabTable a:hover {
	color: #807499;
}

.tabRowHeight {
	height: 50px;
}

.tabFont {
	font-size: 26px;
	color: white;
}

.tabLeftPad {
	padding-left:100px;
}

.tabRightPad {
	padding-right:100px;
}

.tabCenterPad {
	padding-left:20px;
}

.fullWidthCenterAlign {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}


.footer {
	background-color: #403459;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .tr .td {
	padding: 10px;
	padding-left: 30px;
	padding-top: 20px;
}

.footerFont {
	font-size: 22px;
	color: white;
}

.footerLogoWidth {
	width: 200px;
}

.bold {
	font-weight: bold;
}

.noTopMargin {
	margin-top: 0px;
}

.indent {
	margin-left: 50px;
	margin-right: 50px;
}

.heading {
	font-size: 46px;
}

.subheading {
	font-size: 26px;
}

.smallFont {
	font-size: 16px;
}

.list {
	padding: 10px;
}

.noLineHeight {
	line-height: 0px;
}

.gap {
	height: 200px;
}

.gapSmall {
	height: 50px;
}

.mapContainer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.map {
	width: 800px;
	height: 800px;
	border: 1px solid black;
}

img {
    vertical-align: bottom;
}

.mainBodyWidth {
	width: 1000px;
}

.roundedCorners {
	border-radius: 25px;
	border: 2px solid #403459;
	background-image: linear-gradient(#403459, #101429);
	background-position: left top;
	background-repeat: repeat;
	padding: 20px;
	display: block;
}

.roundedCorners:hover {
	color: #807499;
}

.topBottomPad10px {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bottomPad10px {
	padding-bottom: 10px;
}

.topBottomPad25px {
	padding-top: 20px;
	padding-bottom: 25px;
}

.rightPad10px {
	padding-right: 10px;
}

.rightPad20px {
	padding-right: 20px;
}

.noDecorationLink {
	text-decoration: none;
	color: white;
}
