html, body {
  height: 100%;
}

body{
  margin: 0;
  padding: 0;
  border: 0;
  font-family: arial, Nimbus Sans L, sans-serif;
  color: #254292;
  background-color: #d4d0c8;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

body a{
  color: #254292;
  text-decoration: none;
}

form, h1, h2, p{
  margin: 0;
}

input{
  border: 1px solid #fcce09;
  height: 22px;
}

.right{
  float: right!important;
}

.left{
  float: left;
}

.clear{
	clear: both;
}

#java_warning{
  display: block;
  width: 899px;
  height: 30px;
  background-color: #ffffcc;
  padding-top: 18px;
  margin-top: 20px;
  border: 1px solid #ffcc05;
  z-index: 11;
}

#java_warning div{
  font-size: 14px;
  color: black;
  font-weight: normal;
}

#main_holder{
  margin: 0 auto;
  width: 900px;
  height: 100%;
  background-image: url(images/body_bg.jpg);
  background-repeat: repeat-y;
}

#header_holder{
  background-image: url(images/header.jpg);
  width: 900px;
  height: 101px;
}

#header_holder a{
  float: left;
}

#header_holder h2{
  float: left;
  color: white;
  font-size: 14px;
  padding: 36px 0 0 45px;
  /*font-family: times, serif;*/
  font-weight: normal;
}

#header_holder #menu_holder{
  clear: both;
  float: right;
  padding: 1px 5px 0 0;
}

#header_holder #menu_holder div{
  float: left;
}

#header_holder #menu_holder div a{
  font-size: 13px;
  font-weight: normal;
}

#page_top_holder{
  background-image: url(images/page_top.jpg);
  width: 900px;
  height: 126px;
}

#page_top_holder div.whole{
  padding: 96px 0 0 285px;
}

#page_top_holder div.whole input{
  width: 215px;
  margin-right: 39px;
  padding-right: 2px;
  color: #254292;
  font-weight: bold;
  float: left;
  font-size: 14px;
  height: 26px;
}

#page_top_holder div.whole div{
  margin-top: 7px;
  float: left;
}

#page_top_holder div.whole div a{
  font-size: 13px;
}

#popup_list_holder{
  background-color: white;
  border: 1px solid #fcce09;
  width: 217px;
  position: absolute;
  top: 226px;
  z-index: 99;
	display: none;
}

#popup_list{
  width: 217px;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
}

#popup_list div a{
  font-size: 14px;
}

#popup_list div.selected_item{
  background-color: lightgray;
}

#page{
  background-image: url(images/page_bg.jpg);
  background-repeat: repeat-y;
  width: 900px;
  height: 40px;
}

#page div{
  float: left;
  font-size: 12px;
  padding: 10px 0 0 320px;
}

#page div p{
  width: 260px;
}

#page div p a{
	text-decoration: underline;
}

#page2{
  background-image: url(images/page_bg.jpg);
  background-repeat: repeat-y;
  width: 900px;
  height: 290px;
}

#page2 div{
  float: left;
  font-size: 12px;
  padding: 10px 0 0 287px;
}

#page2 div p{
  font-weight: bold;
  padding-bottom: 10px;
}

#page2 div ul{
  margin: 0px;
  padding: 0px;
  text-align: left;
  list-style-position: inside;
  list-style-image: url(images/bullet.png);
}

#page2 div ul li{
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 12px;
}

#page3{
  background-image: url(images/page_bg.jpg);
  background-repeat: repeat-y;
  width: 900px;
  height: 40px;
}

#page3 div{
  float: left;
  font-size: 12px;
  padding: 10px 0 0 320px;
}

#page3 div p{
  width: 260px;
}

#page_bottom{
  background-image: url(images/page_bottom.jpg);
  background-repeat: no-repeat;
  width: 900px;
  height: 43px;
  font-size: 12px;
}

#page_bottom div{
  padding-top: 45px;
}

#page_bottom div.prev{
  float: left;
  padding-left: 280px;
}

