body {
	margin: 0;
	background-color: white;
	text-align: center;
	cursor: default;
}

body, table, input {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

h1 {
	font-family: arial, sans-serif; 
	font-size: 22px; 
	padding: 0;
	margin: 0 0 6px 0;
}

h3 {
	font-family: tahoma, arial, sans-serif; 
	font-size: 14px; 
	padding: 0;
	margin: 6px 0 6px 0;
	border-bottom: 1px dotted #b7c4cb;
}

ul {
	list-style-type: square;
}

  /***************/
 /* Main design */
/***************/

#header {
	padding: 20px;
	background-color: #b7c4cb;
	text-align: center;
	margin-bottom: 10px;
}

.container {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	/* background: green; */
}
.container div {
	text-align: left;
}

.rightColumn {
	width: 180px;
	float: right;
	padding-top: 2px;
}

.leftColumn {
	width: 180px;
	float: left;
	padding-top: 2px;
}

.contentColumn {
	margin: 0 20px 0 20px;
	width: 490px;
	float: left;
}

/* Menu */

#item {
	margin-top: 10px;
	width: 896px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#item .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#item li {
	float: left;
}
#item .item {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 60px;
	width: 110px;
	background: #fff;
	border-right: 1px solid #b7c4cb;
	background-color: #c8d1d7;
}
#item a {
	border-bottom: 0;
}
#item .a {
	margin-left: 4px;
	background-image: url('images/1.gif');
}
#item .b {
	background-image: url('images/2.gif');
}
#item .c {
	background-image: url('images/3.gif');
}
#item .d {
	background-image: url('images/4.gif');
}
#item .e {
	background-image: url('images/5.gif');
}
#item .f {
	background-image: url('images/6.gif');
}
#item .g {
	background-image: url('images/7.gif');
}
#item .h {
	border: 0;
	background-image: url('images/8.gif');
}

#item .a img {
	float: left;
}
#item .h img {
	margin-right: -1px;
	float: right;
}

/* Columns */

h2 {
	margin: 0;
	margin-bottom: 4px;
	font-family: franklin gothic medium, tahoma; 
	font-size: 14px;
	background: #dfe5e7 url('images/h1.png');
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

ul.links {
	margin: 0;
	padding-left: 0;
	list-style: none;
	/* list-style-image: url('images/list.gif'); */
}
ul.links li {
	padding: 4px;
}
ul.links img {
	margin: 2px 8px 5px 6px;
	float: left;
}

/* Tips */

ul.bestTips {
	margin: 0;
	padding-left: 0;
	list-style: none !important;
}
ul.bestTips li {
	padding: 4px;
}
.tipNum {
	float: left;
	width: 24px;
	text-align: right !important;
	margin-right: 6px;
}
.tipPerc {
	float: right;
	color: green;
}

/* Footer */

.footer {
	clear: both;
	padding-top: 30px;
	padding-bottom: 6px;
	color: #999;
}

.footer a {
	color: #8c9da6;
	border-bottom: 1px solid #8c9da6;
}

  /*******************/
 /* Best Tip Dialog */
/*******************/

.bt-dialog {
	width: 301px;
	position: absolute;
	left: -270px;
	bottom: -8px;
}
.bt-dialog-top {
	background: transparent url('images/dialog-top.png') no-repeat left;
	height: 7px;
	width: 301px;
}
.bt-dialog-content {
	width: 286px;
}
.bt-dialog-type {
	margin-right: 4px;
	margin-bottom: 2px;
	float: left;
}
.bt-dialog-middle {
	padding: 2px 0 0 7px;
	background: transparent url('images/dialog-middle.png') repeat-y left;
	text-align: center;
}
td.bt-dialog-bottom {
	background: transparent url('images/dialog-bottom.png') no-repeat left;
	height: 30px;
	width: 301px;
}
.bt-dialog-x {
	float: right;
	cursor: pointer;
}

.btA, .btB {
	float: left;
}
.btA {
	text-align: right;
	width: 120px;
}
.btB {
	text-align: right;
	width: 120px; /*165px*/
}

.date {
	float: right;
	color: #B7C4CB;
	margin-top: 8px;
}

.contentColumn a[href^="http:"] {
	background: url('../images/link-outside.png') no-repeat right center;
	padding-right: 11px;
}