/* qgov stylesheet */

/* import styles that aren't supported in NN4  
@import url(qglayout.css); */

/* import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media 
@import "print.css"; */

body{
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:80%;
}

/* font size 
#tools, #nav2, .menuLayer, #content1, #content2, #content3, #feature, #footer
{
	font-size: 80%;
}*/

/* correct IE 5.5 font size in tables */
table {
	font-size: 1em;
}

/* content headings - remember to multiply by any inherited font size to determine real size. eg the content div is styled at 80% font size so our h1 will be approx 104% (80 * 130%) */
#content1 h1, #content2 h1, #content3 h1, #feature h1{
		font-size: 140%;
}
#content1 h2, #content2 h2, #content3 h2, #feature h2{
		font-size: 130%;
}
#content1 h3, #content2 h3, #content3 h3, #feature h3{
		font-size: 120%;
}
#content1 h4, #content2 h4, #content3 h4, #feature h4{
		font-size: 110%;
}
#content1 h5, #content2 h5, #content3 h5, #feature h5{
		font-size: 100%;
}
#content1 h6, #content2 h6, #content3 h6, #feature h6{
		font-size: 100%;
}
#news h1{
		font-size: 140%;
		color: #39F;
}
#poppages h1{
		font-size: 140%;
		color: #39F;
}
/* hide accessibility links from visual browsers */
#access {
position: absolute;
left: -999px;
width: 990px;
}

/*link colours*/
a:link
{
	color: #000066;
}

a:visited
{
	color: #660066;
}

a:active
{
	color:#990000;
}

a:hover
{
	color:#990000;
}


/*header graphics*/
#qglogo a img{
	border-width:0px;
}

#agency a img{
	border-width:0px;
}

/* search form */
#search
{
	display: inline;
}

