/* 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;
}
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;
}
/* -----                    LightBlue Panel                   ------ */

div.lightblue {
  	background:  url('images/lightblue.gif') no-repeat bottom ;
	color:#b30082;
}
div.lightblue a.go img{
  	background:  url('images/lightblueGo.gif') no-repeat top ;
}

/* -----                    LightKahki Panel                   ------ */

div.lightkhaki {
  	background:  url('images/lightkhaki.gif') no-repeat bottom ;
	color:#595656;
}
div.lightkhaki a.go img{
  	background:  url('images/lightkhakiGo.gif') no-repeat top ;
}

/* -----                    YellowRed Panel                   ------ */

div.yellowred {
  	background:  url('images/yellow.gif') no-repeat bottom ;
	color:#bd0f18;
	padding-bottom:20px;
}
div.yellowred a.go img{
  	background:  url('images/yellowredGo.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 ;
}


/* -----                    Green Panel                   ------ */

div.green {
  	background:  url('images/green.gif') no-repeat bottom ;
	color:#333;
}
div.green a.go img{
  	background:  url('images/greenGo.gif') no-repeat top ;
}
/* LATEST NEWS LIST 1 & 2 (2 Columns) */
.latestnewstitle {font-weight:bold;color:#999956;font-size:24px;margin-top:20px;margin-bottom:5px}
.latestnews {margin-top:10px;margin-bottom:10px;background:#ffffff;width:100%;color:#999956}
.latestnewsheading {padding:3px;padding-left:5px; border-top:#ffffff 3px solid;background:#ffffff;font-family:verdana;font-weight:bold;font-size:14px;color:#999956;}
a.latestnewsheadingtext:link {color:#999956;text-decoration:none}
a.latestnewsheadingtext:visited {color:#999956;text-decoration:none}
a.latestnewsheadingtext:hover {color:#333333;text-decoration:none}
.latestnewsdate {font-size:10px;font-weight:normal;}
.latestnewsbody {padding:3px;padding-left:5px;COLOR:#464646;}