/* <![CDATA[ */
/* Catch the bug */

/*table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}*/

/* Normal 50% - 50% */
/* DIV.fce-2cols-50 {
	width: 100%;
}

DIV.fce-2cols-50 DIV.left {
	position: relative;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

DIV.fce-2cols-50 DIV.right {
	position: relative;
	float: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

DIV.fce-2cols-50 DIV.left DIV.tt_content {
	padding: 10px;
}

DIV.fce-2cols-50 DIV.tt_content P.bodytext {
	text-align: left;
} */

/* Normal 50% - 50% */
DIV.fce-2cols-50 {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	padding:0;
}
DIV.fce-2cols-50 DIV.left, DIV.fce-2cols-50 DIV.right {
	float: left;
	display:block;
	padding: 0;
	margin:0;
}

DIV.fce-2cols-50 DIV.left {
	width: 49%;
	padding-right:10px;
	overflow:hidden;
}

DIV.fce-2cols-50 DIV.right {
	width: 48%;
	overflow:hidden;
}

/*DIV.fce-2cols-50 DIV.right {
   float: right;
   width: 50%;
   clear: both;
}
DIV.fce-2cols-50 DIV.left DIV.content {
   padding: 10px;
}
DIV.fce-2cols-50 DIV.right DIV.content {
   padding: 10px;
}*/

.fce-2cols-left-65 DIV.content P.bodytext {
	text-align: left;
}
/* 65% - 35% */
.fce-2cols-left-65 {
	width: 100%;
	overflow: hidden;
}
.fce-2cols-left-65 DIV.left {
	float: left;
	width: 63%;
}
.fce-2cols-left-65 DIV.right {
	float: right;
	width: 33%;
	overflow: hidden;
}
/*DIV.fce-2cols-50 DIV.left DIV.content {
   padding: 10px;
}
DIV.fce-2cols-50 DIV.right DIV.content {
   padding: 10px;
   overflow: hidden;*/

.fce-2cols-left-65 DIV.content P.bodytext {
	text-align: left;
}

.fce-2cols-left-65 DIV.right LI {
	font-size:11px;
	padding-bottom:3px;
}
.fce-2cols-left-65 DIV.right UL, .fce-2cols-left-65 DIV.right OL {
	font-size:11px;
	padding-left:20px;
	margin-left:5px;
}

/* ]]> */

