/* Primary Content */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: arial;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}
h1 {
	font-family: arial;
	font-size: 1.2em;
	color: #000000;
}
h2 {
	font-family: arial;
	font-size: 1.0em;
	color: #000000;
}
div.masterDiv {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	min-height: 600px;
	width: 70%;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #8c8b8b;
}
div.contentDiv {
	display: block;
	width: 100%;
}
div.contentDivHeader {
	display: block;
	width: 100%;
}
div.contentDivBody {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding-left: 5px;
}
div.footerBlock {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: auto;
	height: 70px;
	width: 100%;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #8c8b8b;
}
div.footerBlockLeft {
	display: block;
	height: 100%;
	min-width: 35%;
}
div.footerBlockCenter {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%;
	min-width: 45%;
}
div.footerBlockCenterLeft {
	display: block;
	height: 98%;
	min-width: 50%;
}
div.footerBlockCenterRight {
	display: block;
	height: 98%;
	min-width: 50%;
}
div.footerLink {
	display: block;
	width: 100%;
	margin-top: 3px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #8c8b8b;
	margin-left: 5px;
	padding-left: 3px;
	font-family: arial;
	font-size: .75em;
}
div.footerBlockRight {
	display: block;
	height: 100%;
	min-width: 20%;
	padding-top: 3px;
	font-family: arial;
	color: #000000;
	font-weight: bold;
	font-size: .55em;
	text-align: right;
}
span.footerBlockRightTxt {
	padding-right: 8px;
}
.footerLink:hover,
.footerLink:active,
.footerLink:focus {
	border-left-color: #ae0101;
}
img.webDesign {
	opacity: .4;
}
.webDesign:hover,
.webDesign:active,
.webDesign:focus {
	opacity: 1;
}
a:link { 
	text-decoration: none; 
} 
a:visited { 
	text-decoration: none; 
} 
a:hover { 
	text-decoration: none; 
} 
a:active { 
	text-decoration: none; 
}