body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.gif) repeat-x #000;
	color:#A5A5A4;
	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;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.thrColElsHdr #container { 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	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. */
} 
.thrColElsHdr span.bold{ font-weight:bold; text-decoration: underline;}
.thrColElsHdr a.underline:hover {text-decoration:underline;}
.thrColElsHdr span.white{color:white;}
.thrColElsHdr #header { 
	height: 11em; background: url(images/header6copy.jpg) repeat-x;
	padding: 0;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColElsHdr #header h1 {
	margin: 0; float: right;/* 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 */
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
*/
.thrColElsHdr #ad1  { width: 100%; height: 4em; color: #666666; font: 12px Arial, Helvetica, sans-serif; text-align: top; height: 15px;}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 160px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	color:#B6B6B5; background:url(images/left_side_up.gif) no-repeat 0 0 #171717;
}
.thrColElsHdr h2, h3{
		margin: .25em .2em .5em 1.2em; font: normal 24px/34px Arial, Helvetica, sans-serif;
	}
.thrColElsHdr #sidebar1 p.content{
   
   background:url(images/left_side_down.gif) no-repeat bottom left; height:8px; font-size:0; display:block;}
  
 
.thrColElsHdr #sidebar1 ul{
     display:block; font-size:0;  padding:0 0 0 20px; list-style: none; margin:0;}
	 .thrColElsHdr #sidebar1 ul li{
   background:url(images/left_side_arrow.gif) no-repeat 0 9px; padding: 0 0px 0 11px; display:block; height:24px;
	}
.thrColElsHdr #sidebar1 ul li a{
    font:16px Arial, Helvetica, sans-serif; color:white; text-decoration:none; background-color:#171717; display:block; 
    }
.thrColElsHdr #sidebar1 ul li a:hover{
    background-color:#454545; color:#B6B6B5;
    }
.thrColElsHdr #sidebar1 h3.lor{
    background:url(images/lor_bg.gif) no-repeat  #171717; color:#fff; display:block; width:116px; height:56px;
    font: bold 12px/18px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0 0 10px 26px; padding:3px 0 0 7px;
    }
.thrColElsHdr ul.says li{
    background:none; display:block; margin:0; padding:0;
    }
.thrColElsHdr ul.says li a{
    font:12px/18px Arial, Helvetica, sans-serif; color:#A5A5A4; text-decoration:underline; text-transform:uppercase;
    background-color:#171717;
    }
.thrColElsHdr ul.says li a:hover{
    text-decoration:none; background-color:#171717; color:#A5A5A4;
    }
.thrColElsHdr a.more{
    height:15px; display:block; background-color:#000000; color:#FFFFFF; margin: 0 0 24px 25px; padding:0 0 0 13px;
    font:13px/10px tahoma, Arial, Helvetica, sans-serif;
    }
.thrColElsHdr a.more:hover{
    background-color:#454545; color:#B6B6B5;
    }
	
	






.thrColElsHdr #sidebar2 {
	
	float: right; 
	width: 11em;
	 color: #A5A5A4;/* since this element is floated, a width must be given */
	background-color: #000000;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; margin: 0; /* top and bottom padding create visual space within this div */
}

.thrColElsHdr #sidebar2 div {border: solid 2px #A5A5A4; margin: 0;}
	.thrColElsHdr #sidebar2 p{
	font: 2em Arial, Helvetica, sans-serif; color:#A5A5A4; background-color:#000000; display:block;
	margin:0 0 0 0;
	}
.thrColElsHdr #sidebar2 p.content{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; margin: 0 0 0 2px;
}
.thrColElsHdr #sidebar2 h2.small{
font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; margin: 0 2px 0 2px; text-align: center;
	}

.thrColElsHdr #sidebar2 div.first{
	height: 95px; color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; 
	padding: 0; margin:0 0 0 0;
	}
	

.thrColElsHdr #sidebar2  div.first:hover{
	height:95px; display:block; text-decoration:none;
	
	}

.thrColElsHdr #sidebar2 h2.about{
	height:37px; display:block; margin:0; background:url(images/about_compny.gif) no-repeat 0 0;
	padding:0; text-indent:-2000px;
	}
.thrColElsHdr #sidebar2 p.more{
	border:#353535 1px solid; height:18px; background-color:#171717; color:#FFFFFF; margin:25px 0 28px 0;
	padding:3px 3px 0 0;
	}
