html, body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
html, body, table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body {
	background-color:#009900;
	background-image:url(bg-span.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
table td.leftpad {
	width:auto;
	background:url(bg-left.jpg) no-repeat right top;
}
table td.rightpad {
	width:auto;
	background:url(bg-right.jpg) no-repeat left top;
}
table.page-table {
	width:100%;
	height:100%;
	background:url(bg-page-span.jpg) repeat-y center;
}
td.banner {
	width:920px;
	height:140px;
	background:url(banner.jpg) no-repeat center;
}
td.page_left {
	background:url(bg-page-top.jpg) no-repeat left top;
	width:18px;
	height:auto;
}
td.page_center {
	width:auto;
	min-height:378px;
	height:auto;
	background:url(bg-page-top.jpg) no-repeat center top;
	text-align:justify;
}
td.page_right {
	background:url(bg-page-top.jpg) no-repeat right top;
	width:18px;
	height:auto;
}
#left-col {
	position:relative;
	float:left;
	width:156px;
	height:100%;
	background:url(../nav-span.jpg) repeat-y;
	text-align:justify;
}
#left-col li h1 {
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	line-height:22px;
	font-size:14px;
	background-color:#006600;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
#left-col li, #left-col ul {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:22px;
	width:145px;
}
#left-col li a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	display:block;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	height:22px;
	outline:none;
}
#left-col li a:hover {
	background-color:#009900;
	color:#FFFFFF;
}
#left-col li a:active, #left-col li.current a, #left-col li.current a:hover {
	background-color:#009900;
	color:#FFFFFF;
}
#left-col li.current a:hover {
	cursor:default;
}
#main-col {
	position:relative;
	float:left;
	width:720px;
	/*overflow-x:hidden;*/
	margin-top:11px;
}
#main-col td h1 {
	padding-top:0px;
	margin-top:0px;
}
td.bottom1 {
	width:100%;
	height:38px;
	background:#009900 url(footer.jpg) no-repeat top;
}
td.bottom2 {
	width:100%;
	height:57px;
	background:#009900 url(footer.jpg) no-repeat bottom;
}
td.bottom2 * {
	color:#FFF;
	font-size:10px;
	line-height:15px;
}
td.bottom2 * a {
	text-decoration:underline;
}
td.bottom2 * img {
	margin:5px;
}
td.bottom2 table.footer {
	width:100%;
	height:50px;
}
td.bottom2 .left {
	text-align:left;
}
td.bottom2 .middle {
	text-align:center;
}
td.bottom2 .right {
	text-align:right;
}
