body
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e4ead4;
}

table.roster
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

table.roster td
{
	border-top: solid 2px #000;
	padding-bottom: 4px;
	
}

table.list
{
	border: solid 1px #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

table.list th
{
	background-color: #4b4d25;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	font-size: 10pt;
}

table.list tbody
{
	overflow: auto;
	background-color: #fffff8;
}


table.list_sales
{
	border: solid 1px #000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

table.list_sales th
{
	background-color: #4b4d25;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	font-size: 10pt;
}

table.list_sales tbody
{
	overflow: auto;
	background-color: #fffff8;
}

table.list_sales td
{
	vetical-align: top;
	border-bottom: solid 1px #a7a981;
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}


#header {
  float:right;
  font-size:12px;
  line-height:normal;
  text-align: center;

  }
#header ul {
  margin:0;
  width: 100%;
  padding: 0;
  padding-top: 2px;
  list-style:none;
  text-align: center;

  }
#header li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  font-size: 10pt;
  text-align: center;
  }
#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/


#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#336799;
  }
#header .current {
  background-image:url("images/left_on.gif");
  }
#header .current a {
  background-image:url("images/right_on.gif");
  color:#fff;
  padding-bottom:5px;
  }

  a
  {
  color: #4b4d25;
  }
  
  h2
  {
	color:  #4b4d25;
  }
  
    h3
  {
	color:  #4b4d25;
  }
  
  
  
#menu
{
	background-color: #a7a981;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #a7a981;
	color: #ffffff;
	font-size: 10pt;
}

#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#menu a:hover
{
	background-color: #e4ead4;
	color: #4b4d25;
}

#menu li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	width: 16%;
	text-align: center;
}

#menu li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	border: solid 1px #4d4d25;
	background-color: #e4ead4;
	padding: 2px;
}

#menu li ul li
{
	padding: 0px;
	display: block;
	width: 100%;
	text-align: left;
}

#menu li ul a
{
	display: block;
	width: 100%;
	background-color: #e4ead4;
	color: #4b4d25;
}

#menu li ul a:hover
{
	background-color: #4b4d25;
	color:  #fff;
}


#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
  
.popupList
{
	position: absolute;
	width: 300px;
	height: 200px;
	border: solid 1px black;
	background-color: #fff;
	overflow: auto;
}

.popupList a
{
	display: block;
	width: 100%;
	text-decoration: none;
}

.popupList a:hover
{
	background-color: #e4ead4;
}