.thrColElsHdr #sidebar2 p.more a{	
	display:block; text-align:right; text-decoration:none;  font:14px/15px Arial, Helvetica, sans-serif; width:80px; height:15px; background:url(images/read_more_arrow.gif) no-repeat right center #000000; color:#FFFFFF; float:right; padding:0 25px 0 0;
	}
.thrColElsHdr #sidebar2 p a:hover{
	text-decoration:underline;
	}
.thrColElsHdr #sidebar2 h3{
	font:24px/22px Tahoma, Arial, Helvetica, sans-serif; color:#FFFFFF; background-color:#000000; display:block; margin:0 0 0 0;
	height:27px;
	}
.thrColElsHdr #sidebar2 p.hig{
	background-color:#272727; color:#8C8C8B; font:14px/20px Arial, Helvetica, sans-serif; display:block; width:413px; 
	padding:16px 0px 0 12px; margin:5px 0 0 0; clear:right;
	}
.thrColElsHdr #sidebar2 p.hig1{
	background-color:#151515; color:#8C8C8B; font:14px/20px Arial, Helvetica, sans-serif; display:block; 
	padding:16px 0px 0 12px; margin:5px 0 0 0;
	}
.thrColElsHdr #sidebar2 p.two{
	 color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; 
	padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/02.gif) no-repeat 11px 13px #151515;
	}
.thrColElsHdr #sidebar2 p.three{
	 color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block;
	padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/03.gif) no-repeat 11px 13px #151515;
	}
.thrColElsHdr #sidebar2 p.one{
	 color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; 
	padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/01.gif) no-repeat 11px 13px #272727;
	}
.thrColElsHdr #sidebar2 p.four{
	 color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block;
	padding:10px 0px 0 52px; margin:0 0 0 0; background:url(images/01.gif) no-repeat 11px 13px #272727;
	}
.thrColElsHdr #sidebar2 p.more1 {
	background-color:#272727; color:#8C8C8B; padding:7px 0 13px 14px; margin:0 0 0 0;
	}
.thrColElsHdr #sidebar2 p.more1 a{
	background-color:#000000; color:#2BCB02; display:block; font:14px/14px Arial, Helvetica, sans-serif;
	text-decoration:none; text-align:right; padding:0 3px;
	}
.thrColElsHdr #sidebar2 p.more1 a:hover{
	color:#fff; background-color:#124D8C; text-decoration:none;
	}
.thrColElsHdr #sidebar2 p.more2 {
	background-color:#151515; color:#8C8C8B; padding:7px 0 13px 14px; margin:0 0 0 0;
	}
.thrColElsHdr #sidebar2 p.more2 a{
	background-color:#000000; color:#2BCB02; display:block; font:14px/14px Arial, Helvetica, sans-serif;
	text-decoration:none; text-align:right; padding:0 3px 0 0;
	}
.thrColElsHdr #sidebar2 p.more2 a:hover{
	color:#fff; background-color:#124D8C; text-decoration:none;
	}
.thrColElsHdr #sidebar2 ul{
	 display:block; margin:26px 0 0 0;
	}
.thrColElsHdr #sidebar2 ul li{
	display:block; height:35px; padding:98px 0 0 0; float:left;
	}
.thrColElsHdr #sidebar2 ul li.time{
	display:block; background:url(images/time_manager.gif) no-repeat 0 0; height:35px;
	}
.thrColElsHdr #sidebar2 ul li.time a{
	height:35px; background-color:#1C1C1C; border-bottom:#393939 1px solid; border-top:#393939 1px solid; 
	border-left:#393939 1px solid; display:block; font:14px/16px Arial, Helvetica, sans-serif; color:#FFFFFF;
	padding:0 39px 0 16px; text-decoration:none;
	}
.thrColElsHdr #sidebar2 ul li.time a:hover{
	background-color:#080808; color:#2BCB02; text-decoration:none;
	}
.thrColElsHdr #sidebar2 ul li.latest{
	display:block; background:url(images/latest.gif) no-repeat 21px 0; height:35px; 
	}
