@charset "utf-8";
/* CSS Document */
/*Controls how pages look when printed*/

/*Display no images*/
img {
	display: none;
}

/*display no menus*/
#homemenu, #menu, #sidemenu {
	display: none;
}

/*formats headings for services pages*/
.hsection-ser {
	font: 18px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #ff8b17;
	display: inline;
}

.sheading {
	font: 18px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #006c86;
	display: inline;
	padding-left: 1em;
}

/*formats heading for training pages*/
.hsection-tra {
	font: 18px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #006c86;
	display: inline;
}

.theading {
	font: 18px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #ff8b17;
	display: inline;
	padding-left: 1em;
}
/*formats text in the bodys*/
#body-centre, #body-news, #mission {
	font: 12px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #ff8b17;
	text-align: justify;
}

/*sub headings in main body*/
#body-centre h1 {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.mission {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff8b17;
	font-weight: bold;
}

/*heading for New Training Courses Page*/
#body-centre h2 {
	text-align: left;
	font: 18px "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/*look of links*/
a:link {
	color: #00F;
	text-decoration: underline;
}

a:vistited {
	color: #00F;
	text-decoration: underline;
}

/*look of footer content*/
#footer {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#copyright {
	display: inline;
}

#contact {
	display: inline;
}

.print {
	display: list-item;
	color: #ff8b17;
}

