	@media print {
   .hideonprint{display:none;}
   .showonprint{display:block;}
   .news_td{width:100%;}
}
@media screen {
   .hideonprint{display:normal;}
   .showonprint{display:none;}
}
*{
	padding:0px;
	margin:0px;
}

p{
	padding:10px 0;
	margin:0px;
}

body{
	padding:0px;
	margin:0px;
	font-family:Times New Roman;
	background:#efefe3;
	/*background:#f2ebce;*/
	/*font-size:14px;*/
	font-size: 3;
}
table{
	width:100%;
}
td{
	border-color:#000;
}
a{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	color:#db7529;
}
a:hover{
	color:#fb9549;
}
a.printer_img{
	text-decoration:none;
}
.printer_img img{
	position:relative;
	top:2px;
	/*height:34px;*/
}

.padding-5{padding:5px;}
.padding-5 *{padding:5px;}

marquee, .marquee{
	background:#FFF;
	border:1px solid #B98B8B;
	font-style:italic;
	color:#666666;
	height:16px;
}

.opened{
	background:url("/data/images/default/minus.gif") no-repeat left 2px;
	//background:url("/data/images/default/minus.gif") no-repeat left 5px;
	padding-left:10px;
}
.closed{
	background:url("/data/images/default/plus.gif") no-repeat left 2px;
	//background:url("/data/images/default/plus.gif") no-repeat left 5px;
	padding-left:10px;
}

.main_table{
	border-collapse:collapse;
	border:none;
	width:100%;
	height:1000px;
}
.main_table td{
	vertical-align:top;
	text-align:left;
}

.left_column{
	width:35px;
	background:#efefe3 url("/data/images/just/left_column_bg.gif") repeat-y right top;
}
.right_column{
	width:55px;
	background:#efefe3 url("/data/images/just/right_column_bg.gif") repeat-y left top;
}
.header{
	width:100%;
	height:387px;
	background:url("/data/images/just/header_bg.jpg") repeat-x left top;
}
.header_right{
	padding:15px 0 0 20px;
}
.header_right a{
	color:#565656;
	font-family:Tahoma;
	text-decoration:underline;
	font-size:11px;
}
.header_title{
	/*margin-top:20px;*/
	width:100%;
	text-align:center;
}
.search_form{
	/*margin-right:30px;
	padding-top:10px;*/
}
.search_form td{
	padding:5px;
	vertical-align:middle;
}
.search_form input, select{
	/*position:relative;
	top:-4px;*/
	height:17px;
	padding:0px;
	margin:5px 0;
	border:1px solid #b98b8b;
}

.con_left_column{
	width:317px;
}

.mover{
	position:relative;
	top:-80px;
}

.note{
	background:url("/data/images/just/note_rep_2.jpg") repeat-y left top;
	position:relative;
	left:-22px;
}
.note_top{
	background:url("/data/images/just/note_top.gif") no-repeat left top;
}
.note_bottom{
	background:url("/data/images/just/note_bottom.gif") no-repeat left bottom;
	width:317px;
}
.note_bg{
	background:url("/data/images/just/menu_bg.gif") no-repeat right bottom;
}
ul.menu_left{
	padding:55px 25px 50px 50px;
	list-style:none;
}
.menu_left li{
	border-top: 1px solid #aca685;/*dbd8c9*/
	color:#000;
	text-transform: uppercase;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	/*line-height:20px;*/
	margin-right:10px;
	padding:3px 0;
}
.menu_left li.first{
	border:none;
}
.menu_left a{
	text-decoration:none;
	color:#000;
	text-transform: uppercase;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	display:block;
	/*/height:12px;*/
}
.menu_left  .sub {text-transform: none;}
.menu_left  .sub a{
	text-decoration:none;
	color:#000;
	text-transform: none;
	font-family:Verdana;
	font-weight:normal;
	font-size:12px;
	display:block;
}
.menu_left a:hover{
	color:#333;
}
.menu_left .sub a.active, .menu_left  a.active{
	color:#b4a70d;/*ac8b25;*/
	font-weight:bold;
}



.title{
	background:url("/data/images/just/title_rep.gif") repeat-x left 50%;
	margin:10px 35px 5px 5px;
	padding-left:10px;
}
.title_grad{
	background:url("/data/images/just/title_grad.jpg") no-repeat right 50%;
}
.title-top{
	background:url("/data/images/just/title_rep.gif") repeat-x left top;
	margin:10px 35px 5px 5px;
	color:#000;
	padding-left:10px;
}
.title_grad-top{
	background:url("/data/images/just/title_grad.jpg") no-repeat right top;
}
.title_grad span{
	padding:0 5px;
	background:#efefe3;
	font-size:20px;
}
.title_grad-top span{
	/*position:relative;
	top:8px;*/
	display:block;
	padding-top:10px;
	font-size:20px;
}
.title_grad span.small{
	padding:0 5px;
	background:#efefe3;
	font-size:16px;
	font-weight:bold;
}



