html, body {
	margin:0px;
	padding:0px;
	background-color:#959281;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#352929;
	text-align:center;
}

img {
	margin:0px;
}

a, a:active, a:visited {
	color:#4A542D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a:hover {
	color:#699331;
	text-decoration:underline;
}

input, select, textarea {
	color:#352929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#frame {
	width:1000px;
	margin:auto;
	text-align:left;
	background: url(../img/pageBG.png) repeat-y top left;
	vertical-align:top;
}

#leftCol {
	width:20px;
	float:left;
	background: url(../img/frameLeft.png) no-repeat top left;
	min-height:524px;
	padding:0px;
}

#rightCol {
	width:20px;
	float:right;
	background: url(../img/frameRight.png) no-repeat top left;
	min-height:524px;
	padding:0px;
}

#middleCol {
	float:left;
	width:960px;
	padding:0px;
}

#shadow {
	height:22px;
	line-height:10px;
	background: url(../img/shadow.png) no-repeat top left;
}

#splah {
	height:130px;
	background: url(../img/splash.png) no-repeat top left;
}

#nav {
	height:35px;
	background: url(../img/topMenuBG.png) no-repeat top left;
	padding-left:20px;
}

#navTop {
	margin:0px;
	padding:0px;
	display:inline;
}
#navTop li {
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-right:5px;
	letter-spacing:2px;
	padding-top:9px;
}

#navTop .active {
	background:url(../img/tick.png) no-repeat top center;
}

#navTop .active span a {
	color:#FFCC00 !important;
	text-decoration:none;
}

#navTop li a, #navTop li a:active, #navTop li a:visited {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#navTop li a:hover {
	color:#FFCC00;
	text-decoration:none;
}

#content {
	padding-top:15px;
	background-color:#DBd9C0;
	background: url(../img/pageTop.png) no-repeat top left;
}

#pageLeft {
	float:left;
	width:235px;
}

#pageContent {
	float:left;
	width:725px;
	padding-top:5px;
	font-size:12px;
	
}

#pageContent hr {
	border:none;
	border-top:1px solid #B9B6A2;
	border-bottom:1px solid #F1F1E7;
}

#footer {
	clear:both;
	height:50px;
	background: url(../img/footer.png) no-repeat top left;
}

/* LEFT NAVIGATION */

#navLeft {
	padding:0px;
	margin:0px;
}

#navLeft li {
	list-style:none;
	color:#16190D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:-3px;
	margin-bottom:2px;
}

#navLeft li a, #navLeft li a:active, #navLeft li a:visited {
	color:#16190D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	text-decoration:none;
	display:block;
	min-height:18px;
	background:url(../img/arr_off.png) no-repeat top left;
}

#navLeft li a:hover {
	background:url(../img/arr_on.png) no-repeat top left;
	color:#4A542D;
	text-decoration:none;
}

#navLeft .active a, #navLeft .active a:active, #navLeft .active a:visited {
	background:url(../img/arr_on.png) no-repeat top left !important;
	color:#4A542D !important;
	text-decoration:none !important;
}

/* BOTTOM NAVIGATION */
#footer #ipt {
	float:left;
	margin:8px 0px 0px 30px;
	background: url(../img/ipt.png) no-repeat top left;
}

#footer #ipt a {
	display:block;
	width:54px;
	height:28px;
}

#footer #ipt span {
	display:none;
}

#footer #copy {
	padding:9px 0px 0px 0px;
	line-height:12px;
	
}
#footer #copy a, #footer #copy a:active, #footer #copy a:visited {
	color:#454439;
	text-decoration:none;
}

#footer #copy a:hover {
	color:#606D3A;
	text-decoration:none;
}


#footer ul {
	width:650px;
	margin:16px 40px 0px 0px;
	float:right;
}

#footer li {
	list-style:none;
	float:right;
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:5px;
}

#footer li a, #footer li a:active, #footer li a:visited {
	color:#959281;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:lowercase;
}

#footer li a:hover {
	color:#606D3A;
	text-decoration:none;
}

