<style>


body {
	margin: 9px 9px 0 9x;
	padding: 0;
}

#level0 {
	background: #FFF;
	width: 100%;
}

#level1 {
	margin-left: 143px;
	padding-left: 9px;
	background: #FFF;
}

#level2 {
	background: #CCFFCC;
	position: relative;
	width: inherit;
}

#main {
	margin-right: 9em;
	padding-right: 9px;
	background: #FFF;
}

#topBar { background: #99CC99; }

#advBar {
	background: #CCFFCC;
	clear: right;
}

#tipDay {
	float: right;
	width: 175px;
	background: #CCFFCC;
	position: relative;
}

#lftBar {
	position: absolute;
	width: 143px;
	top: 9px;
	left: 9px;
}

#rgtBar {
	position: absolute;
	width: 9em;
	top: 0;
	right: 0;
}

#main h1 {
	margin: 0;
	padding-left: .3em;
	font: 1.25em Verdana,Helvetica,Arial;
	color: #000;
	background: #99CC99;
}

#main dt {
	font-weight: bold;
	font-size: 120%;
	margin-top: .8em;
}

#rgtBar h3 {
	margin: 0;
	padding: 3px;
	background: #99CC99;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

#topBar form {
	float: right;
	width: 10.5em;
	text-align: right;
	margin: 0;
	line-height: .7em;
}

#topBar input { font-size: .8em; }

#topBar b {
	display: block;
	text-align: left;
	font: bold .8em/1.7em Arial,Geneva,sans-serif;
}

#tipTit {
	float: right;
	width: 7em;
	text-align: right;
	position: relative;
	font: .8em/1.8em Arial,Geneva,sans-serif;
	background: CCCCCC;
}

.note { color: CCCCCC; }
</style>