@CHARSET "UTF-8";
body{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #000000;
}
#container{
	margin: 15px auto;
	width: 800px;
	position: relative;
	overflow: hidden;
}
#header{
	width: 800px;
	height: 81px;
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	margin: 0 auto;
}
#lr_header {
	background-image: url(../img/lr_header.jpg);
	background-repeat: repeat-x;
	height: 180px;
	width: 100%;
}

#langBar{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight: bold;
	float: right;
	margin: 5px 10px;
}
#langBar a:link, #langBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#langBar a:hover {
	color: #fff;
	text-decoration: none;
}
#content{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #dedede;
	width: 800px;
	position: relative;
}
#page{
	float: right;
	width: 661px;
	overflow:visible;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	border-bottom: 3px solid #fff;
	border-left: 5px solid #fff;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page h1 {
  color: #007500;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  text-align: justify;
  width: 660px;
}
#page img { border:none }
#rightmenu{
	float: left;
	width: 133px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#rightmenu img{ border: none }

#rightmenu a:link, #rightmenu a:visited {
	color: #000000;
	text-decoration: none;
}
#rightmenu a:hover {
	color: #fff;
	text-decoration: none;
}

.menu_item
{
	float:left;
	width:123px;
	height:18px;
	border-bottom:solid 1px #fff;
	padding: 10px 0px;
	text-transform: lowercase;
	padding-left:10px;
}

#topNav{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 800px;
	border-bottom: 4px solid #fff;
	border-top: 3px solid #fff;
	background: url(../images/menubg.gif);
	margin: auto;
	height: 25px;
}
#footer{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/footer3.jpg);
	width: 800px;
	height: 40px;
	background-color: #dedede;
	background-position: bottom right;
	background-repeat: no-repeat;
	}
/*#footer, #topNav {
  text-align: center;
  padding: 0 10px;
  width: 1004px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}*/
#footer a:link, #footer a:visited, 
#topNav a:link, #topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover,
#topNav a:hover {
	color: #fff;
	text-decoration: none;
}
#counter{
  margin-top: 10px;
  text-align: center;
}
a.orange:link, a.orange:visited,
#page a:link, #page a:visited{
  color: #f79700;
  text-decoration: none;
}
a.orange:hover,
#page a:hover{
  text-decoration: underline;
}
.clear_both{ clear: both }

#usa{
  position:absolute;
  bottom: 57px;
  right: 20px;
  color: #007500;
  font-size: 16px;
}