.poll{
	padding:5px 20px;
}
.poll_title{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#cc6633;
	line-height:20px;
}
.poll_questions{
	padding:10px 0 10px 10px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
}
.poll_questions input{
	margin:0 5px;
}

.button{
	width:108px;
	height:27px;
	background:url("/data/images/just/button.jpg") no-repeat right top;
	border:none;
	color:#990000;
	font-weight:bold;
}
.button:hover{
	color:#BB0000;
	text-decoration:underline;
}

.button_big{
	background:url("/data/images/just/button/center.gif") no-repeat 50% top;
	display:block;
	text-decoration:none;
	width:120px;
	text-align:center;
}
.button_big .l{
	background:url("/data/images/just/button/left.gif") no-repeat left top;
}
.button_big .r{
	background:url("/data/images/just/button/right.gif") no-repeat right top;
	height:27px;
}
.button_big .p{
	padding:4px;
	border:none;
	color:#990000;
	font-weight:bold;
	/*width:120px;*/
	font-size:13px;
}
.button_big:hover{
	color:#BB0000;
	text-decoration:underline;
}


.content_td{
	background:#efefe3 url("/data/images/just/right_column_bg.gif") repeat-y right top;
	padding-right:50px;
}
.content_menu{
	border:none;
	width:100%;
}
.content_menu td.cl{
	text-align:center;
	vertical-align:middle;
	background:url('/data/images/just/content_menu.jpg') no-repeat left top;
	width:215px;
	height:64px;

	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	color:#af260e;
}
.content_menu td.cl .hov{
	text-decoration:underline;
	color:#cf462e;
}

.content_menu a{
	/*margin:0 5px 0 20px;*/
	display:block;
	width:150px;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	color:#af260e;
}
.content_menu a:hover{
	text-decoration:underline;
	color:#cf462e;
}

.main_content_table{
	border-collapse:collapse;
	margin-top:20px;
}
.main_content_table td{
	vertical-align:top;
}
.main_content_table p{
     margin:0;
     text-indent: 30;
}
.sep_td{
	width:20px;
}
.news_td{
	width:45%;
}
.news_body{
	padding:10px;
	color:#666666;
	border-top:2px solid #d0d0c6;
	text-align:justify;
}
.news_date{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}
.news_more {
	margin-top:3px;
}
.news_more a{
	background:url('/data/images/just/news_more_sep.gif') no-repeat left 70%;
	margin-top:3px;
	padding-left:8px;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.news_more a:hover{
	color:#505050;
}

.vesy{
	background:url('/data/images/just/vesy.jpg') no-repeat 50% 50px;
	border:1px solid #EFEFE3;
}

.sec_col{
	border-left:1px solid #c4c4ba;
	padding:0 10px;
	color:#666666;
}

.resp{
	background:#efefe3;
	border:2px solid #c0c3ad;
	padding:10px;
	font-family:Tahoma;
	font-size:15px;
	/*font-weight:bold;*/
	color:#800000;
	line-height:20px;
}
.photonews{
	margin:0 0 20px 0;
	width:40%;
	float:left;
	
}
.photonews img{
	border:5px solid #bc622e;
}
.photonews .date{
	margin-top:15px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#5f2201;
}

.footer{
	background:url('/data/images/just/footer_bg.jpg') repeat-x left top;
	height:99px;
}
.footer .logos{
	width:110px;
}
.footer .logos div{
	padding:10px 0 0 20px;
}
.footer .menu_copy{
	padding-top:8px;
}
.footer_menu{
	list-style:none;
	padding-right:15px;
}
.footer_menu li{
	float:right;
	color:#bb6f61;
	font-weight:bold;
	font-size:18px;
}
.footer_menu a{
	color:#FFF;
	font-weight:normal;
	text-decoration:underline;
}
.copy{
	color:#be8d6c;
	padding-top:6px;
	font-family:Tahoma;
	font-size:11px;
	float:left;
	width:580px;
}
.copy a{
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:#e69624;
	text-decoration:none;
}
.copy a:hover{
	color:#f6b644;
}
a.link{
	font-weight:bold;
	font-family:Tahoma;
	font-size:11px;
	color:#e69624;
	text-decoration:none;
}
a:hover.link{
	color:#f6b644;
}
.counters{
	padding-top:10px;
	float:right;
}

/*.lv a{color:#d7002b;}
a.lv{color:#d7002b;}
.lv a:hover{color:#f7204b;}
a:hover.lv{color:#f7204b;}
*/

.no_border{
	border:none;
}
