body {
	background: #6DB271 url("../images/bg.gif") repeat-x left top;
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: 0px;
}

#tag {
	display: none;
}

#outmostContainer {
	width: 708px;
	margin: 0 auto;
	position: relative;
}

#offerContainer {
	position: absolute;
	top: 7px;
	left: 4px;
	font-size: 10px;
	color: #FFF;
}
#offerContainer a {
	color: #FFF;
}

#welcomeContainer {
	position: absolute;
	top: 7px;
	right: 4px;
	font-size: 10px;
	color: #2E6631;
}
#welcomeContainer a {
	color: #2E6631;
}
#welcomeContainer a:hover {
	color: #073109;
}

#contentContainer {
	width: 700px;
	margin: 0 auto;
	position: absolute;
	left: 4px;
	top: 75px;
	background: #FFF url('../images/content_bg.gif');
}
#barStaffTools {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 50px;
	padding: 10px;
	background-color: #DDD;
}

form.ipeForm {
	margin: 0px;
	padding: 0px;
}
input.ipeButton {
	float: right;
	background: #88D18A url('../images/btn_ipe_bg.gif');
	border: 1px solid #8BD28D;
	border-bottom: 1px solid #5CB25E;
	font-size: 10px;
	color: #156F1B;
	margin: 0px 0px 0px 1px;
	cursor: pointer;
}
input.ipeButton:hover {
	border: 1px solid #156F1B;
}
input.ipeButtonDisabled {
	float: right;
	background: #CCC;
	border: 1px solid #999;
	border-bottom: 1px solid #666;
	font-size: 10px;
	color: #333;
	margin: 0px 0px 0px 1px;
	cursor: pointer;
}
textarea.ipeTextarea {
	width: 100%;
	height: 450px;
}

#navContainer {
	position: absolute;
	height: 50px;
	top: 25px;
}

div.drop {
	position: absolute;
	top: 66px;
	width: 290px;
}
#drop_who {
	left: 41px;
}
#drop_services {
	left: 133px;
}
#drop_working {
	left: 223px;
}
#drop_articles {
	left: 353px;
}
#drop_phys {
	left: 415px;
}
div.drop div.top {
	background-image: url('../images/drop_bg_top.gif');
	width: 290px;
	height: 9px;
}
div.drop div.main {
	width: 288px;
	margin: 0px 1px;
	padding: 0px 0px 15px 0px;
	background: #FFF url('../images/drop_bg_btm.gif') no-repeat left bottom;
}
div.drop a {
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 9px 18px 8px 18px;
	background: url("../images/drop_opt_bg_off.gif");
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
}
div.drop a span.callout {
	color: #AAA;
}
div.drop a:hover {
	background: url("../images/drop_opt_bg_on.gif");
	color: #0F5F14;
}
div.drop a:hover span.callout {
	color: #97C39C;
}

#contentMainContainer {
	width: 500px;
	margin: 0;
	padding: 0px;
	background: #FFF url('../images/content_main_bg.gif');
}

div.contentMain {
	width: 320px;
	padding: 0px 20px 0px 160px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	min-height: 550px;
}
div.contentMain h1 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #005606;
}
div.contentMain h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #005606;
}
div.contentMain img.upperRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.contentMain ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div.contentMain ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div.contentMain ol li {
	margin: 0px 0px 7px 0px;
	padding: 1px 0px 1px 11px;
}
div.contentMain ul li {
	margin: 0px 0px 7px 0px;
	padding: 1px 0px 1px 11px;
	background: url("../images/ul_arrow.gif") no-repeat left top;
}
div.contentMain ul.linear {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.contentMain ul.linear li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	background: none;
}
div.contentMain ul.linear li.last {
	border-bottom: 0px;
	background: none;
}
div.contentMain table {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333;
	width: 100%;
}
div.contentMain table.entry {
}
div.contentMain table.entry td {
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 5px;
}
div.contentMain table.entry td.required {
	font-weight: bold;
}
div.contentMain table.entry td.last {
	border-bottom: 0px;
}
div.contentMain table.entry input.text {
	width: 100%;
}
div.contentMain table.entry input.missing {
	background-color: #EEE6B0;
	border: 4px solid #00f;
}
div.contentMain table.entry textarea {
	width: 100%;
	height: 100px;
}
div.contentMain table.entry table {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666;
}
div.contentMain table.entry table td {
	border: 0px;
	margin: 0px;
	padding: 2px;
}
div.contentMain div.articleBrief {
	border-top: 1px solid #CCC;
	padding: 10px;
}
div.contentMain div.articleBrief a {
	color: #005606;
}
div.contentMain div.articleBrief a:hover {
	color: #308B36;
}
div.contentMain div.articleBrief h2 {
	font-size: 16px;
	font-weight: normal;
	color: #005606;
	margin: 0px;
	padding: 0px;
}
div.contentMain div.articleBrief h3 {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin: 0px;
	padding: 0px;
}
div.contentMain div.articleBrief h4 {
	font-size: 12px;
	font-weight: normal;
	color: #726721;
	border: 1px solid #D3C568;
	background-color: #EEE6B0;
	margin: 5px 0px 0px 0px;
	padding: 5px;
}
div.contentMain div.articleBrief h5 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border: 1px solid #CCC;
	background-color: #E5E5E5;
	margin: 5px 0px 0px 0px;
	padding: 5px;
}
div.contentMain div.articleBrief p {
	margin: 0px;
	padding: 0px;
}

