body {
	background-color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0;
}

/************************
	Styling for core page elements and layout
************************/

/* All properties with two different values make
sure the page displays the same in both IE and Firefox.
Most of these are box model hacks.*/

#container {
	width: 750px !important;
	width/**/: 720px;
	background-color: #0000FF;
	margin-right: auto !important;
	margin-right/**/: 10%;
	margin-left: auto !important;
	margin-left/**/: 20%;
	margin-top: -15px !important;
	margin-top/**/: 0px;
}

#header {
	font-size: 14px;
	color: #FFFFFF;
}
#header a {  
	color: #FFFFFF; 
	text-decoration: none
}

#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topNav li {
	float: left;
	padding: 0;
}
#topNav li a {
	background-color: #003580;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 3em;
	line-height: 3em;
	float: left;
	width: 8.35em !important;
	width/**/: 8.2em;
	margin-bottom:10px;
	margin-right:5px !important;
	margin-right/**/:2px;
	display: block;
	border: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}
/* Different colours for subject buttons */
#topNav #Maths a  {
	background-color: #FF0000;
}
#topNav #Science a {
	background-color: #008000;
}
#topNav #English a {
	background-color: #FFA500;
}
#topNav #ICT a {
	background-color: #808080;
}
#topNav a:hover, #topNav #Maths a:hover , #topNav #Science a:hover, #topNav #English a:hover, #topNav #ICT a:hover  {
	text-decoration: none;
	background-color: #000;
}
#topNav {
	float:left;
	clear:right;
	margin-left:5px !important;
	margin-left/**/:2px;
	margin-bottom:0px !important;
	margin-bottom/**/:10px;
}
#topNav #currentSection a  {
	background-color: #4189DD;
	color: #FFFFFF;
}

#mainContent {
	float:left;
	background-color: #FFFFFF;
	border: 5px solid #000;
	width:720px;
	font-size: 13px;
	line-height: 140%;
	color: #666666;
	text-align: left;
	padding: 10px;
}
#mainContent a {
	font-size: 13px;
	color: #4189DD;
	text-decoration: none;
}
#mainContent td {
	font-size: 13px;
}
#mainContent a:hover { 
	text-decoration: underline;
}
#mainContent h1 {
	font-size: 18px;
	font-style: normal;
	color: #003580;
}
#mainContent h2 {
	font-size: 14px;
}
#mainContent h3 {
	font-size: 13px;
}
#mainContent ul
{
	list-style-image: url(bullet2.gif);
}

#footer {
	clear:both;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding-top: 2px !important;
	padding-top/**/: 0px;
	padding-bottom: 2px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #4189DD;
	text-decoration: underline;
}

.highlighted {
	color: #990000;
}

.floatRight {
	float:right;
	padding-left:5px;
}

.paddingLeft {
	padding-left:20px;
}
