﻿html
{
	overflow-y: scroll;
}
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img
{
    border-style: none;
}
a
{
	text-decoration: none;
	color: #999999;
}
a:hover 
{
	color: #AA1428;
}
.page a
{
	color: #6392AC;
	border-bottom: dotted 1px #6392AC;
}
.page a:hover
{
	color: #AA1428;
	border-bottom: dotted 1px #AA1428;
}
.newsList a, .courseList a, .langItem a
{
	color: #6392AC;
	border-bottom: none 0px #6392AC;
}
.newsList a:hover, .courseList a:hover, .langItem a:hover
{
	color: #AA1428;
	border-bottom: none 0px #AA1428;
}
i
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
}
p 
{
	text-align: left;
}
h1, h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height: 28px;
	text-align: left;
	margin: 0px 40px 0px 40px;
}
h1
{
	font-size: 24px;
	color: #333333;
	letter-spacing: -1px;
}
h4
{
	font-weight: normal;
}
ul 
{
	margin-left: 0px;
	padding-left: 0px;
}
li
{
	padding-left: 30px;
	min-height: 24px;
	list-style: outside;
	list-style-type: none;
	background: url('/images/li_bullet.png') no-repeat;
	background-position: 5px 4px;
}
strong 
{
	color: #333;
}
.main
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
    /*border: dotted 1px red;
	background-color: #feeeef;*/
}
.lang
{
    margin: 0px 20px 0px 0px;
	padding-bottom: 0px;
	float:right;
	clear:both;
}
.langItem, .langItemSelected
{
    font-weight:bold;
    line-height:40px;
    text-transform:uppercase;
    float:left;
    font-size:10px;
}
.header
{
	margin: 25px 20px 20px 20px;
	padding-bottom: 20px;
	clear:both;
	/*background-color: #f3663f;*/
}
.content
{
	padding-top: 20px;
}
.footer
{
	margin: 25px 20px 0px 20px;
	/*background-color: #edffde;*/
}
.siteMap
{
	clear: left;
}
.leftMenu
{
	width: 180px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	/*background-color: #c0ff0c;*/
}
.page
{
	width: 780px;
	overflow: hidden;
	float: left;
	/*background-color: #cfeefc;*/
}
