body {
	margin: 5px;
	padding: 0px;
	background:url(picture?p=CORP::TAL) top left repeat-x #FFF;
	/*background: #73C5E5 url(picture?p=CORP::IMG04) repeat-y center top;*/
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

#js_off span {
	font-weight: bold;
	color: white;
	background-color: red;
	padding: 0px;
	overflow: hidden;
}

/************* HEADER **************/

#header {
	width: 760px;
	height: 288px;
	margin: 0px auto;
	padding: 0px;
}

/************* MENU ***************/

#menu {
	width: 770px;
	margin: 0px;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.menu_header {
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	color:  #73C5E5;
}

/************* MENU2 ****************/

#menu2 {
	/*padding: 5px 0;*/
}

#menu2 ul {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
	text-align: left;
}

#menu2 a {
	display: block;
	padding: 5px 5px;
	border-top: 1px solid #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#menu2 a:hover {
	background: #DCEBFC;
	color: #000000;
}

#menu2 .active a {
	background: #D1F0A6;
	color: #000000;
}

#menu2 .first a {
	border: none;
}

/**************** CONTENT ***************/

#content {
	width: 770px;
	margin: 5px auto; padding: 5px 5px 5px 5px;
margin: -8px auto; padding: 15px 0px 0px 0px;
}

/*#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}*/

#sbs_document p {
	margin-top: 10px;
	font-size: 13px;
	text-align: justify;
}

#sbs_document ul {
	margin-top: 5px;
	margin-left: 5px;
	text-align: justify;
}

#sbs_document li {
	list-style:none;
	/*line-height:14px;*/
	font-size: 13px;
	padding:2px 0px 2px 16px;
	background:url(picture?p=CORP::0BLT1) 0 0 no-repeat;
}

#sbs_document h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#left {
	float: left;
	width: 235px;
	margin: 5px 5px 5px 5px;
	margin-top: 0px;
}

#right {
	float: right;
	width: 480px;
	padding: 0px 20px 0px 0px;
}

#colA {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#colB {
	float: right;
	width: 200px;
	padding: 0px 20px 40px 20px;
}

.dt {
	display:table; 
	width:100%;
}

.dr {
	display:table-row; 
	width:100%; 
	height:100%;
}

.dc {
	display:table-cell;
 	text-align:left;
 	vertical-align:top; 
 	width:100%;
 	float:left; 
}

.header { 
	height:288px; 
	background:url(picture?p=CORP::MPCT) bottom right no-repeat;
}

.ht {
	 margin:0px 0px 0px 86px; 
	 width:255px;
}

/************* FOOTER *******************/

#bottom_menu ul li a {
	color: #468;
	padding: 3px 5px;
	/*border: 1px solid #778;*/
	text-decoration: none;
	background: #dde;
}

#bottom_menu ul {
	padding: 3px 0;
}

#bottom_menu ul, #bottom_menu li {
	display: inline;
}

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	margin-top: 20px;
	/*border-top: 5px solid #60B7DE;*/
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 125px;
	color: #4773C1;
}

#counters {
	margin-top: 20px;
}

#border-top {
	border-top: 5px solid #60B7DE;
}