body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background: #f9f9f9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.thrColEls #container {
	width: 974px;
	background: #f9f9f9;
	margin: 0 auto;
	text-align: left;
} 

.thrColEls #sidebar1 {
	float: left;
	width: 157px;
	background: #f9f9f9;
	padding: 15px 0 0 0;
	clear: right;
}

.thrColEls #sidebar1 #download {
	height: 126px;
}

.thrColEls #sidebar1 #flyer {
	height: 156px;
	
}

.thrColEls #sidebar1 #cservice {
	width: 142px;
	height: 220px;
	padding: 30px 10px 5px 10px;
	background-image: url(../images/cservice_en.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align:center;
}

.thrColEls #sidebar1 #cservice a {
	width: 80px;
	height: 20px;
	background-color:#f3f3f3;
	color:#336600;
	text-align:center;
	text-decoration:none;
	border: 1px solid #336600;
}


.thrColEls #sidebar1 #cservice a:hover {
	background-color:#336600;
	color:#FFF;
}

.thrColEls #sidebar2 {
	float: right;
	width: 157px;
	background: #f9f9f9;
	padding: 15px 0 0 0;
}

.thrColEls #sidebar1 h3, .thrColEls #sidebar1 p, .thrColEls #sidebar2 p, .thrColEls #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColEls #mainContent {
	margin-top: 15px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;
} 

.thrColEls #mainContent h1 {
	font-size:14px;
	font-weight: bold;
} 

.thrColEls #header {
  background-color: #f9f9f9;
  background-image:url(../images/bbp-logo_en.png);
  height: 145px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColEls #mainContent h2 {
	font-size:12px;
	font-weight: bold;
}

.thrColEls #langSelector {
	/*float: left;*/
	padding: 5px 0 0 905px;
	height: 26px;
	background-image: url(../images/lang-bg.png);
	background-repeat: no-repeat;
	background-position: 884px 0px;
}

.thrColEls #langSelector a {
	font-size:10px;
	font-weight:bold;
	color:#406800;
	text-decoration:none;
}

.thrColEls #flashHead {
	width: 805px;
	height: 71px;
	margin: 18px 0 0 160px;
	/*float: right;*/
}
.c_table {
	width: 308px;
}

.c_table_inside {
	width: 630px;
}

.c_head {
	/*background-image:url(../images/c_head_bg.png);
	background-repeat:no-repeat;*/
	background-color:#FFF;
	width: 300px;
	height: 42px;
	display:block;
	padding: 5px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.c_head_inside {
	background-color:#FFF;
	width: 620px;
	height: 42px;
	display:block;
	padding: 5px;
	font-size:14px;
	font-weight:bold;
}

.c_body_inside {
	width: 620px;
	text-align:justify;
	display:block;
	padding: 5px;
	background-color:#FFF;
}

.c_body {
	width: 300px;
	text-align:justify;
	display:block;
	padding: 5px;
	background-color:#FFF;
}

.c_link {
	width: 300px;
	text-align:left;
	display:block;
	padding: 5px;
	background-color:#fff;
	height: 30px;
}

.c_link a {
	width: 80px;
	height: 20px;
	display:block;
	background-color:#f3f3f3;
	color:#336600;
	text-align:center;
	padding-top: 4px;
	text-decoration:none;
	border: 1px solid #336600;
}


.c_link a:hover {
	background-color:#336600;
	color:#FFF;
}

.submit_btn {
	width: 80px;
	height: 30px;
	display:block;
	background-color:#336600;
	color:#fff;
	text-align:center;
	padding-top: 0px;
	text-decoration:none;
	border: 1px solid #336600;
}

INPUT[type='text']
{
	border-bottom: #bbb 1px solid;
	border-left: #bbb 1px solid;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: #bbb 1px solid;
	margin-right: 5px;
	border-right: #bbb 1px solid;
	padding-top: 2px;
	width: 200px;
}
A, A:visited {
	color:#000;	
}
A:hover {
	color:#333;
	}
#form-wrapper {
	width:240px;
	margin:0 auto;
	background-color:#FFF;
	padding: 20px;
}
#nonFlashMenu {
	padding: 10px 0 0 10px;
	font-size:16px;
	text-transform:uppercase;
	font-weight: bold;
	color: #FFF;
}
#nonFlashMenu a {
	text-decoration: none;
	color: #FFF;
}
#nonFlashMenu a:hover {
	text-decoration: underline;
	color: #EEE;
}
#nonFlashSubMenu {
	padding: 15px 0 0 10px;
	font-size:14px;
	text-transform:uppercase;

}
#nonFlashSubMenu a {
	text-decoration: none;
}
#nonFlashSubMenu a:hover {
	text-decoration: underline;
}
