/* CSS Document APPrO Corporate */

#container {
	width: 100%;
	text-align: left;
}

#info_container {
	position: relative;
	width: 100%;
	clear: both;
	overflow: visible;
	padding: 2px;
}

#date {
	position: relative;
	float: left;
	left: 1em;
	padding: 2px;
}

#search {
	position: relative;
	float: right;
	width: 50% auto;
}

#header_swf_container {
	position: relative;
	height: 45px;
	width: 100%;
	clear: both;
	background-image: url(../images/banner_l.jpg);
}
	
#header_img_right {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px; 
	width: 184px;
	height: 58px;
	z-index: 99999;
	clear: none;
	background-image: url(../images/banner_r.jpg);
	background-repeat: no-repeat;
}

#top_menu {
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px solid #4F94B9;
}

#body_container {
	position: relative;
	clear: both;
	width: 100%;
}

#left {
	position: relative;
	width: 160px;
	float: left;
}

#right {
	position: relative;
	width: 160px;
	float: right;
}

#main_container {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: 168px;
	margin-right: 168px;
	text-align: left;
	overflow: auto;
}


html>body #main_container {
	position: relative;
	width: auto;
	margin-left: 165px;
	margin-right: 165px;
	overflow: visible;
}

#main_body {
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
	border-right: 1px solid #006633;
	padding: 1em;
	overflow: auto;
}
#pathway {
	position: relative;
	border-bottom: 1px solid #006633;
	padding-bottom: 1em;
}

#top_ad {
	position: relative;
}

#bottom_ad {
	position: relative;
	clear:both;
	text-align: center;
	border-top: 1px solid #006633;
	border-bottom: 1px solid #006633;
	padding: 1em;
}

#content {
	position: relative;
	text-align: left;
	clear: none;
}

#footer {
	position: relative;
	width: 100%;
	text-align: right;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}

#endCredit {
	position: relative;
	width: 100% auto;
	text-align: center;
	background-color: #F1FFE1;
	font-size: 9px;
	padding: 2em 10em 2em 10em;
	border-top: 1px solid #006633;
}

#slideshow {
	position: relative;
	float: right;
	clear: right;
	padding: 1em;
	margin: 1em;
	border: 1px solid #C8C8C8;
	width: 240px;
	height: 360px;
}

.mceContentBody {
	text-align: left;
}
