body {
	background: #ffffff;
	font: 9pt Helvetica, Tahoma, Arial, sans-serif;
	color: #000000;
	margin: 0px;
}

ul, ol {
	padding-left: 0;
}

li {
	margin-left: 20px;
	margin-bottom: 5px;
}

/*ie6 stop image spacing*/
img {
	display: block;
	border: 0px;
}

a {
	color: #000000;
}

#loginform {
	width: 410px;
	height: 80px;
	padding-top: 45px;
	float: right;
}

#loginform h2 {
	margin: 0px;
	font-size: 12pt;
}

#loginform form {
	display: inline;
}

.logintextfield {
	width: 180px;
	border: 1px solid #666666;
	background-color: #dcdcdc;
	color: #666666;
	height:20px;
}

#loginpassword {
	margin-left: 5px;
}

#loginsubmitbutton {
	background-color: transparent;
	border: 0px;
	color: #94948a;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

#newuser {
	font-weight: bold;
}

#registerbutton {
	background-color: #4f4f4f;
	border: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
	margin-top: 5px;
}

#forgotdetails {
	color: #666666;
	font-weight: bold;
	float: right;
	margin-top: 8px;
	margin-right: 15px;
}

#entrieswelcome {
	width: 700px;
	height: 100px;
	padding: 25px 44px 0px 10px;
}

#entrieswelcome a {
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
}

.entrieswelcomenavitem {
	margin-top: 35px;
	margin-left: 25px;
	width: 156px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	background-color: #e5e5e5;
}

.entrieswelcomenavitem a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#entrieswelcomecreate {
	margin-left: 0px;
}

#pagewrapper {
	margin: 0px auto auto auto;
	width: 968px;
}

#leftcol {
	width: 214px;
	float: left;
}

#leftcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

#leftcol li {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#leftcol a, #nav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}

#activenav a {
	color: #969696;
}

#leftcol ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#leftcol ul ul li {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#leftcol ul ul li a {
	color: #000000;
	font-size: 9pt;
}

#rightcol {
	width: 754px;
	float: right;
}

#footer {
	width: 908px;
	padding: 30px 30px 0px 30px;
	clear: both;
}

#goldsponsors {
	float: left;
	color: #93928d;
	font-weight: bold;
	line-height: 14pt;
}

#viewallsponsors {
	float: right;
	color: #93928d;
	font-weight: bold;
	line-height: 14pt;
}

#sponsoricons {
	clear: both;
	width: 903px;
	margin-left: 3px;
	margin-right: 2px;
	border-top: 1px solid #565752;
	border-bottom: 1px solid #565752;
}

#sponsoricons img {
	display: inline;
}

#copyright {
	float: left;
	color: #92938b;
	margin-top: 5px;
}

#footerlinks {
	float: right;
	margin-top: 5px;
}

#footerlinks a {
	color: #92938b;
	text-decoration: none;
	margin-left: 15px;
}

.clearingelement {
	clear: both;
}

.errorfont {
	color: #ff0000;
}