/* ======  Container  ====== */
html{color:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}*/table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


html,body{
	width:100%;
	height:100%;
}
*{margin:0; padding:0;}

body{
	background:#ffffff url(../images/bg-body.jpg) 0 0 repeat-x;
}
body, td, th, p {
	color:#000;
	font:normal 12px Arial, Helvetica, sans-serif;
}
a{
	color:#78ab38;
	text-decoration:none;
}
a:hover {color:#18215a;}
h2{
	padding:0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#b8152f;
}
/* ======  Body ====== */
.container{
	width:970px;
	height:auto !important;
	height:100%;
	min-height:100%;	
	position:relative;
	margin:auto;	
	z-index:1;
	text-align:center;
}
/* ======  Header ====== */
.head{
	width:910px;
	height: 108px;
	margin:auto;
}
.logo{
	float:left;
	width:269px;
	height:90px;
}
.linksBlock{
	float:right;
	width:165px;
	height:108px;
}
.linksTopRTE{
	display: block;	
	width:165px;
	height:21px;
	margin:15px 0 0 0;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
.linksTopRTE .RTEEntryPoint{
	float:left;
	margin:0 0 -16px 0;
}
.search{
	float:right;
}
.search input.searchText{
    background-color:#fff;
	float:left;
	width:120px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #acacac; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	margin:1px 0 0 0;
	padding:0 0 0 5px;	
	color:#18215a;
}
.search .searchBtn{
	background:url(../images/search-btn.gif) top right no-repeat;
	float:left;
	width:22px;
	height:21px;
	border:0 none;
	cursor:pointer;
	cursor:hand;
}
.langs{
	float:right;
	width:157px;
	padding:10px 0 0 0;
	text-align:right;
}
.langs a{
	display:block;
	float:left;
	width:22px;
	height:16px;
	border:2px solid #e4e4e4;
	margin:0 0 0 8px;
}
.langs a:hover,.langs a.select{
	border:2px solid #c9c9c9;
}
/* Picture Frame */
.pictureFrame{
	width:910px;
	height:165px;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}

.contentBlock{
	width:910px;
	height:auto;
	margin:auto;
	padding-bottom:75px;
	text-align:left;
	overflow:hidden;
}
.print{
	position:relative;
	float:right;
	width:28px;
	height:29px;
	margin-bottom:-29px;
	z-index:2;
}
.print a img{		background:url(../images/print.gif) 0 0 no-repeat;}
.print a:hover img{	background:url(../images/printr.gif) 0 0 no-repeat;}
.subMenuBlock{
	float:left;
	width:169px;
	min-height:150px;
}
.content{
	position:relative;
	float:left;
	width:540px;
	height:auto;
	padding-left:15px;
	text-align:left;
	z-index:1;
	overflow:hidden;
}
.contentText{
}
/* ======  Footer  ====== */
.footer{
	position:relative;
	width:910px;
	height:50px;
	margin:auto;
	margin-top:-50px;
	z-index:1;
	overflow:hidden;
}
.footerRTE{	
	width:640px;
	height:auto;
	margin:	auto;
	padding:0;
	text-align:center;
	overflow:hidden;
}
.footerRTE .RTEEntryPoint{
	float:left;
	margin:0 0 -16px 0;
}
.negeso{
	position:absolute;
	right: 0;
	top:30px;
	width:150px;
	height:12px;
	font:9px Tahoma, Arial, Helvetica, sans-serif;
	text-align:right;
}
.negeso a{color:#7b7b7b;}
.negeso a:hover{color:#18215a;}

.negeso img {
	height:11px;
	width:11px;	
	margin:0 5px 0 0;
	vertical-align:middle;
}
/* ======  End Footer  ====== */
