body {
	background-color: #EAEAEA;
	border: none;
	padding: 0px;
	margin: 0px;
}

#main_panel_position {
	float:left;
	width: 72%;
	margin: 5px 0px 0px 28%;
	padding: 0px 10px 0px 0px;
}

*html #main_panel_position {
	display:inline;
}

#branding_panel_position {
	float: left;
	width: 25%;
	background-color: #FFFFFF;
	margin: 5px 0px 0px -100%;
	padding: 0px;
	border: none;
}

*html #branding_panel_position {
	display:inline;
}

/* Hacks to make the column heights match */

/* Start Mac IE5 filter \*/

#main_panel_position, #branding_panel_position {
	padding-bottom: 10000px !important;
	margin-bottom: -10000px !important;
}
/* End Mac IE5 filter */

#wrapper {
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

/* we need this for IE5.01 - otherwise the wrapper does not expand to the necessary height
(unless fixed, this problem becomes even more acute weirdness as the method is enhanced */

#wrapper {				/* Normally a Holly-style hack height 1% but that causes IE5.01 
							to completely collapse the wrapper instead we float it */
	float:left;
	float/**/:none;		/* IE WIN bug fix */
}

/* easy clearing begins */

#wrapper:after {
	content:'.';
	display:block;
	height: 0;
	clear:both;
	visibility: hidden;
}

#wrapper {
	display:inline-block;
}

/* IE Mac ignores until end of next comment \*/
#wrapper {
	display:block;
}
/* easy clearing ends */



#footstool {
	clear: both;
	background-color:#FFFFFF;
}






/* Main Panel oooooooooooooooooooooooooooooooooooooo */

#masthead {
	background-color: #FFFFFF;
	width:97%;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: none;
}

#main_content {
	width: 97%;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: none;
}

/* Main Navigation Menu oooooooooooooooooooooooooooooooooooooo */



/* TOP PAGE ONLY oooooooooooooooooooooooooooooooooooooo */

#body_left {
	width: 66%;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: auto;
}


#body_left_top {
	width: 95%;
	padding: 0px;
	margin: 0px;
	border-bottom: dotted thin #333333;
	overflow:auto;
}

#body_left_middle {
	width: 95%;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: auto;
}

#body_right {
	float: right;
	width: 32%;
	padding: 0px;
	margin: -0px;
	border-left: 4px solid #EAEAEA;
	overflow: overflow;
}

#body_bottom {
	clear:right;
	width:100%;
	margin: 0px;
	padding:0px;
	border-top: 4px solid #EAEAEA;
	overflow: auto;
}
