body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma,verdana, arial, helvetica, sans-serif;
	font-size:11px;
	background:transparent url(images/bg.png) top left;
	
}
div{
border:0;
}
a {
	text-decoration: none;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
a img{
	border:0;
}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}

input, select, textarea {
	border:1px solid #CCCCCC;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:2px;
	text-align:left;
}
.gbutton {
	background:#3D484A none repeat scroll 0%;
	border:0pt none;
	color:#FFFFFF;
	font-family:tahoma,verdana,arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px;
	text-align:center;
	cursor:pointer;
}	
/*************************************/
body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	padding: 0;
}
.clr {
	clear: both;
}
p {
	margin: 0;
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 24px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 22px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h5 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 3px double #EEEEEE;
}
h6 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 1px solid #EEEEEE;
}
a:link, a:visited {
	color: #00469b;
	text-decoration: none;
	position: relative;
}
a:hover{
	color: #9F0004;
	text-decoration: underline;
}
a:focus {
  outline: none;
}
ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul a:link, ul a:visited{
	color: #00469B;
	text-decoration: none;
}
ul a:hover{
	color: #9F0004;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
	position: relative;
}
input, select {
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
.mj-unselectable .inputbox{
	-moz-user-select:all;
}
.inputbox{
	margin: 1px 0;
	-moz-user-select:text;
}
.inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox{
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #000;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
}
hr {
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}
.info{
	padding:5px;
	margin:5px;
	color:#C30D1C;
	border:2px dashed #C30D1C;
}

/*
CSS Menu
*/
.bb-header-menu-seperator{
	margin:6px 10px 0 10px;
	width:1px;
	height:19px;
	background:transparent url(images/menusep.png) top left no-repeat;
	float:left;
}

ul.cssMenu{
	position:relative;
}
.cssMenui0{
	float:left;
}
ul.cssMenu ul{display:none}
ul.cssMenu li:hover>ul{display:block}
ul.cssMenu ul{position: absolute;left:-1px;top:98%;}
ul.cssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.cssMenu,ul.cssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
}
ul.cssMenu table {border-collapse:collapse}ul.cssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.cssMenu ul{
	width:200px;
	border:1px solid #0A323E;
	background-color:#F9FBE3;
}
ul.cssMenu li{
	display:block;
	font-size:0px;
}
ul.cssMenu a:active, ul.cssMenu a:focus {
	outline-style:none;
}
ul.cssMenu a, ul.cssMenu li.dis a:hover, ul.cssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:5px;
	_padding-left:0;
	font-family:myriad pro, Gill, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
ul.cssMenu span{
	overflow:hidden;
}
ul.cssMenu li {
	float:left;
}
ul.cssMenu ul li {
	float:none;
}
ul.cssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.cssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.cssMenu li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;	background-image:none;}
ul.cssMenu ul li.sep span{
	width:100%;
	height:3;
}
ul.cssMenu li:hover{
	position:relative;
}
ul.cssMenu li:hover>a{
	color:#135517;
	text-decoration:none;
}
ul.cssMenu li a:hover{
	position:relative;
	text-decoration:none;
}
ul.cssMenu li.dis a {
	color: #08280a !important;
}
ul.cssMenu img {border: none;float:left;_float:none;margin-right:5px;width:16px;
height:16px;
}
ul.cssMenu ul img {width:16px;
height:16px;
}
ul.cssMenu img.over{display:none}
ul.cssMenu li.dis a:hover img.over{display:none !important}
ul.cssMenu li.dis a:hover img.def {display:inline !important}
ul.cssMenu li:hover > a img.def  {display:none}
ul.cssMenu li:hover > a img.over {display:inline}
ul.cssMenu a:hover img.over,ul.cssMenu a:hover ul img.def,ul.cssMenu a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover a:hover ul img.def,ul.cssMenu a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover img.over,ul.cssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.cssMenu a:hover img.def,ul.cssMenu a:hover ul img.over,ul.cssMenu a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover a:hover ul img.over,ul.cssMenu a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover img.def,ul.cssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.cssMenu a:hover ul,ul.cssMenu a:hover a:hover ul,ul.cssMenu a:hover a:hover a:hover ul{display:block}
ul.cssMenu a:hover ul ul,ul.cssMenu a:hover a:hover ul ul{display:none}
ul.cssMenu ul li{
	width:195px;
}

/*
Liderfen
*/
.cssMenum .cssMenum{
	background:#254589;
}
.cssMenum .cssMenum a{
	color:#fff;
}
.cssMenum .cssMenum a:hover{
	color:#d3d3f8;
}

