html{
	
}
body{
	font-family: arial;
	font-size: 12px;
	color: #0D3044;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(body-bgrepeater.jpg);
	background-repeat: repeat-x;
}
h1{
	font-size: 18px;
	color: #175679;
	margin: 0px;
	margin-bottom: 5px;
}
h1 b{
	font-size: 25px;
	color: #FF6000;
}
h2{
	font-size: 14px;
	color: #428FB4;
	margin: 0px;
}
h3{

}
h4{

}
h5{

}
h6{

}
a{
	color: #ED7B25;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #ED7B25;
	text-decoration: underline;
}
a img{
	border: none;
}
p{
	text-align: justify;
}
form{
	margin: 0px;
	padding: 0px;
}
input,select,textarea{
	font-family: arial;
	font-size: 12px;
	border: solid 1px;
}
input[type=checkbox],input[type=radio]{
	border: none;
}
textarea{
	overflow: auto;
}
label{
	display: -moz-inline-stack;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	padding: 5px;
	vertical-align: top;
}
ul{
	margin: 0px;
	margin-left: 50px;
}

#parent{
	display: block;
	width: 850px;
	margin: 0 auto;
}
#header{
	position: relative;
	display: block;
	width: 850px;
	margin: 0 auto;
}
#header img{
	margin: 0px;
}
#mainnav{
	position: relative;
	display: block;
	width: 840px;
	height: 20px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #ED7B25;
}
#mainnav a{
	padding: 0px 17px;
	background-image: url(bullet.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#mainnav a:hover{

}
#maincontent{
	display: block;
	width: 850px;
	margin: 0 auto;
	margin-top: 25px;
}
#footer{
	display: block;
	width: 810px;
	margin: 0 auto;
	padding: 15px 20px;
	background-color: #E3E6EA;
	background-image: url(footer-top.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #1F5E81;
}

#form-search{
	position: absolute;
	display: block;
	left: 660px;
	top: 1px;
}
.searchfield{
	border: solid 1px #71B1DC;
	vertical-align: middle;
	padding: 2px;
}
.searchbutton{
	width: 43px;
	height: 22px;
	border: none;
	vertical-align: middle;
}

#rightpanel{
	position: relative;
	float: left;
	display: block;
	width: 188px;
	min-height: 300px;
	padding: 2px;
	padding-top: 38px;
	background-image: url(bgrepeater-right.jpg);
	background-repeat: repeat-x;
}
#centrepanel{
	float: left;
	display: block;
	width: 436px;
	min-height: 300px;
	padding: 20px 15px 30px 15px;
	margin: 0px 7px;
	/*background-color: #C4C4C4;*/
	background-image: url(bg-maincontent.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: justify;
}
#leftpanel{
	float: left;
	display: block;
	width: 177px;
	/*background-color: #B4B4B4;*/
}

#exchange{
	position: relative;
	display: block;
	width: 175px;
	height: 215px;
	margin-top: 5px;
	background-image: url(bg-exchange.jpg);
	background-repeat: none;
}
#exchangefigures{
	position: absolute;
	left: 123px;
	top: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #18577A;
}
#exchangefigures dt{
	margin: 7px;
}
#exchangedate{
	position: absolute;
	left: 55px;
	top: 192px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#newsthumb{
	margin: 5px 14px;
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: dashed 1px #ED7B25;
}

#gallerythumb{
	float: left;
	display: block;
	padding: 2px;
	margin: 2px;
	border: solid 1px #FFFFFF;
	text-align: center;
}
#gallerythumb:hover{
	border: solid 1px #A4A4A4;
}
#gallerynav{
	display: block;
	width: 100%;
	text-align: right;
}

.label-title{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.link-home{
	position: absolute;
	left: 790px;
	top: 87px;
}
.newstop{
	position: absolute;
	left: 0px;
	top: -5px;
}
.link-btt{
	display: block;
	width: 175px;
	height: 36px;
	background-image: url(bg-btt.jpg);
	background-repeat: no-repeat;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
	color: #054467;
	padding-top: 10px; 
	padding-left: 21px;
}
.link-btt:hover{
	text-decoration: none;
}

/*PNGTAGS{
	behavior: url('resources/iepngfix.htc')
}*/

* html ul li a {
   height:1em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}