/*
Main Qube Learning CSS
Copyright 2006 Qube Qualifications &amp; Development Ltd.
$Revision: 1.8 $
*/

@import url("textStyles.css");

@import url("links.css");

@import url("topMenu.css");

@import url("leftMenu.css");

@import url("footer.css");

@import url("layout.css");

@import url("newsHeadlines.css");

@import url("banners.css");

@import url("search.css");

@import url("map.css");

@import url("qualsTable.css");

@import url("emph.css");


/* colours

qube green: 13 153 0  ==>  #0D9900

*/

body {
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/pageElements/background2.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align: justify;
	cursor: default;
	letter-spacing: 0px;
}

/************** list tag styles **************/

ul .h3 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	display: block;
	color: #0D9900;
	margin-bottom: 0px;
}

/************** news tag styles **************/

.box1 ul, .box1Full ul, .box1b ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.box1 ul span.secondLine, span.box1Full ul span.secondLine, .box1b ul span.secondLine {
	display: block;
	margin-left: 7px;
	margin-right: 20px;
	padding-bottom: 5px;
}

.box1 ul p.secondLine, .box1Full ul p.secondLine, .box1b ul p.secondLine {
	margin-top: 0px;
	margin-bottom: 5px;
}

.box1 ul .lineBreak, .box1Full ul .lineBreak, .box1b ul .lineBreak {
	display: block;
	padding-bottom:5px;
	height: 1%;
	line-height: 1px;
}

.backToTop {
	position: absolute;
	right: 15px;
}

.backToTop img {
	height: 14px;
	width: 75px;
}

.greenText {
	color: #0d9900;
}

#w3cLogos .logos {
	width: 70px;
}

.box1 .small {
	font-size: 10px;
}

.center {
	text-align: center;
}

.center1 {
	width: 70%;
	font-size: 24pt;
}


#container #bottomPage #fullSection .box1Full .newsImage {
	float: left;
	margin-right: 8px;
	margin-left: 10px;
	margin-bottom: 8px;
}
