@charset "UTF-8";
/* CSS Document */

body {
	background: url(gfx/bkg.jpg) repeat-x #cee8f7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
}

* {
	margin: 0px;
	padding: 0px;
}



/* --- UNIVERSAL CLASSES --- */

.right {
	float: right;
}

.left {
	float: left;
}

.thanks {
	font-size: 11px;
	color: #FF0000;
}

.bigThanks {
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
}

.account {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.clear {
	clear: both;
}

.spacer {
	background: url(gfx/spacer.png) no-repeat;
	height: 10px;
}

.spacer30px {
	background: url(gfx/spacer.png) no-repeat;
	height: 10px;
	margin: 30px 0px 0px 0px;
}

.txtDate{
	color: #999;
}

.pTitle{
	margin: 0px 0px 20px 0px;
}

.pSubMenu{
	margin: 0px 0px 20px 0px;
}



/* --- MAIN LAYOUT --- */

#main {
	width: 750px;
	margin: auto;
}

#head {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

#langMenu {
	text-align: right;
	margin: 10px 0px 0px 0px;
}

#langMenu a{
	color: #FF0000;
	text-decoration: none;
}

#langMenu a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#menu {
	height: 29px;
	margin: 10px 0px 8px 0px;
}

#menu2{
	text-align: center;
}


#menu2 a{
	color: #FF0000;
	text-decoration: none;
}

#menu2 a:hover{
	color: #FF0000;
	text-decoration: underline;
}

#menuNoSub {
	margin: 10px 0px 30px 0px;
}



/* --- CONTENT ---*/

#content {
	width: 750px;
}

#content a {
	text-decoration: none;
	color: #FF0000;
}

#content a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#contPic {
	height: 200px;
}

#contPic.top {
	margin: 7px 0px 40px 0px;
}

#contTitle {
	margin: 30px 0px;
}

#contentLeft {
	float: left;
	width: 340px;
}

#contentLeft ul {
	float: left;
	width: 340px;
	list-style: none;
	margin: 0px 0px 10px 0px;
}

#contentLeft li {
	margin: 2px 0px;
}

#contentLeft h1 {
	font-size: 13px;
	margin: 20px 0px 2px 0px;
}

#contentRight {
	float: right;
	width: 340px;
	text-align: right;
}

#contentRight a {
	color: #FF0000;
	text-decoration: none;
}

#contentRight a:hover{
	text-decoration: underline;
	color: #ff0000;
}

#contentLeft a {
	color: #FF0000;
	text-decoration: none;
}

#contentLeft a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#contNews{
	margin: 0px 0px 30px 0px;
}

#contNews a {
	color: #FF0000;
	text-decoration: none;
}

#contNews a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.contNewsTxt{
	width: 340px;
	float: left;
}

.contNewsTxt a {
	color: #FF0000;
}

.contNewsTxt a:hover {
	color: #FF0000;
}

.contNewsPic{
	width: 340px;
	float: right;
	text-align: right;
}

#contNews ul{
	list-style: none;
}

.smallNews{
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.smallNews img{
	margin: 0px 0px 5px 0px;
}

.smallNews h1{
	font-size: 12px;
}



/* --- TOP PART --- */

#topPic {
	width: 340px;
	float: left;
}

#topTxt {
	width: 340px;
	height: 287px;
	float: right;
	text-align: justify;
}

#topTxt h1 {
	font-size: 17px;
	margin: 0px 0px 30px 0px;
}

#topTxt h2 {
	font-size: 13px;
	font-weight: normal;
}



/* --- MID TITLE --- */

#midTitleLeft {
	width: 340px;
	height: 40px;
	margin: 30px 0px 0px 0px;
}

#midTitleRight {
	width: 340px;
	height: 40px;
	margin: 30px 0px 0px 0px;
}



/* --- MID PART ---*/

.midLeft {
	width: 160px;
	float: left;
}

.midLeft.left{
	width: 160px;
	float: left;
	padding: 0px 0px 0px 20px;
}

.midLeft h1 {
	font-size: 13px;
	margin: 5px 0px;
}

.midRight {
	float: right;
	width: 160px;
}

.midRight.right {
	float: right;
	width: 160px;
	padding: 0px 20px 0px 0px;
}

.midRight h1 {
	font-size: 13px;
	margin: 5px 0px;
}



/* --- MID TITLE --- */

#btmTitleLeft {
	width: 340px;
	height: 40px;
	background: url(gfx/titleNews.png) no-repeat;
	background-position: bottom left;
	margin: 0px 0px 0px 0px;
}

#btmTitleRight {
	width: 340px;
	height: 40px;
	background: url(gfx/titleProjects.png) no-repeat;
	background-position: bottom left;
	margin: 0px 0px 0px 0px;
}


/* --- BOTTOM PART --- */

#btmLeft {
	width: 340px;
}

#btmLeft h2{
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

#btmLeft a{
	color: #FF0000;
}

#btmLeft a:hover{
	color: #FF0000;
}

#btmRight {
	width: 340px;
}


#btmRight h2{
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

#btmRight a{
	color: #FF0000;
}

#btmRight a:hover{
	color: #FF0000;
}

#btmLeft ul {
	list-style: none;
}

.greyTxt{
	color: #666;
}

#btmLeft h1{
	font-size: 13px;
	margin: 20px 0px 2px 0px;
}

#btmRight h1{
	font-size: 13px;
	margin: 20px 0px 2px 0px;
}

#btmRight ul {
	list-style: none;
}



/* --- GIVE & NEWSLETTER --- */

#giveBtn {
	margin: 30px 0px;
	float: left;
}

#newsletter {
	background: url(gfx/newsLetterBkg.png) no-repeat;
	height: 22px;
	width: 314px;
	margin: 30px 0px;
	padding: 30px 10px 10px 18px;
	float: right;
}

#frontNewsletter {
	background: url(gfx/newsLetterBkg.png) no-repeat;
	height: 22px;
	width: 314px;
	margin: 30px 0px 0px 0px;
	padding: 30px 10px 10px 18px;
	float: right;
}

#facebook{
	float: right;
	position: relative;
	top: 5px;
	color: #FF0000;
}

.fTxt{
	padding-bottom: 10px;
}

#engNewsletter {
	background: url(gfx/eng_newsLetterBkg.png) no-repeat;
	height: 22px;
	width: 314px;
	margin: 30px 0px;
	padding: 30px 10px 10px 18px;
	float: right;
}

#engFrontNewsletter {
	background: url(gfx/eng_newsLetterBkg.png) no-repeat;
	height: 22px;
	width: 314px;
	margin: 30px 0px 0px 0px;
	padding: 30px 10px 10px 18px;
	float: right;
}

.newsLetterForm {
	width: 230px;
	margin: 0px;
	padding: 0px;
}



/* --- FOOTER --- */

#footer {
	font-size: 9px;
	text-align: center;
	margin: 30px 0px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0000;
}

#footer a:visited {
	color: #000;
}