body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLt #container { 
	width: 1080px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 350px; /* 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: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}

/* í¦­*/
.menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.menu ul li {
	border-bottom:1px #fff dashed;
	margin:0px;
	padding:0px;	
	margin-bottom:0.2em;
}
.menu ul li a {	
	display:block;
	padding:4px 5px 4px 18px;
	background:#dedede URL('images/arr.gif') no-repeat left;
	color:#666;
	text-decoration:none;	
}
.menu ul li.active a {	
	background:#5a88b7 URL('images/ardw.gif') no-repeat left;
	color:#fff;
}
.menu ul li.open a {	
	background:#dedede URL('images/ard.gif') no-repeat left;
}
.menu ul li.current a {	
	background:#5a88b7 URL('images/arrw.gif') no-repeat left;
	color:#fff;
}
.menu ul a:hover {color:#000;}

/*****  UL  UL  ****/
.menu ul ul {
	margin-bottom:0.8em;
}
.menu ul ul li {
	margin-bottom:0px;
	border-bottom:1px #eee solid;
}

.menu ul ul a, .menu ul .active ul a, .menu ul .open ul a {	
	background:#fff URL('images/li.gif') no-repeat left;
	color:#1F6DA4;
	padding-left:20px;
}	
.menu ul ul .active a, .menu ul ul a:hover {	
	color:orange;
}
.menu ul ul .active a {	
	background:#fff URL('images/li_active.gif') no-repeat left;
}		
/*****  UL  UL  UL  ****/
.menu ul ul ul {
	margin-left:1em;
}
.menu ul ul ul li {
	margin-left:0.5em;
	border-bottom:1px #fff solid;
}
.menu ul ul ul a {	
	padding:2px 0px 2px 0px;
}


.templatemo_two_column_right .body {
	min-height: 177px;
	max-height: 277px;
	width: 185px;
	background: url(img/templatemo_2_column_right_bg.jpg) top no-repeat;
	margin: 0;
	padding: 25px;
}

.body h2 {
	font-size: 12px;
	color: #010101;
	margin: 0;
	padding: 0;
}
.body p {
	font-size: 12px;
	color: #4c4c4c;
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.body a {
	color: #010101;
	text-decoration: none;
}
.body a:hover {
	text-decoration: underline;
}

.back{
    background: url(img/back.jpg) no-repeat;
}