body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
	
}

.twoColFixLtHdr #container { 
	width: 922px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 
.twoColFixLtHdr #header { 
	background: url(images/head.jpg) left top no-repeat; 
	padding: 0px;
	min-height:83px;
	height:83px;
} 

.twoColFixLtHdr #header div#iconList { padding: 40px 0px 0px 20px; width: 300px; float:left;}
.twoColFixLtHdr #header div.loginInfo { padding: 3px 0px 0px 0px; width: 600px; float:right; height:20px; text-align:right;}
.twoColFixLtHdr #header div.loginInfo a { cursor:pointer; text-decoration:underline; }
.twoColFixLtHdr #header div#iconList a { padding: 0px 20px;}
.twoColFixLtHdr #header div#SerchForm {  padding: 24px 15px 0px 300px; float:left; }
.twoColFixLtHdr #header div#SerchForm input { border: solid 1px #CCCCCC; }
.twoColFixLtHdr #baner { 
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/tlo_left.jpg) top left no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;
	min-height:200px;
}


.twoColFixLtHdr #sidebar1 a { color:#969F72; text-decoration:none;}
.twoColFixLtHdr #sidebar1 a:hover { color:#D04A0D; }
.twoColFixLtHdr #sidebar1 div.CategoryNameInListCategory {width:99%; float:left; margin: 30px 0px 20px 0px; padding:5px 0px 5px 0px; font-weight:bold; border-top: solid 1px #E5EEC2;}
.twoColFixLtHdr #sidebar1 div.ArticleList { width:100%; float:left; border-bottom: dotted 1px #E5EEC2;  margin: 0px; padding: 10px 0; cursor:pointer;} 
.twoColFixLtHdr #sidebar1 a img { border: 0px; }

.twoColFixLtHdr #mainTabs { 
	margin: 0px 0px 0px 241px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	background: url(images/button_tlo.jpg) left repeat-x;

}
.twoColFixLtHdr #mainContent { 
	margin: 20px 0 0 241px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px;
	background:url(images/tlo_right.jpg) top no-repeat;
	width:641px;
	color:#969F72;
	min-height:400px;
	
} 
.twoColFixLtHdr #mainContent table.centeringTable {
	width: 100%;
	height: 100%;
	border:0;
	text-align: left;
}
.twoColFixLtHdr #mainContent a { color:#969F72; text-decoration:none; }
.twoColFixLtHdr #mainContent a:hover { color:#D04A0D; }

.twoColFixLtHdr #mainContent div.CategoryNameInListCategory {width:99%; float:left; margin: 30px 0px 20px 0px; padding:5px 0px 5px 0px; font-weight:bold; border-top: solid 1px #E5EEC2;}
.twoColFixLtHdr #mainContent div.ArticleList {width:100%; float:left; border-bottom: dotted 1px #E5EEC2;  margin: 0px; padding: 10px 0; cursor:pointer;}
.twoColFixLtHdr #mainContent a img {float:left; border: 0px; }


/*.twoColFixLtHdr table { float:left; }*/
.twoColFixLtHdr #mainContent div.YourLocation { background:none; font-size:10px; color:#666666; border-bottom: dashed 1px #D7D4BA; }

.twoColFixLtHdr #footert { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF; 
} 
.twoColFixLtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/fotter_tlo.jpg) left repeat-y; 
} 
.twoColFixLtHdr #footerd { 
	padding: 25px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/fottert_down.jpg) left top no-repeat;
	min-height: 100px;
	float: left;
	width: 922px;
} 
.twoColFixLtHdr #footerd div { float:left; padding: 0 20px; }
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

input.but {
	background: #A3D2F6;
	color:#666666;
	font-size:11px;
	height:20px;
	border:1px solid #666666;
	padding:2px 1px;
	cursor: pointer; 
}





/*         FORUM                 */


div.xForumNavig {
	background: none;
	border: solid 1px #FFFFFF;
	padding: 2px;
	float: left;
	margin: 1px 0;
}
div.xForumNavig a { cursor: pointer; }
div.xForum {
	background: none;
	border: solid 1px #FFFFFF;
	padding: 2px;
	float: left;
}
div.xForum a { cursor: pointer; }
div.xForum div.xRoomsList { 
	width: 48%; 
	background:#FCFCFC; 
	float:left; 
	padding: 5px 1px;
	margin:5px 4px;
	cursor:pointer;
	border: solid 1px #D9D5B4;
}
div.xForum div.xOneRooms { 
	width: 99%; 
	background:#FCFCFC; 
	float:left; 
	padding: 5px 1px;
	margin:5px 1px;
	cursor:pointer;
	border: solid 1px #D9D5B4;
}
div.xForum div.xSubject { 
	border-bottom: dotted 1px #999999; 
	color:#6699FF;
	padding: 5px 0px;
}

div.xForum div.xSubjectList {	
	background:#FCFCFC;
	margin: 2px 0px;
	padding: 6px 1px;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	cursor:pointer;
	float:left;
	width:100%;
}
div.xForum div.xSubjectList div.xSubInfo {
	padding: 1px 0px;
	font-size:9px;
	border-bottom: dotted 1px #EFEFEF;
	width: 30%;
	float:right;
}
div.xForum div.xAnswersList {
	background:#FFFFFF;
	margin: 4px 0px;
	padding: 3px 1px;
	border-bottom: solid 1px #EFEFEF;
	cursor:pointer;
	float:left;
	width:100%;
}
div.xForum div.xAnswersList div.xAnswInfo {
	padding: 1px 0px;
	font-size:9px;
	border-bottom: dotted 1px #EFEFEF;
	width: 30%;
	float:right;
}
div.xForum div.xRoomInfo { 
	padding: 1px 0px;
	font-size:9px;
	border-bottom: dotted 1px #EFEFEF;
	width: 30%;
	float:right;
}
div.xForum div.headInfo {
	margin: 1px 1px;
	padding: 1px 1px;
	font-weight:bold; 
	width:60%; 
	float:left;
}
div.toolsForum {
	float: left;
	margin: 1px 1px;
	padding: 1px 1px;
	width: 30%;
	cursor: pointer;
	
}
div.xForum div.headInfo a img {
float: right;
margin: 2px;
padding: 1px;
border: solid 1px #FFFFFF ;

}
div.xForum div.headInfo a img:hover { border: solid 1px #D5DEE6 ; }
