*{
	margin:0;
	padding:0;
}
a, a:visited{
	color:#663A87;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#333;
}
img{
	border:none;
}
html{
	height:100%;
}
body{
	background: url(../img/bg.jpg) no-repeat center top #5e5e5e;	
	background-position:center top; 
	font-family:Tahoma, Geneva, sans-serif;
	color:#2F1947;
	height:100%;
	background-position:center top;
}
#wrapper{
	margin:auto;
	width:800px;
	background-color:#EDE9F2;
	box-shadow:#639 0 0 15px 3px;
	min-height:100%;
}
#menu{
	width:200px;
	border-right:solid 1px #ccc;
}
#menu ul, #menu li{
	list-style:none;
}
#menu>ul a{
	width:200px;
	height:36px;
	border-bottom:solid 1px #ccc;
	display:block;
	line-height:36px;
	text-align:center;
	color:#eee;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	background:#58416d url(../img/mask.png) no-repeat;
}
#menu>ul a:hover{
	background-color:#7F6A91;
	color:#333;
}
#header{
	border-bottom:solid 1px #48335b;
	background:#58416d url(../img/header.png) repeat-x;
	height:120px;
}
#main{
	text-align:left;
	padding:20px;
	font-family: Arial, Sylfaen, Helvetica, sans-serif;
	font-size:15px;
}
.textHead{
	padding: 8px;
	font-weight:bold;
	font-size:20px;
}
.textBody{
	padding: 4px 24px 10px 24px;
	margin-bottom:20px;
}
.contactTable td{
	padding: 6px;
}
#currency{
	text-align:center;
	margin-top:20px;
}
#currencyHead{
	background:#58416d url(../img/maskb.png) no-repeat;
	padding:5px;
	color:#FFF;
}
.crowA td{
    background: none repeat scroll 0 0 #DEDEDE;
	padding:2px;
}
.crowB td{
    background: none repeat scroll 0 0 #EFEFEF;
	padding:2px;
}
#taxFeedHead{
	background:#58416d url(../img/maskb.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	padding:5px;
	text-align:center;
}
#taxFeed{
	margin-top:20px;
	width:200px;
}
#taxFeed ul{
	font-size:12px;
	font-family: Arial;
	height:260px;
	overflow-y:scroll;
	list-style:none;
}
#taxFeed li{
	padding:3px;
}
#taxFeed a{
	color:#333;
}
.trowA{
    background: none repeat scroll 0 0 #DEDEDE;
	padding:2px;
}
.trowB{
    background: none repeat scroll 0 0 #EFEFEF;
	padding:2px;
}
#slideshow{
	width:600px;
	height:259px;
	overflow:hidden;
}
#slideshowWrap{
	width:1300px;
	height:259px;
}
#langbar{
	float:right;
	margin:5px;
}
#langbar img{
	border:none;
}
.DownloadList li{
	list-style:none;
}
.DownloadList img{
	vertical-align:middle;
	padding:3px;
}