/* CSS Document */
html,body{
	margin:0;
	padding:0;
}
body{
	font: 12px Arial, Helvetica, sans-serif ;
	color:#000000;
	text-align:center
}
p{
	margin:0 10px 10px;
	text-align:justify;
}
a:hover {text-decoration:none}
div#header .logo{
	margin:0;
	padding-top:10px;
}
div#container{
	text-align:left
}
div#content p{
	line-height:1.4
}
div#left{
	width:228px;
	float:left;
}
div#navigation{
	width:228px;
}
div#footer{
	background: #333;
	color: #FFF;
	width:85%;
}
div#footer p{
	margin:0;
	padding:5px 10px
}
div#container{
	width:699px;
	margin:0 auto
}
div#content{
	float:right;
	width:471px
}
div#navigation{
	float:left;
	width:228px
}
div#extra{
	float:left;
	clear:left;
	width:228px;
	margin:0;
	padding-top:5px;
	line-height:18px;
}
.extraFont{
	color:#5984b0;
	font-weight:bold;
}
div#news{
	float:left;
	clear:left;
	width:228px;
	background:url(../img/new_bg.jpg) no-repeat;
	height:124px;
}
div#footer{
	clear:both;
	width:100%;
	background-color:#e2e2e2;
	padding-left:13px;
	padding-top:8px;
	color:#969693;
	text-align:center;
}
.red{
	color:red;
}
.title{
	text-indent:13px;
	color:#ffffff;
	font-weight:bold;}
.NewsTitle{
	text-indent:13px;
	color:#838282;
	font-weight:bold;}
.course_title{
	color:#e49b14;
	text-indent:80px;
	font-weight:bold;
	padding-top:12px;
}
.course {
	color:#808080;
	text-indent:80px;
	height:23px;
	line-height:23px;
	text-decoration:none;
}
.test_title{
	color:#5984b0;
	text-indent:80px;
	font-weight:bold;
	padding-top:12px;
}
.feel_title{
	color:#93bc3c;
	text-indent:80px;
	font-weight:bold;
	padding-top:12px;
}
.content_title{
	color:#7ea32e;
	font-weight:bold;
	text-indent:86px;
}
.TdBold{
	border-bottom:1px #b8b8b8 dotted;
	border-right:1px #b8b8b8 dotted;
}
.TextLink{
	color:#808080;
}
.moreText{
	color: #7EA32E;
	font-size: 11px;
	font-family: tahoma
}
.single_bold td{
	border:1px #b8b8b8 solid;
}
.float_left {
	FLOAT: left; MARGIN: 0px 10px 5px 0px
}
.divJustify{
	padding-left:90px;
	padding-top:5px;
}
.spanj{
	word-wrap : break-word ;
	word-break : normal ;
	text-align:justify;
}