.lf-main-frm{
	width:958px;
	position:absolute;
	left:50%;
	margin-left:-479px;
	margin-top:15px;
	margin-bottom:15px;
}
.lf-main-frm1{
	width:14px;
	height:14px;
	background:transparent url(images/bgf1.png) top left no-repeat;
}
.lf-main-frmt{
	width:924px;
	height:14px;
	background:transparent url(images/bgft.png) top left repeat-x;
}
.lf-main-frm2{
	width:14px;
	height:14px;
	background:transparent url(images/bgf2.png) top left no-repeat;
}
.lf-main-frmr{
	background:transparent url(images/bgfr.png) top left repeat-y;
}
.lf-main-frml{
	background:transparent url(images/bgfl.png) top left repeat-y;
}
.lf-main-frm3{
	width:14px;
	height:14px;
	background:transparent url(images/bgf3.png) top left no-repeat;
}
.lf-main-frmb{
	width:924px;
	height:14px;
	background:transparent url(images/bgfb.png) top left repeat-x;
}
.lf-main-frm4{
	width:14px;
	height:14px;
	background:transparent url(images/bgf4.png) top left no-repeat;
}


.lf-main-c-frm{
	width:924px;
}
.lf-main-c-frm1{
	width:7px;
	height:7px;
	background:transparent url(images/cbg1.png) top left no-repeat;
}
.lf-main-c-frmt{
	width:910px;
	height:7px;
	background:transparent url(images/cbgt.png) top left repeat-x;
}
.lf-main-c-frm2{
	width:7px;
	height:7px;
	background:transparent url(images/cbg2.png) top left no-repeat;
}
.lf-main-c-frmr{
	background:transparent url(images/cbgr.png) top left repeat-y;
}
.lf-main-c-frml{
	background:transparent url(images/cbgl.png) top left repeat-y;
}
.lf-main-c-frm3{
	width:7px;
	height:7px;
	background:transparent url(images/cbg3.png) top left no-repeat;
}
.lf-main-c-frmb{
	width:910px;
	height:7px;
	background:transparent url(images/cbgb.png) top left repeat-x;
}
.lf-main-c-frm4{
	width:7px;
	height:7px;
	background:transparent url(images/cbg4.png) top left no-repeat;
}
.lf-head{
	position:relative;
	left:0;
	top:0;
	height:120px;
}
.lf-logo{
	width:110px;
	height:110px;
	position:absolute;
	left:10px;
	top:5px;
	background:transparent url(images/logo.png) top left no-repeat;
}
.lf-logo-text{
	width:387px;
	height:34px;
	position:absolute;
	left:130px;
	top:15px;
	background:transparent url(images/logo_text.png) top left no-repeat;
}
.lf-tsm{
	position:absolute;
	left:575px;
	top:5px;
	height:22px;
	width:342px;
}
.lf-tsml{
	width:4px;
	height:22px;
	background:transparent url(images/tsml.png) top left no-repeat;
	float:left;
}
.lf-tsmc{
	background:transparent url(images/tsmb.png) top left repeat-x;
	float:left;
}
.lf-tsmr{
	float:left;
	width:4px;
	height:22px;
	background:transparent url(images/tsmr.png) top left no-repeat;
}
.lf-tsms{
	width:1px;
	height:22px;
	float:left;
	margin:0 5px;
	background:transparent url(images/tsms.png) top left no-repeat;
}
.lf-tsm1{
	width:65px;
	height:22px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tsm1.png) top left no-repeat;
}
.lf-tsm2{
	width:33px;
	height:22px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tsm2.png) top left no-repeat;
}
.lf-tsm3{
	width:74px;
	height:22px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tsm3.png) top left no-repeat;
}
.lf-tsm4{
	width:78px;
	height:22px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tsm4.png) top left no-repeat;
}

