html, body, #MainContainer {
	position: relative;
	height: 100%;
	min-height: 100%;
}
#Layout {
	min-width:1000px;
	min-height: 100%;
	padding-bottom:150px;   /* Height of the footer */
}
#Menu {
	width: 58em;
}
body { 
	background-color: #f7f7f7;
}
a {
	text-decoration: none;
	outline-style:none;
}
a:hover {
	cursor: pointer;
}
.dontScreen {
	display: none;
}
#Header {
	background-color: #eaeaea;
	background-image: url('../images/LogoForHeader.png');
	background-repeat: no-repeat;
	background-position: 45% 10px;
	padding-top: 120px;
}
#OuterMenu {
	position: relative;
	background-color: #4b4b4b;
	background-image: url('../images/TabCenter.png');
	background-position: right top;
	background-repeat: repeat-x;

	overflow: none;
	margin: 0px auto;
	margin-top: 50px;
}
#Menu {
	margin: 0px auto;
	}
#Menu ol, #Menu li {
	list-style: none;
}
	#Menu li {
		float: left;
		}
	#Menu a {
		height: 27px;
		background-image: url('../images/TabRight.png');
		background-position: right top;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 13px;
		border-bottom: 5px solid #4b4b4b;
		color: #fff;
		font-size: 1.12em;
		display: block;
		}
	#Menu a:hover, #Menu a.current, #Menu a.section {
		border-bottom: 5px solid #3c9ac6;
		cursor: pointer;
	}
	#Menu a.featured {
		font-weight: bold;
		background: #444 url('../images/DarkRightColumn.png');/*#999*/
		border-color: #999;
		border-bottom: 5px solid transparent;
}
	
#SubMenu {
	background-color: #a9a9a6;
	font-size: 1.15em;
	line-height: 1.8em;
	text-align: center;
	overflow: hidden;
	height: 1.8em;
	}
	#SubMenu li {
		display: inline;
		padding-right: 1em;
		padding-left: 1em;
		list-style: none;
		border-bottom: 5px solid #a9a9a6;
	}
	#SubMenu a.parent {
		/*background: url('../images/HomeButtonGrey.png') center no-repeat;
				background-position: left 0.3em;*/
	}
	#SubMenu a {
		color: #fff;
	}
	#SubMenu a:hover, #SubMenu .current {
		/*border-bottom: 5px solid #888;*/
		border-bottom: 5px solid #a3cadc;
}
#ContentHeader {
	background-color: #eaeaea;
	text-align: center;
	/*border-top: 1px solid #999;*/
	border-bottom: 1px solid #dadada;
}
#ContentHeader h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	padding: 0.7em;
}
#Content {
	width:77%;
	margin-left: 22%;
	height: 100%;
	position: relative;
	float: none;
	min-height: 12em;
}
#ContentAdditional {
	width: 42%;
	margin-left: 2em;
	padding: 1em;
	float: right;
	padding-right: 7%;
	padding-top: 2em;
	background-color: #f7f7f7;
	background-image: url('../images/RightColumn.png');
	background-repeat: no-repeat;
	background-position: top left;
}
/* -> redesign in FitContentMainStyle.css */
#ContentMain {
	width: 80%;
	padding-top: 2em;
}
#ContentMain img {
	max-width: 100%;
}
#ContentLeftColumn {
	position: absolute;
	height: 100%;
	left: -22%;
	width: 20%;
	overflow: hidden;
	padding-top: 2em;
}
#Layout {
	position: relative;
}
#Footer {
	position:absolute;
  bottom:0px;
  width:100%;
  height:120px;   /* Height of the footer */
	clear:both;
	background-color: #4d4d4b;
	color: #fff;
	min-height: 3em;
	font-size: 0.8em;
}
#Footer a {
	color: #fff;
}
#FooterContent {
	margin-left: 22%;
	margin-top:1.5em;
}
#TopHomeButtons {
	position: absolute;
	right: 1em;
	top: 140px;
	font-size: 1.2em;
}
#TopHomeButtons a {
	color: #333;
}
#bppTopLogoOuterFrame {
	position: absolute; width: 100%; top: 40px;
}
#bppTopLogoOuterFrame:hover {
	cursor: pointer;
}
#bppTopLogo {
	position: relative;
	height: 100px;
	width: 800px;
	margin: 0px auto;
	background: url('../images/Spacer.gif');/*for ie*/
}
.showHideButton {
	position: absolute;
	left: 4px;
	top: 4px;
	height: 18px;
	width: 20px;
	background-color:#fff;
	background-image:url('../images/BulletArrowDown.png');
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 150;
}
.showHideButton:hover {
	cursor: pointer;
}
.showHideButton.hide {
	background-image:url('../images/BulletArrowRight.png');
}
.optionalContainer {
}
.optionalContainer.hide {
	display: none;
}
.memberQualificationInfo:hover {
/*	cursor: default/auto/crosshair/pointer/move/*-resize/text/wait/help;*/
}