body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}
.outcontainer
{
text-align:center;
width:100%;
	background-color: #E6E6E6;
}

.container
{
	width:960px; 
	text-align:left;
	margin:auto;
	background-color: #FFF;
	padding:0 0px 0 0px;
}
.gray_link {
	background-color: #E6E6E6;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
	line-height: 20px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

.snoska {
	padding-left: 20px;
	margin: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #972252;
	font-size: 12px;
}

.a11g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

.left_submenu {
	font-family: Tahoma;
	font-size: 13px;
	color: #1B4E6B;
	font-weight: normal;
	text-decoration: none;
	padding-left: 18px;
	height: 22px;
	margin: 0px;
	padding-right: 0px;
	display: block;
}

.site_map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 63px;
	padding-top: -20px;
	margin: 0px;
}
.small_pic_td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #972252;
}
.small_pic {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.small_pic_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
.bottom_gray_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
a {
	color: #1B4E6B;
}
.button {
	background-color: #F4F2F0;
	border: 1px solid #666666;
	font-size: 12px;
	font-family: Tahoma;
}
.news_date {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	padding-left: 22px;
}
.news_link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #1B4E6B;
	text-decoration: underline;
	padding-left: 22px;
}
.news_desc {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 14px;
	padding-left: 22px;
}



.top_uni_text {
	color: #D1DCE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	margin-top: 0px;
}
#bottom_menu a {
	font-family: Tahoma;
	font-size: 10px;
	color: #1B4E6B;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
#bottom_menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
}
.koren {
	background-image: url(/images/koren.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: -10px;
	padding-bottom: 0px;
	background-position: 22px 0px;
}


.bullet {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 22px;
}

h1{
	margin:0; padding:0;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1B4E6B;
}

h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B4E6B;
}



.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
	padding-left: 8px;
}
#data p {
	padding-left: 22px;
	line-height: 17px;
}


html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited {color: #486DAA;}
/*a:visited{color:#8C9AA8;}*/
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/header_bg.gif) repeat-x;
	border-bottom:1px solid #D6D6D6;
}

#header_logo
{
	position:absolute;
}

#header_text
{
	position:absolute;
	left:210px;
	top: 30%;
	color:#fff;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}