.lf-tm{
	position:absolute;
	left:146px;
	top:68px;
	height:55px;
	width:760px;
}
.lf-tml{
	width:9px;
	height:45px;
	background:transparent url(images/tml.png) top left no-repeat;
	!float:left;
	position:absolute;
	left:0;
	top:10px;
}
.lf-tmc{
	background:transparent url(images/tmb.png) top left repeat-x;
	!float:left;
	position:absolute;
	top:10px;
	left:9px;
}
.lf-tmc LI.lf-tm7{
	margin-top:-10px;
}
.lf-tmc ul.cssMenum{
	padding:0;
}
.lf-tmc li.cssMenui0{

}
.lf-tmr{
	!float:left;
	width:9px;
	height:45px;
	position:absolute;
	left:9px;
	top:10px;
	background:transparent url(images/tmr.png) top left no-repeat;
}
.lf-tmc LI.lf-tms{
	margin:0 5px;
}
.lf-tms{
	width:2px;
	height:45px;
	float:left;
	margin:0 5px;
	background:transparent url(images/tms.png) top left no-repeat;
}
.lf-tm1{
	width:80px;
	height:45px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tm1.png) top left no-repeat;
}
.lf-tm2{
	width:61px;
	height:45px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tm2.png) top left no-repeat;
}
.lf-tm3{
	width:88px;
	height:45px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tm3.png) top left no-repeat;
}
.lf-tm4{
	width:109px;
	height:45px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tm4.png) top left no-repeat;
}
.lf-tm5{
	width:78px;
	height:45px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tm5.png) top left no-repeat;
}
.lf-tm6{
	width:64px;
	height:45px;
	cursor:pointer;
	float:left;
	margin:0 5px;
	background:transparent url(images/tm6.png) top left no-repeat;
}
.lf-tm7{
	width:151px;
	height:55px;
	cursor:pointer;
	float:left;
	margin-top:-10px;
	background:transparent url(images/tm7.png) top left no-repeat;
}
.lf-c1-cnt{
	width:375px;
	height:333px;
	float:left;
	margin-left:10px;
}
.lf-duyurular-cnt{
	width:375px;
	height:214px;
	margin-top:10px;
	float:left;
}
.lf-duyurular1{
	width:177px;
	height:51px;
	background:transparent url(images/duyuru1.png) top left no-repeat;
}
.lf-duyurulart{
	background:transparent url(images/duyurut.png) top left repeat-x;
	width:191px;
	height:23px;
}
.lf-duyurular2{
	background:transparent url(images/duyuru2.png) top left no-repeat;
	width:7px;
	height:7px;
}
.lf-duyurularl{
	background:transparent url(images/duyurul.png) top left repeat-y;
	width:7px;
}
.lf-duyurularr{
	background:transparent url(images/duyurur.png) top left repeat-y;
	width:7px;
}
.lf-duyurularb{
	background:transparent url(images/duyurub.png) top left repeat-x;
	height:7px;
}
.lf-duyurular3{
	background:transparent url(images/duyuru3.png) top left no-repeat;
	width:7px;
	height:7px;
}
.lf-duyurular4{
	background:transparent url(images/duyuru4.png) top left no-repeat;
	width:7px;
	height:7px;
}
.lf-duyurularc{
	width:361px;
}
.lf-duyurularc a:link{
	color:#000000;
}
.lf-duyurularc ul{
	margin:8px 25px;
}
.lf-duyurularc li{
	list-style:square url(images/duyurublt.png);
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-size:12px;
}
.lf-btnpuan{
	width:178px;
	height:96px;
	background:transparent url(images/btnpuan.png) top left no-repeat;
	float:left;
	margin-top:13px;
	cursor:pointer;
}
.lf-btnvideo{
	width:178px;
	height:96px;
	background:transparent url(images/btnvideo.png) top left no-repeat;
	float:left;
	margin-left:19px;
	margin-top:13px;
	cursor:pointer;
}
.lf-spot-news{
	width:425px;
	height:294px;
	border:1px solid #bbb4b4;
	float:left;
	margin:38px 0px 0px 60px;
	position:relative;
}
.bb-spot-news-cnt{
	position:absolute;
}
.lf-frames{
	float:left;
	width:886px;
	margin:13px 10px;
}
.lf-frmbg{
	width:272px;
	height:132px;
	background:transparent url(images/frm.png) top left no-repeat;
	float:left;
	font-family: "calibri", verdana, Tahoma, arial, helvetica, sans-serif;
}
.lf-lgs{background:transparent url(images/lgs.jpg) top left no-repeat;}
.lf-kpss{
background:transparent url(images/kpss_dgs.jpg) top left no-repeat;
margin:0 25px;
}
.lf-lys{background:transparent url(images/ygs_lys.jpg) top left no-repeat;}
.lf-frm-title{
	font-size:30px;
	font-weight:bold;
	color:#27498e;
	margin-left:10px;
}
.lf-frm-text{
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}
.lf-frm-continue{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	color:#254589;
	float:right;
}
.lf-bm{
	width:885px;
	height:34px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}
.lf-bml{
	width:7px;
	height:34px;
	background:transparent url(images/bml.png) top left no-repeat;
}
.lf-bmc{
	height:34px;
	background:transparent url(images/bmc.png) top left repeat-x;
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding-left:5px;
	
}
.lf-bmc a{
	color:#fff;
}
.lf-bmr{
	width:8px;
	height:34px;
	background:transparent url(images/bmr.png) top left no-repeat;
}
.lf-inline-center{
	margin:10px;
}
.lf-content-title{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
.lf-content-text-all{
	
}
.lf-main-c-frmc{
	background:#fff;
}