.thrColElsHdr #sidebar2 ul li.latest a.la{
	height:35px; background-color:#1C1C1C; border-bottom:#393939 1px solid; border-top:#393939 1px solid; 
	border-left:none; display:block;  font:14px/16px Arial, Helvetica, sans-serif; color:#FFFFFF;
	padding:0 39px 0 37px; text-decoration:none; 
	}
.thrColElsHdr #sidebar2 ul li.latest a.la:hover{
	background-color:#080808; color:#2BCB02; text-decoration:none;
	}
#rightPan ul li.what{
	display:block; background:url(images/what_news.gif) no-repeat 21px 0; height:35px; 
	}
.thrColElsHdr #sidebar2 ul li.what a.wh{
	height:35px; background-color:#1C1C1C; border-bottom:#393939 1px solid; border-top:#393939 1px solid; 
	border-left:none; display:block;  font:14px/16px Arial, Helvetica, sans-serif; color:#FFFFFF;
	padding:0 39px 0 37px; text-decoration:none; border-right:#393939 1px solid;
	}
.thrColElsHdr #sidebar2 ul li.what a.wh:hover{
	background-color:#080808; color:#2BCB02; text-decoration:none;
	}
.thrColElsHdr #sidebar2 div.div1 {
color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; 
	padding:10px 0px 0 5px; margin:0 0 0 0; background:url(images/04.gif) no-repeat 11px 13px #151515;
}
.thrColElsHdr #sidebar2 div.div1 form1 {margin: 0 11em 0 11em; }

.thrColElsHdr #sidebar2 div.table1 {
color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block;
	padding:10px 0px 0 22px; margin:0 0 0 0; background:url(images/04.gif) no-repeat 11px 13px #151515;
}
.thrColElsHdr #sidebar2 p.bottom { color:#D3D3D3; font: 40px Arial, Helvetica, sans-serif; display:block;
	padding:30px 0px 0 19px; margin:0 0 0 0; background: url(images/04.gif) no-repeat 11px 13px #151515; text-align: center;
}


/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.thrColElsHdr #mainContent {
 	margin: 0 11.5em 0 10.5em; background-color: #000000; color:#a5a5a4;
	/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #mainContent h1 {font: 2.5em Arial, Helvetica, sans-serif; color:#A5A5A4; text-align:center; margin: 0;}
.thrColElsHdr #mainContent h1 a{font:Arial, Helvetica, sans-serif; color:#A5A5A4; text-align:center; margin: 0; text-decoration:none;}
.thrColElsHdr #mainContent h2 {font: 1.7em Arial, Helvetica, sans-serif; color:#A5A5A4; text-align:center;}
.thrColElsHdr #mainContent p.maincontent {font: 1em Arial, Helvetica, sans-serif; color:#A5A5A4; margin: 0 8px 0 5px;}
.thrColElsHdr #mainContent p.maincontent2 {font: 1.15em Arial, Helvetica, sans-serif; color:white; margin: 0 8px 0 5px; text-align:center;}
.thrColElsHdr #mainContent p.maincontent2 a{color:white;}


.thrColElsHdr #mainContent img {float: left; margin: 5px;}
.thrColElsHdr #mainContent p.secondstory {font: 1.5em Arial, Helvetica, sans-serif; color:#A5A5A4; text-decoration: underline; text-align:center; 
}
.thrColElsHdr #mainContent div.image {height: 115px; margin:2px 0; background: url(images/imagebar3.gif);}

.thrColElsHdr #mainContent div.image img {border:none;}
.thrColElsHdr #mainContent div.image img:hover {border:1px solid white;}
.thrColElsHdr #mainContent div.image a.text {text-align:center;  font: 1.8em Georgia, Arial, Helvetica, sans-serif; display:block; color:#A5A5A4;}

.thrColElsHdr #mainContent div.image a.text:hover {text-decoration:underline;}
.thrColElsHdr #mainContent div.image p {font: 1.5em Arial, Helvetica, sans-serif; color:#A5A5A4; }
.thrColElsHdr #mainContent div.image p.desc{font: 1.3em Georgia, Arial, Helvetica, sans-serif; color:white; font-style:italic; text-align: center; text-decoration: underline;}

.thrColElsHdr #mainContent div.image p.desc1{font: .8em Arial, Helvetica, sans-serif; color:black; font-style:italic; text-align: left;margin:5px 5px 5px 155px;}
.thrColElsHdr #mainContent div.image p.desc:hover {text-decoration: underline;}
.thrColElsHdr #mainContent div.image img {margin:5px 0;}


