
.page {width:1000px;
	margin: 0px auto;
	background: #F8FDDD url(../images/bkg_green.jpg) no-repeat top left;
	border:1px solid #F8FDDD
}

/*#header {
	height:180px;
}*/

.main {
	background: transparent;
}

#leftcol {
	width: 160px;
	/*height: 600px;*/
	float:left;
	margin: 0;
	padding: 0 10px;
	/*border:1px solid gray;*/
	/*background: #f5f5f5;*/
}

#content {
	width:750px;
	/*margin: 0 10px 0 220px;*/
	margin-left: /*220px*/180px;
	padding: 0px 25px;
	background: #ffffff;
}
div.cap-top, div.cap-botm {
	height:10px;
	width:800px;
	margin-left: 180px;
}
div.cap-top {
	background: url(../images/cap_green.gif) no-repeat 0 0;
}
div.cap-botm {
	background: url(../images/cap_green.gif) no-repeat 0 -10px;
}

ul.leftnav {
	list-style: none;
}
ul.leftnav > li > a {
	display: block;
	background: url(../images/bkg_midmenu.png);
	text-decoration: none;
	color: white;
	font: bold 16px/1.5em 'Trebuchet MS',Arial,Helvetica,sans-serif;
	height:/*46px;*/32px;
	padding:10px;
	margin-bottom:1px;
}
ul.leftnav > li > a:hover {
	background:#2B8596;
}
ul.leftnav > li > a.selected {background:#237E8E; }

ul.leftnav > li > ul {
	margin: 0 0 10px 20px;
}