#page_bottom div.next{
  float: right;
  padding-right: 268px;
}

#page_bottom div.pages{
  float: left;
  padding-left: 10px;
  width: 238px;
}

#page_bottom div.pages font{
  padding: 0 3px 0 5px;
  font-size: 12px;
}

#page_bottom div a{
  font-size: 12px;
}

#page_bottom div a.curr_page{
  color: #fcce09;
}

#footer_holder{
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  background-color: #264393;
  color: white;
  width: 900px;
  height: 21px;
  padding-top: 9px;
}

#link_holder{
  position: absolute;
  background-color: #dee2ed;
  width: 900px;
  height: 73px;
}

#link_holder div{
  display: inline;
  position: relative;
  top: -17px;
  font-size: 12px;
}

#link_holder a img{
  margin-top: 12px;
}

/*#link_holder .first{
  margin-right: 60px;
}*/

#hider{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#intro{
  display: none;
  position: absolute;
  top: 150px;
  left: 0px;
  z-index: 10;
  background-image: url(images/intro.png);
  background-repeat: no-repeat;
  width: 412px;
  height: 177px;
  cursor: pointer;
}

#intro div{
  text-align: right;
  padding: 123px 180px 0 0;
}

#intro div a{
  color: #fcce09;
  font-size: 13px;
}

#content_holder{
  padding: 38px 0 0 38px;
}

#content_holder div{
  float: left;
}

#content_holder .text, #content_holder .full_text{
  width: 430px;
  text-align: left;
}

#content_holder .text p, #content_holder .full_text p{
  text-align: left;
  width: 300px;
  margin-left: 28px;
  font-size: 12px;
  font-weight: normal;
}

#content_holder .full_text{
  width: 660px!important;
}

#content_holder .full_text p{
  width: 100%!important;
}

#content_holder .full_text ul{
  list-style-type: decimal;
  font-size: 12px;
  font-weight: normal;
}

#content_holder .full_text ul li{
  margin-bottom: 10px;
}

#content_holder .full_text ul li ul{
  list-style-type: disc;
  margin-top: 10px;
}

#content_holder .full_text ul li ul li a{
	text-decoration: underline;
}

#content_holder .img_gal{
  padding-left: 0px;
  font-size: 10px;
}

#content_holder .img_gal img{
  margin-right: 16px;
}

.popup{
  display: none;
  position: absolute;
  top: 150px;
  left: 0px;
  z-index: 10;
  background-repeat: no-repeat;
  width: 412px;
  text-align: left;
}

#login{
  background-image: url(images/login.png);
  height: 300px;
}

.popup div{
  margin: 35px 0 0 35px;
  font-size: 12px;
/*   font-weight: normal; */
  width: 340px;
}

.popup div form div{
  margin: 0;
}

.popup div form div.text{
  height: 15px;
}

.popup div form div input{
  margin: 5px 0 18px 0;
  padding: 0 0 2px 2px;
  font-size: 12px;
  width: 100%;
  height: 26px;
}

#login div form div.descr{
	width: 100%;
	height: 60px;
}

#login div form div.descr a{
	color: red;
	text-decoration: underline;
}

#login div form div.submit{
	padding: 13px 0 0 60px;
	width: 100px;
}

#login div form div.cancel{
	padding: 13px 0 0 71px;
	width: 100px;
}

.popup div form div a{
  font-size: 12px;
  font-weight: bold;
}

#registration{
  background-image: url(images/registration.png);
  height: 399px;
}

#registration div.checkbox_holder{
  margin-bottom: 6px;
  width: 500px;
	height: 21px;
}

#registration div.checkbox_holder a{
	font-size: 12px;
	text-decoration: underline;
}

#registration div form div.descr{
	margin-top: 10px;
	width: 100%;
	height: 34px;
}

#registration div form div.submit{
  padding: 14px 0 0 65px;
	width: 100px;
}

#registration div form div.cancel{
  padding: 14px 0 0 66px;
	width: 100px;
}

.checkbox{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

input.styled{
  display: none;
}
