/*
	=========
	CSS Hacks
	=========
*/
/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*
	=====================
	This was missing for
	a correct view in IE7
	=====================
*/

.clearfix {
    display: inline-block; 
}




/*
STYLESHEET FOR THE BASIC HTML ENTITIES (BODY, A, STRONG, ETC), USED ESPECIALLY FOR THE ELEMENT FORMATTING THE TEXT.
*/

*{
	font-family:arial,verdana,georgia,sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
ol, ul, li{
	list-style :none;
	_padding-bottom: 1px;
}
body{
	background:url(../img/body_bckgd.png) repeat-x #DCDCDC;
	text-align:center;
	color: #fff;
}
h1{
	font-size:18px;
}
h2{
	font-size:18px;
}
h3 a{
	font:normal normal normal 18px "MS Trebuchet", Arial, sans-serif;
	color:#0062b1;
	margin:6px 0;
	text-decoration:none;
}
img{
	border:0px;
}
input{
	color:#333;
}

input[type=radio], input.radio,
input[type=checkbox], input.check,
input.js_boolean {
	vertical-align: middle;
}

small {
	font-size: 75%;
}
sup {
	font-size: 60%;
}

.cnilLeft{
	width: 6%; 
	float: left;
}
.cnilRight{
	width: 80%;
	float: left;
}