.thrColElsHdr #mainContent .form1 table {
color:#D3D3D3; font:14px/20px Arial, Helvetica, sans-serif; display:block; 
	padding:10px 0px 0 22px; margin:0 0 0 0; background:url(images/04.gif) no-repeat 11px 13px #151515;
	}
}
.thrColElsHdr #mainContent p.bottom { color:#D3D3D3; font: 40px Arial, Helvetica, sans-serif; display:block; 
	padding:30px 0px 0 19px; margin:0 0 0 0; background: url(images/04.gif) no-repeat 11px 13px #151515; text-align: center;
}

.thrColElsHdr #mainContent div.ads2 {border: none; margin: 1px;}
.thrColElsHdr #mainContent div.ads2 p{
	font: 1em Arial, Helvetica, sans-serif; color:#A5A5A4; background-color:#000000;
	margin:2px;}
	
.idiomtable
	{
	color:white;
	font-size:12px;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	
	}
.idiomletter {
color:white;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
}
.idiomphrase{
width:100px;
vertical-align:top;

}
.idiommeaning {
width: 350px;
vertical-align:top;

}
/*.idiomexample{
width:200px;

} */
.idiomphrasehead{
width:100px;
text-align:center;
text-size:14px;
font-weight:bold;

}
.idiommeaninghead {
width: 350px;
text-align:center;
text-size:14px;
font-weight:bold;

}
/*
.idiomexamplehead{
width:175px;
text-align:center;
text-size:14px;
font-weight:bold;
} */



.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:background:url(images/footer_bg.gif) repeat-x 0 0;
} 
.thrColElsHdr #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 */
}

#footerMain{
	background:url(images/footer_bg.gif) repeat-x 0 0; width:100%;
	}	
.thrColElsHdr #footer2{
	 height:97px; margin:0 auto 0 auto; padding:74px 0 0 0;
	}
.thrColElsHdr #footer2 ul{
	display:block; margin:0px 0 0 165px; padding:0; font-size:0; height:20px; list-style-type:none;
	}
.thrColElsHdr #footer2 ul li{
	color:#9B9B9B; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;  float:left; background-color:#0F0F0F;
	padding:0; margin:0;
	}
.thrColElsHdr #footer2 ul li a{
	color:#9B9B9B; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;  background-color:#0D0D0D;
	text-decoration:none; padding:0 6px 0 6px; 
	}
.thrColElsHdr #footer2 ul li a:hover{
	text-decoration:underline;
	}
.thrColElsHdr #footer2 p{
	display:block; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#EAEAEA;
	background-color:#0A0A0A; padding:0 0 9px 0; text-align:center;
	}
.thrColElsHdr #footer2 ul.css{
	width:103px; display:block; font-size:0px;; padding:0; height:20px; margin: 0 0 0 315px;
	}
.thrColElsHdr #footer2 ul.css li{
	display:block; float:left; background-color:#060606; margin:0 0 0 1px; padding:0; color:#FFFFFF;
	}
.thrColElsHdr #footer2 ul.css li a{
	 text-indent:-2000px; height:11px; padding:0; margin:0; float:left; font-size:0; display:block;
	}
.thrColElsHdr #footer2 ul.css li a.cs{
	background:url(images/css.gif) no-repeat 0 0; width:39px;
	}
.thrColElsHdr #footer2 ul.css li a.cs:hover{
	background:url(images/css_h.gif) no-repeat 0 0; width:39px;
	}
.thrColElsHdr #footer2 ul.css li a.html{
	background:url(images/xhtml.gif) no-repeat 0 0; width:61px;
	}
#footer2 ul.css li a.html:hover{
	background:url(images/xhtml_h.gif) no-repeat 0 0; width:61px;
	}
.thrColElsHdr #footer2 p.copy{
	width:250px; display:block; font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#EAEAEA; margin:0;
	background-color:#030303; padding:0; display:block; margin: 0 0 0 235px;
	}
.thrColElsHdr #footer2 p.copy a{
	text-decoration:underline; color:#EAEAEA; background-color:#030303;
	}
.thrColElsHdr #footer2 p.copy a:hover{
	text-decoration:none
	}


/* Miscellaneous classes for reuse */
.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;
}

