/*  */
.main #container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000000;
} 
.main #header { 
	height: 95px;
	background: #FFFFFF; 
	padding: 0px 0px 0px 0px;
} 
.main #logo { 
	float: left; 
	height: 67px;
	width: 484px;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
} 
.main #langmenu {
	float: left; 
	height: 40px;
	width: 200px; /* since this element is floated, a width must be given */
	margin: 0px 10px 0px 3px;
	text-align: left;
}
.main #block { 
	height: 10px;
	background: #005945; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
} 
.main #menu { 
	width: 100%;
	margin: 0 auto;
	height: 85px;
	padding: 0px 0px;
}
.line { 
	background-image: url(../images/line.gif);
	background-repeat: repeat;
} 
.search { 
	background-image: url(../images/search_m.gif);
	background-repeat: repeat-x;
} 

.main #search {
	width: 225px;
	height: 39px;
	padding: 15px 0px 0px 25px;
}
.main #exchange-rates {
	width: 225px;
	height: 39px;
	padding: 15px 0px 50px 25px;
	margin: 0px 0px 50px 0px;
}
.main #citation {
	width: 195px;
	padding: 15px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}
.main #but01 {
	display:"block";
	height: 65px;
	padding: 0px 0px 15px 0px;
}
.main #but01a {
	visibility: hidden;
	display:"none";
	height: 65px;
	padding: 0px 0px 15px 0px;
}
.main #but02 {
	height: 80px;
	padding: 0px 0px 0px 0px;
}
.main #but03 {
	height: 80px;
	padding: 0px 0px 0px 0px;
}
.main #but04 {
	height: 80px;
	padding: 0px 0px 0px 0px;
}
.main #sidebarl {
	float: left; 
	width: 245px;
	background: #FFFFFF;
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
}
.main #sidebarr {
	float: right; 
	width: 245px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
}
.main #main-nav-right {
	padding: 0px 0px 0px 0px;
}
.main #main-nav-left {
	padding: 0px 0px 0px 0px;
}
.main #main-nav-left-sub {
	padding: 0px 0px 0px 0px;
}
.main #action {
	padding: 15px 10px 20px 30px;
}
.main #support {
  margin: 15px 0px 15px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  padding: 0px 0px 0px 0px;
  background: #FFFFFF;
  width: 100%;
}
.main #loading {
  margin: 0px 0px 0px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  padding: 80px 15px 25px 25px;
  width: 100%;
  background: #FFFFFF;
}
.main #middle {
  margin: 0px 0px 0px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  padding: 0px 15px 25px 25px;
  background: #FFFFFF;
}
.main #news {
  margin: 0px 0px 0px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  padding: 0px 0px;
}
.main #footer {   
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #005945;
	height: 110px;
} 
.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;
}
.bat {
	display: block;
	height: 65px;
	padding: 0px 0px 15px 0px;
}
.bat_a {
	display: none;
	height: 65px;
	padding: 0px 0px 15px 0px;
}
