/* import styles that aren't supported in NN4  */
@import url(advanced.css);

/*link colours*/
a:link
{
	color: #000066;
}

a:visited
{
	color: #606;
}

a:active, a:hover
{
	color:#990000;
	background: #FFFFCC;
}

body
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/* headings */
h1, h2, h3, h4, h5, h6 
{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.newsposted, .help {
	font-size: smaller;
}
.reqd {
	color: #C00;
}

/* hide accessibility links from visual browsers */
#access
{
	visibility:hidden;
	position : absolute;
	left:0;
	top:0;
}

#agency h1 
{
	font-size: 120%;
	letter-spacing: 1px;
}

/* content headings */
#content h1
{
		font-size: 140%;
}

#content h2
{
		font-size: 120%;
}

#logo a img
{
	border-width: 0;
}
#footer {
	font-size: 70%;
}


#webporter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 10px;
	color: #999;
	letter-spacing: 1px;
	text-align: center;
}
#webporter a {
	text-decoration: underline;
	font-size: 10px;
}
#webporter a:link,
#webporter a:visited {
	color: #999;
}
#webporter a:hover,
#webporter a:active {
	color: #090;
}

#spambots {
	font-size: 10px;
	text-align: center;
}
#spambots a {
	color: #CCC;
	text-decoration: none;
}
