#all {
	width: 100%;
	text-align: center;
}
table.layout {
	border-width: 0px 3px 3px 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #424242;
	border-collapse: collapse;
	background-color: white;
	text-align: left;
	margin: 0px auto 0px auto;
	width: 808px;
}

.mainHeaderArea {
	vertical-align: top;
	width:808px;
	height:127px;
	line-height: 13px;
}
.mainContent {
	padding: 0px 20px 0px 15px;
	background-color: white;
	vertical-align: top;
}
.leftNavigation {
	background-color: #E1F5AB;
	vertical-align: top;
	width: 172px;
}

#headerContent {
	width:805px;
	height:100px;
	position:absolute;
	overflow:hidden;
}
#headerGreenBarTop {
	width:789px;
	height:29px;
	background-color:#ADDE26;
	position:absolute;
	margin-top:89px;
	background: #ADDE26 url('../images/header_top_green_curve.gif') 100% 0% no-repeat;
}
#headerGreenBarBottom {
	width:788px;
	height:6px;
	background-color:#9BCC14;
	position:absolute;
	margin-top:120px;
	background: #9BCC14 url('../images/header_bottom_green_curve.gif') 100% 100% no-repeat;
}

.mainFooterArea {
	height: 80px;
	vertical-align: bottom;
}

.mainFooter {
	text-align:center;
	clear:both;
	font-size:11px;
	text-transform:lowercase;
}

.mainFooter a {
	text-decoration:none;
	font-weight:normal;
	text-transform:lowercase;
}

table#searchForm {
	float: right;
	margin: 1px 10px 0px 0px;
	display: inline;
}
table#searchForm input#searchBox {
	border: none;
	border: 0;
	width: 346px;
	height: 20px;
	margin: 0px 3px 0px 0px;
	background-color: #fff;
	height: 20px;
	padding-top: 0px;
	border:1px solid #669900;
}
#suite101_symbol {
	width: 98px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	z-index: 500;
}
#suite101_logo {
	width: 296px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	z-index: 499;
	margin-left: 98px;
}
#mainLogoSymbol {
	position: absolute;
	top: 0px;
}
#mainBanner {
	height: 60px;
	width: 470px;
	display: inline;
	float:right;
	margin:1px 25px 0 0;
}

#maintenanceAlert {
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	border:3px solid red;
	background:yellow;
}
