/* CSS  override sheet
    - all colour reference refer to the colours from the design page supplied by
    IIS

*/
body{
	background-color: #B0C4DE;     /* 1st  colour  */
}
#rightcolumn {
	background-color: #535B8A;   /*  2nd colour  */
}
.topic a {
	color:#535B8A  ;   /*  2nd colour  */
}
#leftcolumn {
	background-color: #535B8A;   /*  2nd colour  */
}
#footer a:hover {
	color: #535B8A;    /*  2nd colour  */
}
#leftnav a{
	background-color: #535B8A;   /* colour #2  */
}
#footer {
	background-color: #010066;   /* 3rd colour  */
}
#topnav ul
{
	background-color: #010066;     /* 3rd colour  */
}
#topnav ul li a{
	background-color: #010066;         /* 3rd colour  */
}
#leftnav li .active{
    background-color: #ADD8E6;          /* background colour of active navigation menu items */
    color: #000000;
}
#leftnav a:hover {/* pegovstyle.css (line 247) */
    background-color:#B0C4DE;           /* background colour of hover navigation menu items */
    color:#000000;
}
#topnav ul li a:hover{/*  from line 177*/
    background-color:#FF9900;
    color: #fff;
}
#subleftnav a, #subleftnav a:link, #subnavlist a:visited {/* pegovstyle.css (line 264)*/
background-color:#ADD8E6;
}
#subleftnav a:hover {
background-color:#B0C4DE;
}
/*  from line 409*/ 
.topic {
	height:64px;   /* */
	background-image: url(topic.jpg);
	background-repeat:no-repeat;
	color:#006666;
	font-weight: bold;
	margin-left:4px;
}
.topic a {
  color:#006666;
}
.topic a:hover {
  color:#000000;
}
#rightcolumn  a, #rightcolumn  a:visited  {
color:#009933;
}
#rightcolumn  a:hover {
color:#006666;
}
/*******************    *******************************/
/*   Start Image URLS   */ 
#bk_cols2 {
	background: url(2col.gif);
}
#bk_cols3 {
	background: url(3col.gif);
}
#banner {
	background-image: url(banner.jpg);
	height: 220px;
}

/* set French banner to default English */ 
#banner_F {
	background-image: url(banner_F.jpg);
	height: 220px;
} 

/*   END Image URLS   */ 
/* indentation of Quick link bullets prob#3 */
ul.quick {
      margin-left:3px;
      padding:0;
      font-size:100%;
      color:#009966;
    }
ul.quick li{
        list-style-type:disc;
    }
ul.quick li a {
      color:#009966;  
}
ul.quick li a:hover {
      color:#000000;  
}

ul.style3 {
    font-size: 8pt;
    list-style-type: disc;
    list-style-position: inside;
}

#light {
    margin-top:5px;
    font-style:italic;
    font-weight: 100;
    text-align:center;
}
#light a {
    color:#000;  
    text-decoration:underline;
}
#search_btn{
    background-color:#FFFFCC;
    color:#000;
    font-weight:bold;
    cursor: pointer;
}
#navlogo{ /*
    background-image: url(http://www.gov.pe.ca/hss/hss-site/images/logo.jpg);
    width:135px;
    height:90px;
    */
}
p.subHeader {
        margin: 5pt 0pt 0pt 0pt;
        font-size: 13px;
        font-weight: bold;
}
P.copy {

        margin: 5pt 0pt 0pt 0pt;

}
P.wide {

        margin: 10pt 0pt 0pt 0pt;

}

P.tight {

        margin: 2pt 0pt 0pt 0pt;

}
.new-title, .news-title {
    background-color: #535B8A;
    border: 1px solid black;
    width: 98%;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    width: 98%;
}


