@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	background-color: #000000;
	color: #ffffff;
	background-image: url(../Images/veritcalLines.png);
	background-repeat: no-repeat;
	background-position: 52px 144px;
}
p {
	padding-bottom: 1em;
}
a {
	color: #fff;
}
a img {
	border: none;
}
h1 {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 1em;
}
h2 {
	font-size: small;
	font-weight: bold;
	padding-bottom: 1em;
}
h3 {
	color: #ad1e2a;
	font-size: medium;
	padding-bottom: 1em;
}
.centred {
	text-align:center;
}
p#base { /* To leave a gap at the bottom of the page */
	margin-bottom: 5em;
}
.UW {
	font-style: italic;
	font-size: x-small;
}
/***** MAIN DIV definitions ******/
/** HEADER **/
#header {
	margin-top: 20px;
	margin-left: 20px;
}
#header img#logo {
	float:left;
	margin-right: 20px;
}
/** end of HEADER **/

/** MENUBAR **/
#menuBar {
	margin-left: 124px;
	height: 77px;
	padding-top: 27px;
}

#menuBar #centre {
	background-image:url(../Images/menu/centre.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 80%;
	float:left;
}
#menuBar img {
	float: left;
}
#menuBar a span {
	display: none;
}
#menuBar a {
	background-image: url(../Images/menu/redCircle.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 55px;
	display: inline-block;
	float: left;
	margin-right: 4.8%;
	text-decoration: none;
	text-align: center;
	padding-top: 55px;
	font-weight: bold;
	color: #ad1e2a;
}
#menuBar a#lastElement {
	margin-right: 0;
}
#menuBar a:hover, #menuBar a#activeLink {
	background-image: url(../Images/menu/aperture.png);
	color: #fff;
}
/** end of MENUBAR **/

/** BODYTEXT **/
#bodyText {
	background-image: url(../Images/corner.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: 155px;
	padding-top: 25px;
	padding-left: 25px;
	width: 70%;
min-height: 200px;
}

/** end of BODYTEXT **/

/** FOOTER **/
#footer {
	height: 30px;
	background-color: #ad1e2a;
	color: #FFF;
	font-size: medium;
	font-weight: bold;
	padding-right: 15%;
}
#footer p {
	text-align: right;
	padding-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/** end of FOOTER **/
/***** end of MAIN DIV definitions ******/

/***** Images ***************************/
.floatRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.preload { /* To preload large images for the gallery to speed things up */
	display: none;
}
/***** end of Images ********************/