div.contentMainRight {
	position: absolute;
	left: 503px;
	width: 197px;
}
div.contentMainRight div.unit {
	background: url('../images/right_bg_btm.gif') no-repeat left bottom;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
}
div.contentMainRight div.unitGold {
	background: url('../images/right_bg_btm_gold.gif') no-repeat left bottom;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
}
div.contentMainRight div.unit p, div.contentMainRight div.unitGold p {
	margin: 0px 0px 8px 0px;
}
div.contentMainRight div.unit div.top {
	background: url('../images/right_bg_top.gif') no-repeat left top;
	padding: 6px 32px 18px 24px;
}
div.contentMainRight div.unitGold div.top {
	background: url('../images/right_bg_top_gold.gif') no-repeat left top;
	padding: 6px 32px 18px 24px;
}
div.contentMainRight div.unit div.mid {
	background: url('../images/right_bg_mid.gif') no-repeat left top;
	padding: 15px 32px 18px 24px;
	margin-top: 8px;
}
div.contentMainRight div.unitGold div.mid {
	background: url('../images/right_bg_mid_gold.gif') no-repeat left top;
	padding: 15px 32px 18px 24px;
	margin-top: 8px;
}
div.contentMainRight h1 {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: #666 0px 1px 2px;
	line-height: normal;
	color: #FFF;
}

#bookFrame {
	position: relative;
	width: 141px;
	height: 170px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#bookFrameContainer {
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#bookFrameContainer div {
	width: 141px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#bookFrameContainer img.book {
	position: absolute;
	top: 0px;
	left: 23px;
}
#bookFrameContainer img.bookBuy {
	position: absolute;
	top: 136px;
	left: 58px;
}

div.contentMainNavbar {
	width: 139px;
	position: absolute;
}
div.contentMainNavbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.contentMainNavbar li {
}
div.contentMainNavbar li.navOver {
}
div.contentMainNavbar li.navOn {
	background: url('../images/content_nav_on_btm.gif') no-repeat left bottom;
}
div.contentMainNavbar div {
	padding: 8px 8px 11px 14px;
}
div.contentMainNavbar div.navOn {
	background: url('../images/content_nav_on_top.gif') no-repeat left top;
}
div.contentMainNavbar a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-shadow: #888 0px 2px 3px;
	text-decoration: none;
	color: #666;
}
div.contentMainNavbar a.navOver {
	color: #005606;
}
div.contentMainNavbar a.navOn {
	color: #005606;
}

#contentFooter {
	width: 700px;
	height: 100px;
	margin: 0;
	background: #6DB271 url("../images/foot.gif") no-repeat left top;
	position: relative;
}
#contentFooterCopy {
	position: absolute;
	top: 20px;
	left: 5px;
	font-size: 14px;
	color: #2E6631;
}
#contentFooterNav {
	position: absolute;
	top: 20px;
	right: 5px;
	text-align: right;
	font-size: 14px;
	color: #2E6631;
}
#contentFooterNav a {
	color: #2E6631;
}
#contentFooterNav a:hover {
	color: #073109;
}
#contentFooterNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#contentFooterNav li {
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #509854;
}
#contentFooterNav li.first {
	border-left: 0px;
}
#contentFooterNav li.last {
	padding-right: 0px;
}
#contentFooterDisc {
	position: absolute;
	top: 32px;
	left: 5px;
	font-size: 10px;
	color: #2E6631;
}


