/***********************************************************************************************
Government of Prince Edward Island overide style settings         
**********************************************************************************************/ 
body {
	background-color:#FFF9DF;
	background-image:url(back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


#banner{
height:120px;
}

#leftcolumn {
background-image:url(side_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#rightcolumn {
background-image:url(righttop.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:500px;
	color:#656661;
}

#outer_border {
border-color:#fff;

}


p.pgTitle {
font-size: 14pt;
font-weight: bold;
color:#1589C6;
}

/*links*/
a, a:visited{
color:#333366;
}
a:hover {
color:#3300CC;
text-decoration:none;
}
/*images to change*/
/**********************************************************************************************/ 
#banner {
	background-image: url(banner.jpg); /* (760px by 120px)*/
}
#bk_cols2 {  
	background: url(2col.gif);/* bg image for 2 column layout (760px by 1px) */
}
	
#bk_cols3 {  
	background: url(3col.gif);/* bg image for 3 column layout (760px by 1px) */
	overflow: hidden;
	width: 100%;
}




/**********************************************************************************************/ 
/* left navagation settings */ 
/**********************************************************************************************/ 
#leftnav a:link, #navlist a:visited{
color:#FFFFFF;

}
#leftnav li .active{
background-color: #8ec068;
color: #FFF;
}
#leftnav a:hover{
background-color: #d6e8c9;
color: #000;
}
	/* left sub navagation */ 
	#subleftnav a, #subleftnav a:link, #subleftnav a:visited {
	color:#000;
	background-color: #8ec06;
	}
	#subleftnav a:hover{
		color: #000000;
		background-color:#FFE9BF;
}
/**********************************************************************************************/ 
/* footer settings */ 
/**********************************************************************************************/ 
#footer {
	color: #999;
	height:20px;
	background-color:#24AB4D;
	border-bottom-color:#ffffff;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FBDE45;
}


#footer a  {
	color: #999;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
}
/**********************************************************************************************/ 
/* right column settings */
/**********************************************************************************************/ 
#topic {
	width:160px;
	height:80px;
	color: #FFFFFF;
	background-image: url(topics.jpg);
	cursor:pointer;
}
#rightcolumn a{
color:#FFCC66;
}
#rightcolumn a:hover{
color:#cccccc;
}

/**********************************************************************************************/ 
/* table settings*/ 
/**********************************************************************************************/ 
#grid thead tr{
	background-color:#FFCC66;
}

#grid td{
border-color:#ccc;

}


.qna {
	font-size: 14px;
	color: #1589C6;
	font-weight: bold;
	}
	
	
#con{
background-image:url(contact.jpg);
background-repeat: no-repeat;
background-position: right bottom;
height: 350px;
padding-left:25px;
padding-top:35px;
}

.topic{	
	background-image:url(topic.jpg);
	width:170px;
	hight:180px;
	padding-left:30px;
	margin-right:50px;
	font-size:12px;
	color:#7AC141;
}






.sstitle {
color:#1589C6;
font-size:14px;
font-weight:bold
	}
	.cornerbox{
	background-image:url(corner-box.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-top:15px;
padding-left:10px;
	}