body {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
}


th {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

#content{
	width:340px;
	height:300px;
	overflow:auto;
	padding: 10px;
	float: right;
}
.contentContainer {
	width: 350px;
	margin: 10px auto;

.vScroller {
  position:relative;
  overflow:hidden;
  width:200px; height:300px;
  border:1px solid #000;
  margin:0; padding:0;
}
.vScrollee {
  position:absolute;
  width:180px; /* to get this number, subtract scrollee's padding from scroller's width */
  left:0; top:0;
  margin:0; padding:0 10px;
}
.btn {
  position:absolute;
  overflow:hidden;
  width:2em; height:1.5em;
  border:1px solid #000;
  background:#ccc;
  text-align:center;
  cursor:default;
}	
.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #FB7015;
}
.subhead2 {

	font-size: 12px;
	font-weight: bold;
	color: #81870E;
}


div.menu {
	font-size:12px;
	font-weight:bold;
	color:#81870E;
	width:129px;
	height:310px;
	background-color:transparent;
}

div.menu a {
	margin-bottom:10px;
	padding:0px 0px 0px 20px;
	line-height:12px;
	color:#81870E;
	list-style:none;
	display:block;
	text-decoration:none;
}

div.menu a:hover {
	margin-bottom:10px;
	padding:0px 0px 0px 20px;
	line-height:12px;
	color:#E86004;
	background-image: url(../images/bullet_star.gif);
	background-repeat:no-repeat;
	background-position: 8px 0px;
	text-decoration:none;
}

div.menu a:active {
	margin-bottom:10px;
	padding:0px 0px 0px 20px;
	line-height:12px;
	color:#E86004;
	background-image: url(../images/bullet_star.gif);
	background-repeat:no-repeat;
	background-position: 8px 0px;
	text-decoration:none;
}


