html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body.treatnetBody {
	background: #fff url(/img/treatment/main_bg.png) top center repeat-x ;
}

.mainContainer {
/* height: 100%; */
width: 740px;
margin: auto;
	
}
.clearance {
	clear: both;
	font-size: 0px;
}
/* Header */

.treatnetLogo{
	width: 219px;
	height: 100px;
	float: left;
	background: #fff url(/img/treatment/treatnet_logo.gif) center center no-repeat;
	cursor: hand;
}
.treatnetLogo div {
	display: none;
}
#topPictureBox {
	height: 100px;
	width: 521px;
	float: right;
}
.topPicture {
	height:100px;
	width:171px;
	float:left;
}
.topPictureDiv {
	height:100px;
	width:4px;
	float:left;
	background: #fff; 
}
.headerDiv {
	height: 3px;
	background: #fff;
	font-size: 0px;
}
.unodcLogo {
	height: 60px;
	width: 219px;
	float: left;
	background: #007EB6 url(/img/treatment/unodc_logo_bg.png) repeat-x;
	cursor:hand;

}
.unodcLogo div {
	height: 60px;
	background: transparent url(/img/treatment/unodc_logo.gif) center center no-repeat;
}
.unodcLogo h2 {
display: none;
}

#navBox {
	float: left;
	font: normal 11px "Trebushet MS",sans-serif;
	color: #fff;
	padding: 5px 0;
}
#navBox a {color: #789;text-decoration: none;}
#navBox a:hover {color: #123;text-decoration: underline;}
/* Menu */

#topMenu {
	width: 521px;
	height: 60px;
	float: right;
	background: #D3DFEC url(/img/treatment/menu_bg.png) repeat-x;
}
#topMenu ul {
	padding: 0;
	margin: 0;
}
#topMenu li {
	display: block;
	width: 63px;
	height: 60px;
	float: left;
	font:bold 13px "Trebuchet MS", Arial, sans-serif;
	background: transparent url(/img/treatment/menu_item_div.png) no-repeat;
}
#topMenu li div {
}

#topMenu a:link, #topMenu a:visited, #topMenu a:active  {
	display: block;
	text-decoration: none;
	color: #497EA7;
	padding: 4px;
} 
#topMenu a:hover  {
	text-decoration: underline;
	color: #F89734;
} 

#topMenu li.sel {
	background: #fff;
} 
#topMenu li.sel a:link, #topMenu li.sel a:active, #topMenu li.sel a:visited{
	color: #F89734;
} 

#secondMenu {
	width: 218px;
	height: 400px;
	float: left;
	background: #fff;
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	background: #fff url(/img/treatment/content_gr_bg.png) top center repeat-x;
}
#secondMenu ul {
	padding: 5px 10px 5px 30px;
	margin: 0;
}

#secondMenu ul li {
list-style: square;
color: #D3DFEC;
padding: 10px 0px 0 0 ;
}

#secondMenu a:link,#secondMenu a:active,#secondMenu a:visited {
color: #900; text-decoration: none;
}
#secondMenu a:hover{
text-decoration: underline;
}

#secondMenu li.sel, #secondMenu li.sel a:link,#secondMenu li.sel a:active,#secondMenu li.sel a:visited {
color: #e88724;
text-decoration: none;
}

.footerBox {
	width: 740px;
	margin: auto;
	height: 60px;
	padding: 20px 0 10px 0;
	border-top: 1px solid #B7C5D4;
}

.footerBox p {
	font:normal 11px "Trebuchet MS", Arial, sans-serif;
}

/* Content Container */

.contentBox {
	background: #fff url(/img/treatment/main_borders_bg.png) top center no-repeat;
	float:left;
width:740px;
}
.contentPaddingBox {
	padding:2px;
}
.contentHolder{
	padding: 10px 30px;
	font:normal 0.85em Georgia,serif;
	color: #004988;
	width: 456px;
	float: left;
}

/*  Contact Form */

.imTextArea100, .imTextArea75{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 100%;
	}
.imTextArea75{width:75%;}
.imTextArea100{width:100%;}


.cfCaption {
	text-align: right;
	font-size: 0.8em;
}

.cfHeader {
	font-size: 85%;
	margin: 10px 0px 5px 0px;
	font-weight: bolder;
	color:#999;
	text-align:left;
}
.cfText {
	
}
input.cfCounter {
	border: none;
	background: transparent;
	font-size: 0.95em;
	color: #888;
	font-weight: bolder;
	}

	


