/* 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;
  line-height:20px;
}
a.go {
	display:block;
  	text-align:  right ;
  	padding: 0 15px 5px 0;
}
a.go img{
	border:none;
}

/* -----                    Black Panel                   ------ */

div.black {
  	background:  url('images/black.gif') no-repeat bottom ;
	color:#f3fc00;
}
div.black a.go img{
  	background:  url('images/blackGo.gif') no-repeat top ;
}


/* -----                    Blue Panel                   ------ */

div.blue {
  	background:  url('images/blue.gif') no-repeat bottom ;
	color:#d4f0f6;
}
div.blue a.go img{
  	background:  url('images/blueGo.gif') no-repeat top ;
}

/* -----                    Red Centre Panel                   ------ */

div.red {
  	background:  url('images/red.gif') no-repeat bottom ;
	color:#ebb51a;
}
div.red a.go img{
  	background:  url('images/redGo.gif') no-repeat top ;
}
div.red div.pcontent  li {
	padding-top: 10px;
}


/* -----                    YellowPurple Panel                   ------ */

div.yellowpurple {
  	background:  url('images/yellowpurple.gif') no-repeat bottom ;
	color:#b30082;
}
div.yellowpurple a.go img{
  	background:  url('images/orangeGo.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 ;
}