@charset "utf-8";
/* CSS Document */

body,td,th {font-family: Lucida Sans, Arial, Helvetica, sans-serif;	font-size: 12px;color: #a6aeb5; text-align:justify;}
textarea, input {font-family: Lucida Sans, Arial, Helvetica, sans-serif;font-size: 11px;font-weight:normal;}

body {
	background: url(images/sitebg.gif) #2c333b repeat-x top;
	margin: 0px;
}
a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff9900;
}
a:hover {
	text-decoration: none;
	color: #ffc65e;
}
a:active {
	text-decoration: none;
	color: #ff9900;
}
#wrapper{width:1000px; text-align:left;margin: auto;}
form{margin:0px;}
.topbar{height: 37px; background:url(images/topbarbg.gif); padding: 0px 5px;}
.topbar, .topbar td{font-family: Lucida Sans, Arial, Helvetica, sans-serif;	font-size: 11px;}
.topbar label{color: #ffc81e; font-weight:bold;}
.logo {padding:5px 0px 0px 0px;}
.toprightlinks{float:right; padding:5px; font-size:11px;}
.header{margin:auto; width:990px;}
#mainwrapper{padding:0px 5px;}

h1{margin:0px; font-size:22px; color:#fff;}
h2{margin:0px; font-size:16px; color:#fff;}
.divideronright{ background:url(images/divider.gif) repeat-y top right; padding-right:30px;}
p{text-align:justify;}
#topnav{height:53px; margin-bottom:20px;}
.white{color:#fff;}
.boxunderline{border-bottom:dotted 1px #555b61; padding:10px 0px;}

.testimonyphoto{margin: 0px 15px 10px 0px; float:left;}

#footer{background:url(images/footerbg.gif) repeat-x; height:27px; padding-top:58px; color:#6a7988; font-size:11px; text-align:center;}
#footer a:link,#footer a:visited,#footer a:active{color:#9cb3ca;}
#footer a:hover{color:#fff;}
.registerlink, .moreinfolink{color:#fff; text-align:right;}
.leftnav{padding:10px 0px;}
.lefthead{font-size:14px; color:#fff; font-weight:bold;}
.leftcontainer a{font-size:11px; display:block; padding:5px 0px 5px 10px; border-bottom:dotted 1px #53585d; background:url(images/bul-arrow.gif) left center no-repeat;}

.thead1{border-bottom:solid 1px #a6aeb5; font-weight:bold; background:#;}
.thead2{background:#565c62; color:#fff; font-weight:bold;}
.trow1{}
.trow2{background:#363e48;}
.tsummary{color:#fff; font-weight:bold;}
.tsummaryline{border-bottom:solid 1px #fff; color:#fff; font-size:4px;}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 165px;
	float: left;
}

.user{background:url(images/ico-user.gif) left center no-repeat; padding:0px 30px 0px 20px; }
.funds{background:url(images/ico-funds.gif) left center no-repeat; padding:0px 30px 0px 20px; }
.earnings{background:url(images/ico-cash.gif) left center no-repeat; padding:0px 30px 0px 25px; }
.logout{background:url(images/ico-lock.gif) left center no-repeat; padding:0px 0px 0px 20px; }

.topbar a:link,.topbar a:visited,.topbar a:active{color:#fff;}
.topbar a:hover{text-decoration:underline;color:#fff;}


/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
