/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #FFCC00;
	color: #000000;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #ccc;
	border-top-color: #ccc;
}


#top /* the background banner image */
{
	background-image: url("/images/menu/eng-150-web-banner-no-swirl.jpg");
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("/images/icons/icons_7.jpg");
}
#nav div.section2 {
	background-image: url("/images/icons/icons_19.jpg");
}
#nav div.section3 {
	background-image: url("/images/icons/icons_9.jpg");
}
#nav div.section4 {
	background-image: url("/images/icons/icons_5.jpg");
}
#nav div.section5 {
	background-image: url("/images/icons/icons_13.jpg");
}
#nav div.section6 {
	background-image: url("/images/icons/icons_6.jpg");
}

.smalltext {
	font-size: x-small;
	color: #003366;
}
legend {
	font-weight: bold;
}
fieldset {
}
.engform {
	background-color: #e2e2e2;
	margin: 2px;
	padding: 2px;
}
#standard #content div {

}

