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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header{
  width: 1000px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.logo-header{
	float: left;
	padding-left: 15px;
}

.tools{
	float: right;
	margin-top: 50px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0071BB;
	font-weight: bold;
	text-align: right;
	width: 250px;
}

.tools a{
	color: #0071BB;
	text-decoration: none;
}

.languages{
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0071BB;
}

.languages a{
	color: #0071BB;
	text-decoration: none;
}

#menubar{
  width: 1000px;
  height: 25px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/menubar.jpg);
}

.menu ul{
	display: block;
	padding-top: 3px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	height: 25px;
}

.menu ul li{
	display: inline;
	margin: 0px 0px 0px -4px;
	padding: 3px 0px 5px 0px;
	height: 25px;
	list-style: none;
	border-right: 1px solid #90CFEC;
} 

.menu ul li a{
	font-weight: bold;
	padding: 3px 15px 5px 15px;
	color: #FFF;
	text-decoration: none;
}

.menu ul li a:hover, .menu ul li a.active{
	text-decoration: none;
	color: #0071BB;
	background: #90CFEC;
} 

#body{
	width: 970px;
/*	height: 580px; */
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	display: block;
}

#left-container{
	float: left;
	margin-top: 15px;
	width: 720px;
	background: url(../images/left-container-top.jpg) top no-repeat;
	padding-top: 10px;
}

#body #left-container #left-container-bottom{
	background: url(../images/left-container-bottom.jpg) bottom no-repeat;
	padding-bottom: 10px;
}

#body #left-container #left-container-bottom #left-container-body{
	background: url(../images/left-container-body.jpg) repeat-y;
	height: auto;
	padding: 5px 15px 5px 15px;
	font-size: 110%;
}

#left-container-error{
	margin-left: 125px;
	margin-right: 125px;
	margin-top: 15px;
	width: 720px;
	background: url(../images/left-container-top.jpg) top no-repeat;
	padding-top: 10px;
}

#body #left-container-error #left-container-bottom-error{
	background: url(../images/left-container-bottom.jpg) bottom no-repeat;
	padding-bottom: 10px;
}

#body #left-container-error #left-container-bottom-error #left-container-body-error{
	background: url(../images/left-container-body.jpg) repeat-y;
	height: auto;
	padding: 5px 15px 5px 15px;
	font-size: 110%;
}

#body #left-container-error #left-container-bottom-error #left-container-body-error a{
	text-decoration: none;
	color: #0071BB;
}

#right-container{
	position: relative;
	float: right;
	margin-top: 15px;
	width: 235px;
	background: url(../images/right-container-top.jpg) top no-repeat;
	padding-top: 10px;
}

#body #right-container #right-container-bottom{
	background: url(../images/right-container-bottom.jpg) bottom no-repeat;
	padding-bottom: 10px;
}

#body #right-container #right-container-bottom #right-container-body{
	background: url(../images/right-container-body.jpg) repeat-y;
	height: auto;
	padding: 5px 15px 5px 15px;
	text-align: center;
}

h2{
	font-size: 150%;
	border-bottom: 2px solid #90CFEC;
}

#footer{
	width: 1000px;
	height: 50px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bluebar.jpg) no-repeat;
	color: #0071BB;
	font-size: 90%;
	clear: both;
}

#spacer{
	clear: both;
	height: 10px;
}

.footer-image{
	float: left;
	padding-top: 9px;
	padding-left: 15px;
	width: 88px;
	height: 31px;
	border: 0px;
}

.footer-copyright{
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-left: 225px;
}

.footer-copyright-nf{
	float: left;
	padding-top: 5px;
	padding-right: 15px;
}

.footer-text{
	float: right;
	padding-top: 5px;
	padding-left: 15px;
}

.footer-text a{
	font-weight: bold;
	color: #0071BB;
	text-decoration: none;
}