@charset "UTF-8";

body{
	background-image:url(../img/interface/white2000.gif);
	background-position:center;
	background-repeat:no-repeat;
}

div#container{
	width:991px;
	text-align:left;
	margin:0 auto;
	padding:10px 0px;
	background-color:#FFFFFF;
}

div#sidebar1{
	float:left;
	width:180px;
	padding:0px 10px 0px 0px;
}

div#sidebar2{
	float:right;
	width:180px;
	padding:0;
	margin:0;
	line-height:1.3;
	background-color:#f5f5f5;
}

div#mainContent{
	margin:0px 185px;
	padding:0px 10px 150px 10px;
}

h1{
	margin:0px 0px 12px 0px;
	padding:0;
	font-size:150%;
	text-transform:uppercase;
}

div#mainContent h2{
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:110%;
}

/* ---------- SIDEBAR2 STYLES -------------- */
div#sidebar2 p, div#sidebar2 div{
	padding:6px;
	font-size:86%;
}

div#sidebar2 h1{
	font-size:95%;
	text-transform:uppercase;
	padding:4px 6px;
	margin-top:-1px;
	margin-bottom:0px;
	background-image:url(../img/interface/gradient_red.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
}

#sidebar2 h2{
	margin:0;
	padding:0px 0px 6px 0px;
	font-size:110%;
}

#sidebar2 a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#sidebar2 a:hover{
	color:#6D0028;
}

#sidebar2 .element{
	
	font-size:88%;
}

#sidebar2 .element2{
	padding:6px 8px 6px 8px;
	font-size:88%;
}


#sidebar2 .element:hover{
	background-color:#CFCFCF;
}

#sidebar2 .element img{
}


#sidebar2 .sep{
	border-bottom:1px dotted #999;
}

/* --------- */

div#header{
	height:27px;
	text-align:right;
	padding-right:5px;
	font-size:90%;
	color:#666666;
}

div#toolbar li{
	list-style-type:none;
}

div#toolbar ul{
	margin:0;
	padding:0;
}


div#langselect{
	background-color:#fff;
	font-size:90%;
	text-align:right;
	padding-right:5px;
}

div#langselect select{
	font-size:smaller;
	margin:0;
	padding:0;
}

div#langselect img{
margin-right:6px;
}

div#langselect td{
	text-align:right;
}

div#header p{
	margin:0;
	padding-top:8px;
}

div#toolbar{
	height:51px;
	padding:3px 10px;
	background-color:#1964D7;
	background-image:url(../img/interface/toolbar_gradient.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin-bottom:10px;
}

div#toolbar form{
	margin-top:22px;
}

div#toolbar li{
	float:left;
	margin-right:12px;

}

div#toolbar li a{
	color:#FFFFFF;
	text-decoration:none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#news{
	width:600px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 180px; }
#sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar2, #sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

form{
	padding:0;
	margin:0;
}
