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


#region2 {
	
	background-color:#036;
	width:350px;
	height: 410px;
	}
#headregion2 {
	padding-top: 20px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	background-image:url(../images/backtopbar.jpg);
	height: 40px;
	}
#regioncontent {
	padding:15px;
	width:320px;
	height: 280px;
	}
#regioncontent ul {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	}
#column1 {
	height: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	width: 140px;
	padding-left:0px;
	float:left;
	}
#column2 {
	height: 20px;
	text-align: right;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	width: 140px;

	float:right;
	}
#infozone{
	text-align: center;
	background-image:url(../images/backtopbar.jpg);
	height:20px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	}
	
#regioncontent ul li {
	padding-left:opx;
	margin-left:0px;
	text-decoration:none;
	list-style:none;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#loading {
	padding-top: 0px;
	float: right;
	z-index: 0;
	margin-top: -3px;
	margin-right: 20px;
	background-image: url(../images/loader.gif);
	height: 30px;
	width: 30px;
}
#title {
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	z-index: 0;
}