body {
  position: absolute;
  width: 100%;
  height: 99%;
  font-family: Arial;
  font-size: 10px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border-top: 10px solid white;
  color: #525252;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 216px;
  /* background: #7b8186 url('/com/structure_images/topAreaBackground.gif') repeat-x;*/
  min-height: 216px;
}

#main_container {
  /*min-height: 645px;*/
  
  
  padding: 0px 0px 0px 0px;
  border:1px solid #ccc;
  border-bottom:none;
  height: 100%;

  
}

#text_container {
	padding: 0px 15px 15px 15px;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	line-height: 17px;
}
#title_container {
	padding: 15px 15px 0px 0px;
	font-family: verdana;
	font-size: 16px;
	text-align: right;	
	font-weight: bold;
}

#partner_title_container {
	padding: 15px 0px 0px 15px;
	font-family: verdana;
	font-size: 16px;
	text-align: left;	
	font-weight: bold;
}





#main_container_top {
  width: 700px;    
  margin-left:1px;
  color: #a1a5aa;
  sbackground: url('../images/interface/container_shadow_bottom.png') no-repeat;
  text-align: left;
  font-size:100%;  
}


#main_container_bottom {
  width: 700px;
  padding-top: 15px;
  padding-bottom:20px;
  margin-left:1px;
  color: #a1a5aa;
  background: url('../images/interface/container_shadow_bottom.pngs') no-repeat;
  text-align: left;
  font-size:100%;
}

#footer_text{
	padding: 0px 13px 0px 10px;
	text-align: justify;
}


#wrapperContainer {
  position: absolute;
  top: 120px;
  left: 201px;
  width: 700px;
  height: 1000px;;
  sz-index: 1;
  background: url('../images/interface/main_back.png') no-repeat; 
}

#c_logo {
  position: relative;
  top: 0px;
  left: 31px;
  width: 181px;
  height: 120px;
  border-left: 1px solid #ccc;
}

#leftNavigation {
  position: relative;
  top: 0px;
  left: 31px;
  width: 181px;
  height: auto;

}
#leftNavigation_w3c {
  position: relative;
  top: 30px;
  left: 31px;
  width: 181px;
  height: auto;

}

.news_title{
  font-weight: bold;
}

/* -- Left Navigation ------------------------------------------------------ */
#leftNavigation a {
  display: block;
  padding-left: 10px;
  vertical-align: middle;
  text-decoration: none !important;
  color: #525252; 
  background: url(/com/structure_images/arrowGrey.gif) no-repeat 0 .5em;
  background: url(../images/interface/grey_arrow.gif) no-repeat 0 .5em;
  font-size: 11px;
  font-weight: normal;  
}

#leftNavigation a.active { font-weight: bold; }
#leftNavigation a.hasChildren { 
	background-image: url(../images/interface/right_arrow.gif); 
}

#leftNavigation h1 a { 
  background: transparent;
  color: #333;
  font-weight: bold;
}
#leftNavigation h2 a {
  background-image: url(../images/interface/right_arrow.gif);
  color: #333333;
}
#leftNavigation h2 a.hasChildren {
  background-image: url(../images/interface/down_arrow.gif);
  color: #333333;
}


#leftNavigation h1,
#leftNavigation h2,
#leftNavigation h3,
#leftNavigation h4,
#leftNavigation h5 {
  font-size: 110%;
  font-weight: normal;
  line-height: 23px;
  padding-right: 10px;
  border: 0 none;
  margin: 0;
  background-color: white;
  border-bottom: 1px solid;
  border-left: 1px solid;
  font-family: verdana;
}


#leftNavigation h1 {
  padding-left: 8px;
  background: #F0F8FF url(../images/interface/down_arrow.gif) 9px center no-repeat;
}

#leftNavigation h2 {
  padding-left: 8px;
  background-color: #F8F8F8;
}
#leftNavigation h2.active {
  padding-left: 3px;
  border-left: 5px solid #b60101;
}

#leftNavigation h3 { padding-left: 7px;}
#leftNavigation h3.active {
  padding-left: 9px;
  border-left: 5px solid #b60101;
}

#leftNavigation h4 { padding-left: 24px; }
#leftNavigation h4.active {
  padding-left: 19px;
  border-left: 5px solid #b60101;
}

#leftNavigation h5 { padding-left: 34px; }
#leftNavigation h5.active {
  padding-left: 29px;
  border-left: 5px solid #b60101;
}
