﻿@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	height:100%;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #002e60;
}

div, span, ul, li, a, p, h1, h2, h3, h4, h5 { margin:0; padding:0; }
ul, li { list-style-type:none; }

.clear { clear:both; }

#site-container {
width: 960px;
margin: auto;
}

#header {
	height: 100px;
	background-image:url(../images/bgheader.jpg);
	background-repeat:no-repeat;
	color:#FFF;

}
		#header a:link {color: #FFFFFF; text-decoration: none; }
		#header a:visited {color: #FFF; text-decoration: none; }
		#header a:hover {color: #FF3; text-decoration: none; }
		#logocontainer {
		width:400px;
		float:left;
		}
		
		#topright {
	margin-left:360px;
	float: right;
	color: #FFF;
		}
		
		#topright ul li
		{
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	line-height: 20px;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;
	margin: 0;
	
		}
		#topright ul li a:visited {color: #FFF; text-decoration: none; }
		#topright ul li a:hover {color: #FF3; text-decoration: none; }
		#topright ul li a:link {color: #FF; text-decoration: none; }
		
		#language {
	float:right;
	margin-left:360px;
	margin:15px 10px 0 0;
	text-align:right;
		}
		#language a {color:#FFFFFF; text-decoration: none; }
		#language ul {}
		#language li { display:inline; list-style-type: none; padding: 12px 0 0 12px;  }
		#language ul li a {  }

#navbar{
height:50px;
background-color:#003b79;
}

#navcontainer {

}

		#navcontainer ul li
		{
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	background: url("../images/bgnavbar.gif");
	background-repeat:no-repeat;
	text-align: center;
	font-weight:bold;
	font-family: verdana, sans-serif;
	font-size: 10px;
	height: 50px;
		}
		
			#navcontainer a
			{
			color: #fff;
			text-decoration: none;
			padding-top: 15px;
			display: block;
			width: 137px;
			height: 50px;
			}
			
				#navcontainer li#active { 
				background: url("../images/bgnavbaron.gif"); 
				background-repeat:no-repeat;
				}
				#navcontainer a:hover { 
				background: url("../images/bgnavbaron.gif"); 
				background-repeat:no-repeat;
				}
				

#banner{
width: 960px;
}

#countries{
width: 960px;
height: 30px;
background-image:url(../images/bgcountries.jpg);
background-repeat:no-repeat;
border-bottom:#b3812b;
border-bottom-width:thin;
font-weight:bold;
}

		#countries ul li{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		background-color:#FFFFFF;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		}

			#countries a{
			color: #000;
			text-decoration: none;
			padding-top: 4px;
			padding-bottom: 4px;
			display: block;
			width: 136px;
			height: 20px;
			}

#content {
	width: 960px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: left;
}
	
	#content-left{
	width: 670px;
	float:left;
	
	}
	
				#content-left p {
	font-size:11px;
	text-align:justify;
	line-height:14px;
	margin:10px;
	padding-right: 10px;
				}
					#content-left ul {
	margin: 10px;
	padding: 10px;
						}
				
				#content-left h1{
				font-size:14px;
				margin-left: 10px;
				margin-bottom: 15px;
				margin-top: 15px;
				}
				
				#content-left h2 {
				font-size:14px;
				margin-left: 10px;
				margin-right: 25px;
				margin-top: 10px;
				margin-bottom: 10px;
				}
				#content-left h3 {
				font-size:14px;
				margin-left: 25px;
				margin-right: 25px;
				margin-top: 10px;
				margin-bottom: 10px;
				}
				
				#content-left a:link {
				color:#c6902f;
				text-decoration: none;
				}
				
				#content-left a:visited {
				color:#c6902f;
				text-decoration: none;
				}	
				
				#content-left a:hover {
				color:#c6902f;
				text-decoration: underline;
				}	
				
				#content-left a:active {
				color:#c6902f;
				text-decoration: none;
				}		
				
				
	#content-right{
	width: 290px;
	height: 400px;
	float:	left;
	background-image:url(../images/leftside.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
					
				#content-right h2 {
				color: #999;
				margin-top: 5px;
				margin-right: 0px;
				margin-bottom: 8px;
				margin-left: 10px;
				padding-top: 0px;
				padding-right: 0px;
				padding-bottom: 4px;
				padding-left: 0px;
				border-bottom: 1px solid #ccc;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				}
				
				#content-right ul {
				list-style: none;
				margin: 0 0 20px 0;
				padding: 0;
				}
			
				#content-right ul li {
				display: inline;
				margin:0;
				padding:0;
				}
				#content-right li{
				list-style: none;
				}
			
				#content-right ul li a {
				border-bottom: 1px solid #ccc;
				color: #ff7800;
				display: block;
				text-decoration: none !important;
				margin-left: 10px;
				padding-top: 4px;
				padding-right: 10px;
				padding-bottom: 4px;
				padding-left: 25px;
				background-image: url(images/navbulle.gif);
				background-repeat: no-repeat;
				background-position: 10px 50%;
				}
			
			
				#content-right ul li a:hover{
				border-bottom-color: #fff;
				color: #666 !important;
				background-color: #ccc;
				}
				
				#content-right .text{
				font-size:11px;
				margin-left:25px;
				margin-right:25px;
				text-align:justify;
				}
	
				#content-right h1{
				font-size:11px;
				font-weight:bold;
				margin-left:25px;
				margin-right:25px;
				text-align:justify;
				}	
	
				#content-right .date{
				font-size:11px;
				color:#3b3536;
				font-style:italic;
				margin-left:25px;
				margin-right:25px;
				text-align:justify;
				}
				
				#content-right .newstitle{
				font-size:14px;
				color:#333333;
				margin-left:25px;
				margin-right:25px;
				margin-top:15px;
				text-align:justify;
				}
				
				#content-right a:link {
				color:#c6902f;
				text-decoration: none;
				}	
				
				#content-right a:visited {
				color:#c6902f;
				text-decoration: none;
				}	
				
				#content-right a:hover {
				color:#c6902f;
				text-decoration: underline;
				}	
				
				#content-right a:active {
				color:#c6902f;
				text-decoration: none;
				}	
	
#footer {
width: 960px;
height:75px;
float:left;
background-image:url(../images/bgfooter.jpg);
}

		#footer .left {
		color:#c18f30;
		float:left;
		width:200px;
		margin-top:35px;
		margin-left:35px;
		}

		#footer a:link {
		color:#FFFFFF;
		}		
		
		#footer a:visited {
		color:#FFFFFF;
		}
		
		#footer .right {
		color:#FFFFFF;
		float:right;
		width:300px;
		margin-top:35px;
		margin-right:35px;
		}
		
		.xentra {
		clear: both;
		height:30px;
		text-align:right;
		margin:7px 7px 0 0;
		}

				 .iconlist
				{
				list-style: none;
				margin: 0 0 0 40px;
				padding: 0;
				}
				
				li.gt
				{
				background-image: url(../images/icon-gt.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
				li.hd
				{
				background-image: url(../images/icon-hd.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
				li.es
				{
				background-image: url(../images/icon-es.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
				li.ni
				{
				background-image: url(../images/icon-ni.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
				li.cr
				{
				background-image: url(../images/icon-cr.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
				li.pa
				{
				background-image: url(../images/icon-pa.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
				li.rd
				{
				background-image: url(../images/icon-rd.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding: 3px 0 3px 30px;
				margin: .4em 0;
				}
				
#tableprac {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-left:10px;
}

.ban {
	margin-left:20px;
	}

