/* DEFAULT */
/* Custom CSS Document */




.brown-link-header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #595656;
    text-decoration: none;
    
    background-image: url(images/header.gif);
}

/* end bottom Navigation */


div.panel {
  width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
div.center  {
  width: 275px;
}
div.pcontent {
  padding: 0 25px;
}
div.pcontent ul {
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}
div.pcontent li {
  list-style-type: square;
}
a.go {
	display:block;
  	text-align:  right ;
  	padding: 0 15px 5px 0;
}
a.go img{
	border:none;
}
div.yellowkids a.go img{
  	background:  url('images/yellowkidsGo.gif') no-repeat top ;
}
div.yellowkids {
  	background:  url('images/yellowkids.gif') no-repeat bottom ;
	color:#009900;
}


/* -----                    Brown Panel                   ------ */

div.brown {
  	background:  url('images/brown.gif') no-repeat bottom ;
	color:#ebb51a;
}
div.brown a.go img{
  	background:  url('images/brownGo.gif') no-repeat top ;
}

/* -----                    Yellow Panel                   ------ */

div.yellow {
  	background:  url('images/yellow.gif') no-repeat bottom ;
	color:#562f24;
}
div.yellow a.go img{
  	background:  url('images/yellowGo.gif') no-repeat top ;
}

/* -----                    Kahki Center Panel                   ------ */

div.khaki {
  	background:  url('images/khaki.gif') no-repeat bottom ;
	color:#f3fc00;
}
div.khaki a.go img{
  	background:  url('images/khakiGo.gif') no-repeat top ;
}

/* -----                    YellowGrey Panel                   ------ */

div.yellowgrey {
  	background:  url('images/yellow.gif') no-repeat bottom ;
	color:#595656;
}
div.yellowgrey a.go img{
  	background:  url('images/yellowgreyGo.gif') no-repeat top ;
}
/* -----                    Grey Panel                   ------ */

div.grey {
  	background:  url('images/grey.gif') no-repeat bottom ;
	color:#f3fc00;
}
div.grey a.go img{
  	background:  url('images/greyGo.gif') no-repeat top ;
}
