/* CSS Document */


/*  layout */
body {
	margin: 0px;
	padding: 0px;
	background:url(bg_body.jpg) repeat-x #CCC8C7;
}
body, table, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
form {
	display:inline;
}

.content p, .content li, .content div {
	text-align:justify;
}

/* LINKS */
a 		{ color:#277A9F; text-decoration:none; }
a:hover { color:#043957; text-decoration:underline; }

.footer a 		{ color:#277A9F; text-decoration:none; }
.footer a:hover { color:#043957; text-decoration:underline; }

/*  HEADERS */
h1 {
	color:#0893cf;
	font-size:18px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h2 {
	color:#043957;
	font-size:14px;
	display:inline;
}


/* CLASSES */
.navigation {
	width:886px; 
	height:47px; 
	margin:0px auto;
}
.mainImage {
	width:979px;
	height:276px; 
	margin:0px auto;
}
 .navigation div {
	float:left;
}
.contentContainer {
	width:832px; 
	margin:0px auto;
	background:url(bg_content_repeat.jpg) repeat-y;
}
.contentLeft {
	float:right; 
	width:560px
}

.contentLeftProjects {
	float:right; 
	width:815px
}
.contentRight {
	float:left; 
	width:190px
}
.subNavigation {
	padding:10px 0px 0px 0px;
	font-size:13px;
}
.sub {
	background:url(bg_subnav.gif) no-repeat scroll left 7px transparent;
font-size:13px;
padding:5px 0 0 15px;
}
.subsub {
	background:url(bg_subsubnav.gif) no-repeat scroll 15px -8px transparent;
font-size:13px;
padding:5px 0 0 30px;
}
.header {
	padding-bottom:12px;
}
.translate {
	text-align:right; 
	padding-top:10px;
}
.clear {
	clear:both;
}
.footerContainer {
	height:126px; 
	margin:0px auto; 
	background:url(bg_footer.jpg) repeat-x;
}
.footer {
	clear:both;
	width:832px;
	margin:0px auto; 
	height:40px; 
	padding-top:10px;
	text-align:center;
}
.logo {
	float:left; 
	padding-top:75px;
}
.footerLinks {
	float:right; 
	padding:63px 68px 0px 20px;
	color:#414141;
}

.news_date {
	font-weight:bold;
	padding-top:5px;
}