div.boxlinkGrey {
	display: block;
	background: url("../images/btn_right_grey.gif") no-repeat right top;
	margin-top: 2px;
	margin-bottom: 4px;
}
div.boxlinkGrey a {
	display: block;
	background: url("../images/btn_left_grey.gif") no-repeat left top;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-shadow: #888 0px 2px 3px;
	line-height: normal;
	padding: 6px 7px 6px 7px;
}
div.boxlinkGreen {
	display: block;
	background: url("../images/btn_right_green.gif") no-repeat right top;
	margin-top: 2px;
	margin-bottom: 4px;
}
div.boxlinkGreen a {
	display: block;
	background: url("../images/btn_left_green.gif") no-repeat left top;
	font-size: 12px;
	color: #0F5F14;
	text-decoration: none;
	text-shadow: #8DC08F 0px 2px 3px;
	line-height: normal;
	padding: 6px 7px 6px 7px;
}
div.boxlinkGold {
	display: block;
	background: url("../images/btn_right_gold.gif") no-repeat right top;
	margin-top: 2px;
	margin-bottom: 4px;
}
div.boxlinkGold a {
	display: block;
	background: url("../images/btn_left_gold.gif") no-repeat left top;
	font-size: 12px;
	color: #3A340A;
	text-decoration: none;
	text-shadow: #D3C568 0px 2px 3px;
	line-height: normal;
	padding: 6px 7px 6px 7px;
}
div.boxlinkGrey img, div.boxlinkGreen img, div.boxlinkGold img {
	vertical-align: middle;
	padding-right: 5px;
}

#popRev {
	position: absolute;
	width: 100%;
	top: 132px;
}
	#popRev div.container {
		 margin: 0 auto;
		 width: 485px;
		 height: 500px;
	}
	#popRev div.top {
		 background: url("../images/rev_top.png") no-repeat;
		 width: 485px;
		 height: 37px;
	}
	#popRev div.mid {
		 background: url("../images/rev_bg.png");
		 width: 485px;
		 height: 424px;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 12px;
		 line-height: 16px;
		 color: #333;
	}
	#popRev div.btm {
		 background: url("../images/rev_btm.png") no-repeat;
		 width: 485px;
		 height: 39px;
	}
	#popRev div.makeScroll {
		margin: 0px 38px;
		padding-top: 7px;
		width: 407px;
		height: 414px;
		overflow: hidden;
	}
	#popRevInner {
		 padding-right: 20px;
		 margin: 0px;
	}
	#popRev h1 {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		font-size: 18px;
		font-weight: normal;
		line-height: normal;
		color: #005606;
	}
	#popRev h3 {
		margin: 0px;
		padding: 10px 0px 10px 0px;
		font-size: 14px;
		font-weight: normal;
		line-height: normal;
		color: #666;
		border-top: 1px solid #CCC;
	}
	#popRev p {
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}

#popArt {
	position: absolute;
	width: 100%;
	top: 132px;
}
	#popArt div.container {
		 margin: 0 auto;
		 width: 676px;
		 height: 500px;
	}
	#popArt div.top {
		 background: url("../images/art_top.png") no-repeat;
		 width: 676px;
		 height: 37px;
	}
	#popArt div.mid {
		 background: url("../images/art_bg.png");
		 width: 676px;
		 height: 424px;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 12px;
		 line-height: 16px;
		 color: #333;
	}
	#popArt div.btm {
		 background: url("../images/art_btm.png") no-repeat;
		 width: 676px;
		 height: 39px;
	}
	#popArt div.makeScroll {
		margin: 0px 38px;
		padding-top: 7px;
		width: 598px;
		height: 414px;
		overflow: hidden;
	}
	#popArtInner {
		 padding-right: 20px;
		 margin: 0px;
	}
	#popArt h1 {
		margin: 0px;
		padding: 0px 0px 10px 0px;
		font-size: 18px;
		font-weight: normal;
		line-height: normal;
		color: #005606;
	}
	#popArt p {
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}

div.scroll-track {
	border-top: 1px solid #CCC;
	height: 10px;
	width: 13px;
	background: #CCC;
	background-image: url("../images/art_scroll_bg.gif");
}
div.scroll-handle {
	height: 10px;
	width: 13px;
	background: #125315;
	background-image: url("../images/art_scroll_bar.gif");
	border-top: 1px solid #73D077;
	border-bottom: 1px solid #125315;
	cursor: pointer;
}