* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 223px;
	background: #000000 url(../images/header.gif) repeat-x top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	color: #FFFFFF;
	font-weight: normal;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
	padding: 10px 0 0px 20px;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

em {
	color: #FF0000;
	font-weight: lighter;	
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#logo {
	position: relative;
	background: url(../images/logo.gif) no-repeat;
	width: 800px;
	height: 79px;
	margin-top: -79px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	height: 61px;
	background: url(../images/menu-bar.gif) repeat-x;
}

#userMenu {
	color: #FFFFFF;
	width: 800px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#userMenu div {
	text-align: right;
	margin-bottom: 2px;
}

#userMenu a {
	text-decoration: none;
	color: #FF44CC;
	border-bottom: 1px dashed #FF44CC;
}

#userMenu a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu {
	width: 800px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(../images/menu-link.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(../images/menu-hover.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(../images/menu-active.gif);
}

#wrapper {
	background: url(../images/wrapper.gif) repeat-x;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#main {
	float: right;
	width: 440px;
	overflow: hidden;
}

#sidebar {
	margin-top: 75px;
	float: left;
	width: 340px;
}

#submitButton {
	background: #111;
	color: #FFFFFF;
}

#footer {
	clear: both;
	padding: 20px 50px;
}

#footer p {
	width: 800px;
	margin: 0 auto;
	font-size: x-small;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #FF44CC;
	border-bottom: 1px dashed #FF44CC;
}

#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFFFFF;
}

#startClicking {
	background: transparent url(../images/arrow-down.gif) center bottom no-repeat;
	height: 160px;
	text-align: center;
	font-weight: bold;
	color: #5f5f5f;
	font-size: 18px;
	margin-bottom: 20px;
}

table.toplist {
	border: 1px dotted #333;
	border-collapse: collapse;
	margin: 0px;
}

table.toplist .current {
	color: #FFF;
	font-weight: bold;
}

table.toplist th {
	background-color: #111;
	border-bottom: 1px #333 dotted;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
}

table.toplist td {
	border-bottom: 1px #333 dotted;
	text-align: left;
	font-weight: normal;
	padding: 4px 0 4px 8px;
}

.title {
	padding: 10px 0;
	background: url(../images/title-border.gif) repeat-x left bottom;
}

.panel {
	width: 100%;
	background: url(../images/panel-body-r.gif) no-repeat bottom right;
}

.panelHead {
	background: url(../images/panel-head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.panelHead h2 {
	background: url(../images/panel-head-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 15px;
	font-size: 1.1em;
}

.panelBody {
	background: url(../images/panel-body-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.panel form {
}

.panel fieldset {
	border: none;
}

.panel legend {
	display: none;
}

.panel label {
	font-size: x-small;
	font-weight: bold;
}

.panel textarea, input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #661133;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.panel p {
	font-size: .8em;
	padding: 0 0 0 0;
}

.panel .privacy {
	margin-top: 7px;
	font-size: .7em;
}

.panel span {
	font-size: 1.1em;
	vertical-align: top;
}

.panel img {
	border: 1px solid #661133;
	margin-bottom: 5px;
}

.errors {
	color: #FF0000;
	font-weight: bold;
}

.clicked {
	opacity: .20;
	filter: alpha(opacity=20);
}

.adHere a img {
	opacity: .60;
	filter: alpha(opacity=60);
}

.adHere a:hover img {
	opacity: 1.00;
	filter: alpha(opacity=100);
}

.toolTipHead {
	font-weight: bold;
	width: 250px;
	border: 1px groove #333;
	padding: 3px;
	font-size: 12px;
	font-weight: bolder;
	color: #FF44CC;
	background: #111;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.toolTipBody {
	border-bottom: 1px groove #333;
	border-left: 1px groove #333;
	border-right: 1px groove #333;
	width: 250px;
	font-size: 11px;
	padding: 3px;
	color: #FFF;
	background: #000;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.priceFund .bar {
	position: relative;
	left: 32px;
	top: 76px;
}

.priceFund .bar div {
	height: 18px;
}

.priceFund .bar .progress {
	background-color: #FFF;
	filter: alpha(opacity=50);
	opacity: .50;
}

.priceFund {
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../images/priceFundIndicator.gif) no-repeat;
	width: 184px;
	height: 151px;
}

.priceFund h3 {
	position: relative;
	left: 35px;
	top: 64px;
	color: #FFF;
	font-weight: bolder;
	font-size: 25px;
}

.priceFund a {
	text-decoration: none;
}
