body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
/*	background-image: url(images/backgroundjc.gif); */
	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 #top {
	width: 100%;
	border: 0;
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #middle {
	width: 100%;
	border: 0;
	margin: 0;
	padding:0;
	background-image: url(images/backgroundmid.gif);
}

.twoColFixLtHdr #middle2 {
	width: 100%;
	border: 0;
	margin: 0;
	padding:0;
	background-image: url(images/backgroundmid.gif);
	height: 575px;
}

.twoColFixLtHdr #bottom {
	width: 100%;
	border: 0;
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #footer h1 {
	color:  #000080;
	font-size: small;
	font-weight:normal;
	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 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {
	color: #000080;
	font-weight: bold;
}

.twoColFixLtHdr #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height: 60px;
	background-image: url(images/theardentitle800R1C1.jpg);
	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. */
	margin: 0 140px 0 0;
} 
.twoColFixLtHdr #header2 {
	height: 38px; 
	text-align: right;
	background-image: url(images/theardentitle800R2C1.jpg);
	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. */
	margin: 0 140px 0 0;
}

.twoColFixLtHdr #bar {
	padding: 10px 0 10px 0;
	border: 0;
	margin: 0 160px 0 5px;
	color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* 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 */
	padding: 0;
}

.twoColFixLtHdr #sidebar2 {
	margin: 10px 0 0 0;
	float: right;
	width: 140px;
	padding: 0; /* padding keeps the content of the div away from the edges */
}

.twoColFixLtHdr #mainContent {
	color: #FFFFFF;
	margin: -18px 140px 0 0; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0;
} 

#pond {
padding: 0;
border: 0;
margin: 10px 0 0 0;
width: 777px;
height: 375px;
}

#pond2 {
padding: 0;
border: 0;
margin: 10px 0 0 0;
width: 777px;
height: 500px;
}

#pondb {
padding: 0;
border: 0;
margin: 10px 0 0 0;
width: 777px;
height: 375px;
margin-left: 134px;
margin-right: 428px;
}

.twoColFixLtHdr #footer { 
	padding: 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 140px 0 0;

} 
.twoColFixLtHdr #footer p {
	margin: 0 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* 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. */
	width: 428px;
	float: right;
	border: 0px solid #000000;
	text-align: left;

}
.fltlft { /* this class can be used to float an element left in your page */
	width: 324px;
	float: left;
	border: 0px solid #000000;
	text-align: left;

}

.fltrtlang { /* 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. */
	width: 295px;
	float: right;
	border: 0px solid #000000;
	text-align: left;

}
.fltlftlang{ /* this class can be used to float an element left in your page */
	width: 450px;
	float: left;
	border: 0px solid #000000;
	text-align: left;

}

.fltrtb { /* 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. */
	width: 428px;
	float: right;
	border: 0px solid #000000;
	text-align: left;

}
.fltlftb { /* this class can be used to float an element left in your page */
	width: 134px;
	float: left;
	border: 0px solid #000000;
	text-align: left;

}
.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;
}

iframe {
	width: 500px;
	height: 325px;
	border: 0;
	margin-left:auto;
	margin-right:auto;
	scrollbars: 0;
}

.tariff {
	width: 100%;
	border: 1px solid #ffffff;
	border-collapse: separate;
	border-style: double;
	border-spacing: 2px;
	padding: 4px;
}

.style2 {
	color: #FFFFFF;
	font-size: 9pt;
}
	

a.jc:link{color:#000080;font-size: 10pt;font-family: arial;text-decoration:none;}

a.jc:visited{color:#000080;font-size: 10pt;font-family: arial;text-decoration:none;}

a.jc:hover{color:#0000FE;font-size: 10pt;font-family: arial;text-decoration:underline;}

a.jc:active{color:#000080;font-size: 10pt;font-family: arial;text-decoration:none;}

BODY {

scrollbar-face-color:#4193DC;

scrollbar-highlight-color:#05EEFA;

scrollbar-3dlight-color:#0000FE;

scrollbar-darkshadow-color:#000080;

scrollbar-shadow-color:#000080;

scrollbar-arrow-color:#C0C0C0;

scrollbar-track-color:#C0C0C0;

}

/*Language Selector css follows*/

#lang-selector img{
	border-width: 1px;
}
#lang-selector a {
	display: block;
	text-align: center;
	}

#lang-selector {
 font-size: x-small;
 text-align: left;
 white-space: nowrap;
 padding-bottom: 1em;
 color: #CCCCCC;
}
a.lang-current,
a.lang-current:visited,
a.lang-current:hover
{ 
 /*background: #cccccc;*/
 color: #6699FF;
 text-decoration: underline;
}
a.lang-other,
a.lang-other:visited
{
 color: #0000FF;
 text-decoration: none;
}

a.lang-other img,
a.lang-other:visited img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.7;
}

a.lang-other:hover
{
 color: #6699FF;
 text-decoration: underline;
 /*background: #cccccc;*/
}
a.lang-other:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 1;
}

#intlang{
	padding-top: 20px;
	width: 125px;
	text-align: center;
	line-height: 1.5;
}
#intlang a {
	display: block;
	padding: 8px 0;
}

a.int:link img{	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.8;
	border: 1px solid #0000FF;}

a.int:visited img{	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.8;
	border: 1px solid #0000FF;}

a.int:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 1;
	border: 1px solid #00CCFF;}

a.int:active img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 1;
	border: 1px solid #00ccFF;}

@media print {
 #lang-selector {
     display: none;
 }
}
/*End of Language Selector css*/