/*
#sidebar
{
	position:absolute;
	top:85px;
	margin-left:0px;
	margin-top: 5px;
	left: 0px;
	padding-top:0em;
	width: 175px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
  /*	background: url("/vpa/images/water005.jpg") repeat fixed ; */
  background-color: #039;
	height: 500px;
}

/* IE min-height */
* html #sidebar 
{
	height: 500px;
}
*/
#sidebar li
{
	/* background-color: transparent; */
}

#content li 
{
	padding-bottom:10px;
}

.PDFlist
{
	list-style-image: url('/images/pdficon.gif')
}

#rightCol ul
{
	list-style:inside;
}

#rightCol 
{
	float:right;
	width:35%;
	border:1px solid black;
	padding:10px;
	background-color: #F2FBFF;
}

#rightCol h2
{
	background-color: #2E9279;
	border:1px solid gray;
}

