﻿body 
{
	background-color: #333333;
	font:	11.5px/1.5 Verdana, sans-serif;
	color:	#333333;
}

a:link {
	color: rgb(1,95,105); 
}
a:visited {
	color: rgb(230,130,44); 
} 
a:active {
	color: rgb(255,204,0);
}


/* --------------------------------------

					AREAS

   ------------------------------------ */

#mainArea 
{
	width: 950px;
	margin: 10px auto;
	background-image: url(../imgs/layout.jpg);
	background-repeat: no-repeat;
	background-color: White;
}

#header 
{
	width: 100%;
	height: 84px;
}

#menu 
{
	padding-top: 2px;
	height: 25px;
	vertical-align: middle;
	font: bold 11px Verdana, sans-serif;
}

#menu a:link    {color: #333333}
#menu a:visited {color: #333333}
#menu a:hover   {color: #FFFFFF}

#menu #sections
{
	margin-left: 210px;
}

#content
{
	width: 100%;
	margin: 30px 0 30px 0;
}

#lang
{
	height: 40px;
}

#left_column 
{
	float: left;
	width: 150px;
	top: -20px;
	padding: 0px 35px 0 25px;
}

#center_column
{
	float: left;
	width: 480px;
	padding: 0 20px 30px 0;
}

#right_column 
{
	float: left;
	width: 220px;
	padding: 170px 0 0 15px;
}

#bottom_border 
{
	clear: both;
	background-image: url(../imgs/footer.gif);
	background-position: top;
	width: 950px;
	height: 4px;
}

#footer
{
	text-align: right;
	font-size: 9px;
	background-color: #333333;
	color: White;
}

#footer a 
{
	color: White;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/* --------------------------------------

			BLOCK AREA [NEWS]

   ------------------------------------ */

.block 
{
	width: 150px;
	margin-bottom: 10px;
	font-size: 11px;
}

.block .block-header 
{
	height: 30px;
	background-image: url(../imgs/block-header.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #307988;
}

.block .block-body 
{
	background-image: url(../imgs/block-body.gif);
	color: #3991A3;
}

.block .block-footer 
{
	height: 13px;
	background-image: url(../imgs/block-footer.gif);
}

.block .block-header-text 
{
	padding: 5px 0 0 10px;
}

.block .block-body-text 
{
	padding: 5px 5px 0 10px;
}

.block a
{
	color: #3991A3;
	font-weight: bold;
}

/* --------------------------------------
					GENERAL
   ------------------------------------ */
h1, h2, h3, h4 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #004d5b;
	font-size: 14px;
	margin-bottom: 0;
}
table {
	border: 0;
}
img 
{
	border: 0;
}

/* --------------------------------------
					CLASSES
   ------------------------------------ */
.spacedList li
{
	margin-top: 1.2em;
}
.spacedList li ul li
{
	margin-top: 0;
}
.separator {
	color: White;
}
.separatorHoriz {
	width: 100%;
}
.caract {
	padding-left: 10px;
}
.caractHeader {
	border-bottom: solid 1px #CCCCCC;
}
.answer {
	font-size: 11px;
}
.question {
	font-weight: bold;
}
.thumb-cell {
	padding-bottom: 30px;
	text-align: center;
}
.faqimg {
	padding: 20px 0 5px 5px;
	text-align: center;
}
.bigger-text 
{
	font-size: 110%;
	font-weight: bold;
}
.quote 
{
	font-style: italic;
	text-align: justify;
	padding: 1em 2em;
}