/* qgov stylesheet */

/* import styles that aren't supported in NN4  */
@import url(qglayout_iq.css);
/* import site specific styles */
@import url(custom_iq.css);

body
{
	background-color: #ffffff;
	
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* 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%) */
#content h1
{
	font-size: 140%;
}

#content h2
{
	font-size: 120%;
}

#content h3
{
	font-size: 100%;
}

/* 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;
}