body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #333;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
    margin-left: 2em;
    margin-right: 2em;
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

h7 {
	font-size: 8px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
#top {
    background-image: url(20_bill.gif);
    background-repeat: no-repeat;
    background-position: right;
	margin: 5px;
	padding: 5px;
	border: 5px solid #ccc;
	height: 70px;
	width: 94.2%;
	left: 0%;
	}
#bannerad {
	margin: 1px;
	padding: 1px;
	border: 0px;
	height: 90px;
	width: 94.2%;
	left: 0%;
	position: relative;
	}

nav {
    position: relative;
	margin: 2px;
	padding: 2px;
	background: #666;
	width: 10%;
    left: 1%;
   	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	overflow: auto;}
	
.home {
	color: yellow;
	border: 2px solid #ccc;
	}

#button {
	position: absolute;
	top: 60px; 
	left: 320px;
}

#box_left {
    position: absolute;
	margin: 1px 5px 5px 1px;
	padding: 1px;
	border: 2px solid #ccc;
	background: #666;
	width: 48%;
   	font-size: 12px;
/*	line-height: 22px;  */
/*	font-weight: bold; */
	overflow: auto;
	left: 1%;
}

#box_right {
    position: absolute;
	margin: 1px 1px 5px 1px;
	padding: 1px;
	border: 2px solid #ccc;
	background: #666;
	width: 48%;
   	font-size: 12px;  
/*	line-height: 22px; */
/*	font-weight: bold; */
	overflow: auto;
	left: 50%;
}

.left {
    left: 1%;
}
.right {
    left: 50%;
}