body {
    margin: 0px;
    padding: 0px;
    background: #b2b2b2 url("images/main_bg.gif") top center repeat-y;
    font-size: 8pt; 
    line-height: 11pt; 
    font-family: verdana, arial, sans-serif; 
    color: #000000; 
    height: auto; 
    text-align: center;
    }

a:link {
	color: #009900;
	text-decoration: underline;
	}
	
a:visited {
	color: #009900;
	text-decoration: underline;
	}
a:hover {
	color: #808080;
	text-decoration: underline;
	}
	
a:active {
	color: #808080;
	text-decoration: underline;
	}
	
#layout {
    position: relative;
    margin: 2px auto;
	width: 760px;
	border: 0px solid #000000;
	height: auto;
	background-color: #FFFFFF;
	text-align: left;
}

#logo {
	height: 38px;
	text-align: right;
}

#logoimg {
	float: left;
	width: 270px;
	height: 38px;
	border: 0px;
}

#logotext {
	padding: 5px;
}

* html #logotext {  /* Tan hack */
	margin-bottom: -10px; 
}

#headerlinks {
	position: absolute;
	left: 600px;
}

.leaderboard_divider {
	width: 760px;
	height: 5px;
}

.leaderboard_divider_img {
	width: 760px;
	height: 5px;
}

#leaderboard {
	margin-top: 5px;
	margin-bottom: -5px;
	padding-top: 15px;
	height: 105px;
	text-align: center;
}

* html #leaderboard {  /* Tan hack */
	margin-top: -4px; 
}

#home_content {
	width: 760px;
	height: 100%;
	margin-top: 7px;
	border: 0px solid #000000;
}

* html #home_content {  /* Tan hack */
	margin-top: -2px; 
}

#mainleft {
	width: 132px;
	float: left;
	background: #FFFFFF;
	padding-bottom: 2px;
	padding: 4px;
	margin-left: -2px;
}

#maincenter {
	width: 456px;
	float: left;
	background: #FFFFFF;
	padding-bottom: 2px;
	background: #FFFFFF url("images/content_bg.gif") repeat-y;
	min-height: 600px;
	padding: 10px;
	height: 600px;
	margin-top: -7px;
}

/* When content border doesn't expand when more partner banners are added, increase the min height. */

* html #maincenter {  /* Tan hack */
	margin-top: 1px; 
	margin-right: -10px;
}

div[id] #maincenter {
   height:auto;
   }

#mainright {
	width: 120px;
	float: left;
	background: #FFFFFF;
	padding: 5px 0px 5px 0px;
	margin-left: 14px;
	margin-top: 5px;
}

* html #mainright  {  /* Tan hack */
	margin-left: 23px; 
}

#banner {
	margin-left: -12px;
}

* html #banner  {  /* Tan hack */
	margin-left: -5px; 
}

.navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	font: bold 99% Verdana, sans-serif;
	background: white;
	width: 100%;
}

.navlist li {
	list-style: none;
	margin: 0;
	border-top: 0px solid gray;
	text-align: left;
	text-decoration: none;
}

* html .navlist  {  /* Tan hack */
	margin-top: -18px; 
}

.navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.30em 0.70em;
	border-left: 8px solid #EDEDEC;
	background: #FFFFFF;
	text-decoration: none;
}

* html .navlist li a  {  /* Tan hack */
	margin-bottom: -13px; 
}

.navlist li a:link { color: #009900; text-decoration: none; }
.navlist li a:visited { color: #009900; text-decoration: none; }

.navlist li a:hover {
	border-color: #009900;
	color: #019F01;
	background: #FFFFFF;
}

h1 {
	font-size: 12px;
	font-weight: bold;
}

* html h1  {  /* Tan hack */
	margin-top: 10px;
	margin-bottom: 30px;
}

.subheading {
	font-size: 12px;
	font-weight: bold;
}

* html .subheading  {  /* Tan hack */
	margin-top: -10px; 
	margin-bottom: 30px;
}

.subheadingPartners {
	font-size: 12px;
	font-weight: bold;
}

* html .subheadingPartners  {  /* Tan hack */
	margin-top: -10px; 	
}

#footer {
	width: 760px;
	height: auto;
	text-align: center;
}