@charset "UTF-8";
@import url("header.css");
@import url("leftcontent.css");
@import url("rightcontent.css");
@import url("newdropdown.css");
@import url("training.css");
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background: url(../images/back_tile.gif) repeat-x #FFF;
	line-height: 1.3em;
}
#contentcontainer {
	background-image: url(../images/content_back.jpg);
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#content {
	width: 984px;
	border-right: solid 1px #bf1034;
	border-left: solid 1px #bf1034;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/grey_gradient.jpg) repeat-x #f0f0f0;}

#footer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer.png) no-repeat center;
	height: 30px;
	clear: both;
	padding-top: 5px;
}
#footer  p   {
	color: #FFF;
	margin: 0;
	padding: 0;
	line-height: 12px;
	text-align: center;
	font-size: 0.95em;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	line-height: 12px;
}
p {
	margin: 5px 0 10px;
	padding: 0;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
h1 {
	font-size: 2.1em;
	color: #0073BA;
	font-weight: bold;
	margin: 0;
	line-height: 35px;
	padding: 0 0 0 30px;
	height: 35px;
	background: url(../images/titlearrow.jpg) no-repeat left;
}
h2 {
	color: #000000;
	padding: 0 0 0 20px;
	margin: 10px 0 5px 0;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	background: #CCC url(../images/redarrow.gif) no-repeat 5px center;
}
h3 {
	font-size: 1.5em;
	color: #0073BA;
	font-weight: bold;
	margin: 0;
	line-height: 1.1em;
	padding: 10px 0;
}
h4 {
	font-size: 1.4em;
	color: #0073BA;
	font-weight: bold;
	margin: 0;
	line-height: 1.1em;
	padding: 5px 0;
}
.spacer {
	clear: both;
}
.centred {
	text-align: center;
}
.hidden {
	display: none;
	float: left;
}
.unhidden {
	display: inline;
	float: left;
}
.screenshot {
	text-align: center;
	padding: 10px;
}
a {
	font-weight: bold;
	color: #C01034;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
