html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #EDEDED;
  background-attachment: scroll;
  background-image: url(img/main_bg.gif);
  background-repeat: repeat-y;
  background-position: center top;
}
.btext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: orange;
}
a:active {
	color: #333333;
}
img {border:0;}
#header {
	height: 84px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
#content {
  padding-bottom: 20px;
}
#footer {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #1E355E;
  text-align: center;
}
#footer a {
  font-size: 10px;
  color: #1E355E;
}
body,td,th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}.slogan_bg {
	background-attachment: scroll;
	background-image: url(img/slogan_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#menu{
	height: 31px;
	background-attachment: scroll;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 798px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E355E;
	border-top-width: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #647490;
	border-right-color: #647490;
	border-bottom-color: #647490;
	border-left-color: #647490;
}
#menu a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1E355E;
text-decoration:none;
}
#menu a:hover {
color: orange;
}
#topimg {
	background-color: #000000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 251px;
}
#menu_fon {
	background-attachment: scroll;
	background-image: url(img/header_bot_img.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	width: 100%;
}
.oklist {
	list-style-position: inside;
	list-style-image: url(/img/ok.jpg);
	list-style-type: disc;
}
.news_top {
	background-attachment: scroll;
	background-image: url(/img/news_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: white;
	font-size: 10px;
	}
.news_top a {
	color: white;
	font-size: 10px;
}
.rshadow {
	background-attachment: scroll;
	background-image: url(/img/rshadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bshadow {
	background-attachment: scroll;
	background-image: url(/img/bshadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.news_left {
	background-attachment: scroll;
	background-image: url(/img/news_top.gif);
	background-repeat: repeat-y;
	background-position: left top;
}