@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 100%;
	background-color: #FFFFFF;
	background-image: url(gui/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapperbg {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 960px;
	width:100%;
	background-image: url(gui/topbg.jpg);
	background-repeat: no-repeat;
	background-position: center 96px;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	text-align:left;
}
#logo {
	width:211px;
	float:left;
}

.footLogo {float:right; margin:40px 10px 0 0; }


.clearboth {
	clear:both;
}

.clearleft {
	clear:left;
}
#header {
	margin-top:46px;
}
.ie8 #header {
	padding-top:46px;
}

#content {
	margin-top:12px;
	margin-bottom:6px;
}
#left {
	float:left;
	width:475px;
	margin-left:20px;
	
}
#left p {
	font-size:12px;
}
#left h1 {
	color:#437FBB;
	font-size:18px;
	font-style: italic;
}
#left h2 {
	color:#437FBB;
	font-size:13px;
}
.normal {
	font-size:12px;
	color:#000000;
	font-weight: normal;
	font-style: normal;
}
#contentbg {
	background-image: url(gui/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:48px;
	padding-top:18px;
	width:475px;
}
#right {
	float:right;
	margin-top:12px;
}

#columnwrap {
	width:98%;
	margin-left:12px;
	background-image: url(gui/market-highlights-bar2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:24px;
}

#columns {
	float:left;
	width:32%;
	font-size:11px;
	background-image: url(gui/shadowhp.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding:6px;
	text-align:left;
	min-height:140px

}

#columnsb {
	float:left;
	width:32%;
	font-size:11px;
	background-image: url(gui/shadowhp.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding:6px;
	text-align:left;
	min-height:140px

}

#columnsend {
	float:left;
	width:31%;
	font-size:11px;
	background-image: url(gui/shadowhp.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
	padding:6px;
	text-align:left;
	min-height:140px

}

#columns h1 a:link  {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

#columns h1 a:visited  {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

#columns h1 a:hover  {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}






#columnsb h1 a:link  {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

#columnsb h1 a:visited  {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

#columnsb h1 a:hover  {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}



#columnsend h1 a:link {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

#columnsend h1 a:visited {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

#columnsend h1 a:hover {
	color:#D35815;
	font-size:18px;
	font-style: italic;
	text-decoration:none;
}

.orange {
	color:#D35815;
}


#footer {
	background-image: url(gui/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 960px;
}
#footertext {
	padding-left:14px;
	padding-top:4px;
}
#footertext a:link {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-right:8px;
}
#footertext a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-right:8px;
}
#footertext a:hover {
	color:#FFF;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	padding-right:8px;
}

