* {font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;}


body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #3c3d66;
	background-image: url(../images/bg-body.jpg);
}


#ContainerOuter {
	width: 770px;
	padding-right: 50px;
	margin: 0px auto;
	text-align: left;
}


#ContainerMain {
	width: 770px;
	background-color: white;
}


#Header {margin-left: 11px;}


#HeaderImage {
	/* 748x248 */
	width:  738px;
	height: 22px;
	padding: 226px 0px 0px 10px;
	background-color: #bbb979;
	background-repeat: no-repeat;
}


#HeaderImage a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#HeaderImage a:hover {text-decoration: underline;}


#NavigationTop {
	/* 748x35 */
	width: 748px;
	height: 35px;
	font-size: 13px;
	background-color: #686989;
	background-repeat: no-repeat;
	background-image: url(../images/bg_top-navigation.gif);
}
#NavigationTop a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#NavigationTop a.Active, #NavigationTop a:hover {color: #6998dc;}


#NavigationLanguages {padding: 9px 0px 0px 11px;}


#NavigationLanguages a {
	text-transform: uppercase;
	float: left;
}


.SepNavTopLangs, .SepNavTopMenuSec {
	width:   1px;
	height: 12px;
	margin: 2px 4px 0px 4px;
	background-color: #6998dc;
}
.SepNavTopLangs   {float: left;}
.SepNavTopMenuSec {float: right;}


#MenuSecondary {padding-right: 11px;}
#MenuSecondary a {float: right;}


#ContainerInner {padding: 20px 9px 39px 9px;}


#MenuPrimary {
	width: 156px;
	float: left;
}
#MenuPrimaryTop, #MenuPrimaryBottom {
	width: 156px;
	height: 6px;
	background-repeat: no-repeat;
}
#MenuPrimaryTop    {background-image: url(../images/bg_menu-primary-top.gif);}
#MenuPrimaryBottom {background-image: url(../images/bg_menu-primary-bottom.gif);}
#MenuPrimaryContent {
	width: 141px;
	padding: 0px 7px 0px 8px;
	font-size: 13px;
	background-repeat: repeat-y;
	background-image: url(../images/bg_menu-primary-content.gif);
}
#MenuPrimaryContent a {
	display: block;
	padding: 5px 0px 9px 2px;
	font-weight: bold;
	text-decoration: none;
	color: #4b76b1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/sep_menu-primary.gif);
}
#MenuPrimaryContent a.Last {background-image: none;}
#MenuPrimaryContent a.Active {color: #333;}


.DivMenuPrimaryLevel2 {
	display: none;
	width: 280px;
	position: absolute;
	background-color: white;
	border: 1px #3c3d66 solid;
}
.DivMenuPrimaryLevel2 a {
	display: block;
	padding: 1px 4px;
	font-size: 12px;
	text-decoration: none;
	color: #006;
}
.DivMenuPrimaryLevel2 a:hover  {background-color: #cdcafd;}
.DivMenuPrimaryLevel2 a.Active {background-color: #cdcafd;}


#Content {
	padding-left: 164px;
	font-size: 13px;
	color: #333;
	text-align: justify;
}


.ImgLeft {
	margin: 0px 15px 15px 0px;
	float: left;
}
.ImgRight {
	margin: 0px 0px 15px 15px;
	float: right;
}


#HeaderTitle * {background-color: #dddafe;}
#HeaderTitleLeft, #HeaderTitleRight {
	width:  12px;
	height: 61px;
	background-repeat: no-repeat;
	float: left;
}
#HeaderTitleLeft  {background-image: url(../images/bg_header-left.jpg);}
#HeaderTitleRight {background-image: url(../images/bg_header-right.jpg);}
#HeaderTitle h1 {
	height: 41px;
	margin: 0px;
	padding-top: 20px;
	width: 561px;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	color: #b208e3;
	background-repeat: repeat-x;
	background-image: url(../images/bg_header-content.gif);
	float: left;
}


#ContentPage {padding: 0px 6px 0px 4px;}


#HotNews {
	width: 182px;
	padding-top: 145px;
	margin: 0px 0px 10px 10px;
	text-align: left;
	background-image: url(../images/bg_news.jpg);
	background-repeat: no-repeat;
	background-position: 19px 6px;
	float: right;
}


h2, #HotNews h2 {
	margin: 0px 0px 2px 0px;
	font-size: 17px;
	font-style: italic;
	color: #eba600;
}


div.HotNewsItem, div.HotNewsMore {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
div.HotNewsItem {
	margin-bottom: 5px;
	border-bottom: 1px #dadada solid;
}
div.HotNewsDate {color: #333;}
div.HotNewsTitle {padding-bottom: 10px;}
div.HotNewsTitle a {color: #4b76b1;}
div.HotNewsTitle a:hover {text-decoration: none;}
div.HotNewsMore, div.HotNewsMore a {color: #4b76b1;}


.NewsItemDate {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
.NewsItemSnippet {
	font-style: italic;
}


#Counter {
	display: none;
	visibility: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
}


.Cleaner {clear: both;}


/* *-*-* */


p {margin-top: 0px;}