/* CONTENT */
#photo {
	width:200px;
	margin:0px 0px 10px 17px;
	text-align:center;
}

#photo .img {
	border:1px inset white;
	margin-top:5px;
}

.cnt {
	background-color:#F1F1E7; 
}

.bf {
	display:block;
	margin-top:4px;
	text-align:left;
}

#photo .cnt h2 {
	display:block;
	color:#4F5932;
}

.box {
	margin-bottom:2px;
	background:url('../img/boxBg.png') repeat-y top left;
}

.box .head {
	background:url('../img/boxHead.png') no-repeat top left;
	height:10px;
}

.box .headLogo {
	background:url('../img/logoEnter.png') no-repeat top left;
	height:59px;
}

.box .foot {
	background:url('../img/boxFoot.png') no-repeat bottom left;
	height:10px;
}

.box .body {
	border-top:1px solid #7C8C4B;
	margin:0px 35px 0px 35px;
	padding-top:6px;
	font-size:11px;
}

.box .body form {
	margin:0px;
	padding:0px;
}

.box .body h4 {
	margin:0px 0px 8px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:0px solid #BAB7A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.box h3 {
	margin:0px 0px 4px 0px;
	padding:0px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#4A542D;
}

.box .body p {
	margin:0px;
	padding:0px;
	display:block;
	text-align:justify !important;
}

.box hr {
	width:70%;
	border:0px;
	margin:auto;	
}

h1 {
	margin:0px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4A542D;
}

h2 {
	margin:0px;
	display:inline;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7C8C4B;
}

.sitemap {
	margin:0px 0px 0px 17px;
	padding:0px;
}

.sitemap ul {
	padding:0px 0px 5px 25px;
}

.sitemap li {
	padding:2px;
}

.sitemap li a, .sitemap li a:active, .sitemap li a:visited {
	color:#352929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.sitemap li a:hover {
	color:#606D3A;
	text-decoration:underline;
}

.news {
	margin-bottom:0px;
	padding:5px;
	border-bottom:0px solid #B9B6A2;
	font-size:12px !important;
}
.news h1 {
	font-size:12px !important;
	font-weight:bold;
	color:#352929 !important;
}
.news h1 a, .news h1 a:active, .news h1 a:visited {
	color:#352929 !important;
	text-decoration:none;
}
.news h1 a:hover {
	color:#7C8C4B !important;
	text-decoration:underline;
}
.news #date {
	color:#666666;
	font-size:10px;
	font-style:italic;
}
.news #source {
	color:#666666;
	font-size:10px;
}

/* ROUNDED BOXES */
.t {background: url(../img/box_tbg.png) 0 0 repeat-x; width: 100%;}
.b {background: url(../img/box_bbg.png) 0 100% repeat-x}
.l {background: url(../img/box_lbg.png) 0 0 repeat-y}
.r {background: url(../img/box_rbg.png) 100% 0 repeat-y}
.bl {background: url(../img/box_bl.png) 0 100% no-repeat}
.br {background: url(../img/box_br.png) 100% 100% no-repeat}
.tl {background: url(../img/box_tl.png) 0 0 no-repeat}
.tr {background: url(../img/box_tr.png) 100% 0 no-repeat; padding:9px} 

/* INDEX PAGE */
#index {
	float:left;
	width:485px;
	border:0px solid gray;
}

#decisions {
	float:right;
	width:200px;
	border:0px solid gray;
	text-align:left;
	margin-right:20px;
	margin-top:5px;
}

#news {
	float:left;
	width:485px;
}
#news .news {
	border:none;
	padding-left:0px;
}
.dhead {
	color:#CC3300;
	font-size:11px;
	margin:0px;
	margin-top:3px;
}

.dbody {
	margin-bottom:0px;
	padding:0px;
}

#document {
	display:block;
	color:#666666;
	font-size:9px;
}

#TB_window {
	border: 4px solid #606D3A;
}

#levski {
	float:right;
	width:216px;
	height:332px;
	background:url(../img/levski.png) no-repeat top left;
}
