body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 930px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	height: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
} 
.twoColFixRtHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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;
	height: 100%;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 55px;
	background-position: center center;
} 
.twoColFixRtHdr #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;
	text-align: center;
	vertical-align: middle;
}
.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;
}

#navcontainer
{
    list-style-type: none;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: #FFFFFF;
    margin: 0px;
    padding: 0 250 0 0px;
    position: absolute;
    top:131px;
}

#navlist li
{
    list-style-type: none;
    border-right: 1px solid #5b9a22;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    float: left;
    width: auto;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

#navlist ul
{
    
	padding: 0px;
	margin: 0px;
	list-style: none;

}

.begin
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5b9a22;
}

#navlist li a, #navlist li a:link
{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	margin: 0px;
	display: block;
	height: 23px;
}

#navlist li a:hover
{
border-bottom: 1px solid #5b9a22;
cursor: pointer;
background-color: #9dc34b;
}

#navlist li a#current, #navlist li a#current:link
{
cursor: default;
font-weight: bold;
border-bottom: 3px solid #67bf00;
color: #ffffff;
}

#navlist li a#current:hover
{
border-bottom: 1px solid #000000;
}

.twoColFixRtHdr #mainContent p
{
    font-family: Georgia;
    font-size: small;
    line-height: 25px;
}

.img
{
padding: 0px;
margin: 0px;
position:absolute;
top:39px;
width:930px;

}

.newStyle1
{
    position: absolute;
    top: 181px;
    height: 100px;
    width: 930px;
}

.chl_t
{
    width: 930px;
    top: 8px;
    height: 39px;
    position: absolute;
}
.style1
{
    font-family:Georgia;
    font-size:24px;
    padding: 20 50 0 0px;
    text-align: center;
}
.style2
{
    font-family:Georgia;
    font-size:24px;
    color:#ffffff;
}
#searchbox
{
    position: absolute;
    top: 3px;
    left: 290px;
    
}
#searchbutton
{
    position: absolute;
    top: 3px;
    left: 631px;
    
}
.plong_inputtext
{
    width: 340px;
    height: 20px;
    font-weight:bold;
    font-size: 18px;
}
.search_container
{
    text-align:center;
}
.ddl_language
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #f9fcf5;
}

.topright {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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;
}
.topleft{ 
	margin: 0 25px 0 0; /* the right margin on this div element creates the column down the right 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
li
{
    font-family: Georgia;
    font-size: medium;
    list-style-type: square;
}
