
body {
background: #ffffff;
font-size: 11px;
font-family: Verdana, Sans-Serif;
padding:0px;
margin:0px;
height:100%;

}
a:link { text-decoration: none; color: #000000; }
a:visited { color:#000000;}
a:hover {color: #ffffff; 
background-color: #ffffff;}
a:active { text-decoration: none; color:#000000;}
a img {border:none; } /* required to stop ie putting blue borders round linked images */



h1 {
font-size: 11px;
margin:0px }

h2 {
 padding: 5px 10px; 
margin:0px;}


/* imported from timmy files, need a tidy up */ 
#header {
	border-bottom: 4px solid #444444;
	background: white url(images/titlebarextendrepeat.jpg) repeat-x left top;
	height: 115px;

}

/*#header h1 {
	background: transparent url(images/PFW_Title_Bar.jpg) no-repeat left top;
	height: 115px;
	margin: 0;
	padding:0;
	overflow:hidden;
	text-indent:-5000px;
}

#header #logo {
	position: absolute;
	top: 0;
	left:0;
	margin:0;
	padding:0;
	border:0;
} */

/* -----------------content--------------------- */
#content {
background:#ffffff; 
padding: 0px;
margin-left: 200px;
margin-right: 0px;
margin-top:0px;
margin-bottom:0px;
display:block;
border:none; 
}


div#content { 
min-height:600px;
}  /* don't understand why this is separated out? */

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
background:#ffffff;
height:100%;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:40px;

text-align: center; 
background:  #ffffff;
border:1px solid #444444;
}

 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
 padding: 10px;
 margin: 0px;

}
/********** a real horrile hack to stop the funny underlining of pictures really need to make the content window hover backgroud white as a special case rather than mess around with everything else ****/

.verticalmenu a:hover {color: #ffffff; 
background-color: #000000;}

.vmenuindent a:hover {color: #ffffff; 
background-color: #000000;}


.verticalmenu li{
   display: block;
   font: bold, 11px, Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: left;
   width: 140px;
   height: 17px;
   color: black;

 }




.vmenuindent li{
   display: block;
   font: bold, 11px, Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   text-align: left;
   width: 140px;
   height: 17px;
   color: black;

 }
 
 .vmenuindent ul{
 list-style:none;
 padding: 10px;
 margin-left: 20px;
 margin-right: 20px;
    border-bottom: 1px solid #000000;
   border-top: 1px solid #000000;

}
 
 .verticalmenu p{
   font: bold, 11px, Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
	text-align: center;
   width: 140px;
   height: 17px;
   color: black;

 }
 

.pic_left {
margin: 0px; 
padding: 10px;
border:0px;
}