@import url(../_styles/left_menu.css); /* Left Menu */
@import url(../_styles/left_news.css); /* Latest News */
@import url(../_styles/news_list.css); /* Latest News */
@import url(../_styles/contact.css); /* Contact form */

html {
	height: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	background-color: #9CB62D;
	background-image: url(../_img/wraper_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000099;
}

h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
ul {
	margin-top: 0px;
}

h6 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.mainBg {
	background-color: #FFFFFF;
	margin-left: 210px;
	margin-right: 210px;
	/*height: 100%;*/
	position: relative;
	min-height: 100%;
}

* html .mainBg {
	left: 0px;
	right: 420px;
	position: absolute;
	height: 100%;

}

.rightBg {
	float: right;
	width: 210px;
	height: 474px;
	background-image: url(../_img/right-side_bg.jpg);
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px; 
	margin-bottom: 0px;
}
* html .rightBg {
	position: absolute;
}

/*
TOP SIDE
-------------------------------------------------------*/
.header {
	height: 168px;
	background-image: url(../_img/top-side_bg.jpg);
	background-repeat: repeat-x;
}
* html .header {
	float: left;
}
.topL {
	width: 210px;
	height: 168px;
}
.topR {
	width: 210px;
	height: 168px;
	background-image: url(../_img/left_shadow.jpg);
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	/*border: 1px solid #0000FF;*/
}
.topLinks {
	padding-top: 15px;
	padding-right: 12px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: right;
}
.topLinks a {
	color: #336699;
	font-size: 11px;
	text-decoration: none;
}
.topLinks a:hover {
	text-decoration: underline;
}
.langFlag {
	position: absolute;
	top: 15px;
}

.mainTitle {
	float: right;
	width: 382px;
	height: 82px;
	margin-top: 30px;
	background-image: url(../_img/stepc-title.jpg);
	background-repeat: no-repeat;
}

/*
LEFT SIDE
-------------------------------------------*/
.leftColumn {
	float: left;
	width: 210px;
	/*border: 1px solid #000000;*/
}
.menuTitle {
	height: 24px;
	background-image: url(../_img/menu-title_bg.jpg);
	background-repeat: no-repeat;
}


/*
MAIN SIDE
-------------------------------------------*/



.rightColumn {
	float: right;
	width: 210px;
}
.mainContent {
	/*border: 1px solid #FF0000;*/
	margin-left: 15px;
	margin-right: 15px;
}
.content {
	line-height: 19px;
}



/*
BOTTOM SIDE
-------------------------------------------*/
.bottomLinks {
	float: right;
	width: 50%;
	margin-top: 25px;
	margin-right: 12px;
	padding-top: 8px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.bottomLinks a {
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
.bottomLinks a:hover {
	text-decoration: underline;
}

.bottomLogos {
	float: right;
	width: 90%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 12px;
	text-align: right;
}
/*
LISTS
-------------------------------------------*/
pre {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(../_img/anchor.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.anchorList_title {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 2px;
}


.anchorList {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	margin-left: -40px;
	margin-top: 20px;
	list-style-type: none;
}
* html .anchorList {
	margin-left: 0px;
}

.anchorList li {
	margin-top: 0px;
	margin-bottom: 7px;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(../_img/anchor.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 15px;

}
.anchorList li a {
	font-size: 12px;
	margin-top: 0px;
	text-decoration: none;

}
* html .anchorList li a {
	height: 100%;
}
.anchorList a:hover {
	text-decoration: underline;
}