/* Remove padding and margin */
* {margin: 0; padding: 0;}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {margin: 1em 0;}

/* Class for clearing floats */
/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Clearfix */

/* Remove border around linked images */
img {border: 0;}

body {
	font-size: 62.5%;
	background-color: #CCCCFF;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	overflow: auto;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	border: 5px solid #0099FF;
}
#content p {
	font-size: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
#leftcol {
	float: left;
	clear: none;
	margin: 0px auto;
	padding: 10px;
	width: 130px;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
}
#toptext {
	float: left;
	width: 780px;
	padding: 0px;
	background-color: #0099FF;
}
#toptext ul {
	text-align: center;
}
#toptext li {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0px 30px 0px 30px;
	display: inline;
	list-style-type: none;
}
#text {
	float: left;
	width: 780px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#text h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 10px;
}
#text h1.centred {
	text-align: center;
}
#text strong {
	text-align: center;
	font-weight: normal;
	font-size: 2.3em;
	color: #0099FF;
}
#text p {
	font-size: 1.3em;
	font-weight: normal;
	text-align: justify;
	padding: 0px 10px 0px 10px;
}
#text ul {
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 0px 25px;
}
#text table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0px 0px 0px 10px;
}
#text td {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	vertical-align: top;
	border: 0px solid #000000;
	padding: 5px;
}
#text table.bordered {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px 0px 0px 10px;
}
#text table.bordered td {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	vertical-align: top;
	border: 1px solid #000000;
	padding: 5px;
}
.imgLeft {
	float: left;
	clear: both;
	padding: 0px 10px 0px 10px;
}
.imgRight {
	float: right;
	clear: right;
	padding: 0px 10px 20px 10px;
}
.imgCentre {
	text-align: center;
	padding: 20px;
}
.submit {
	float: right;
	margin: 0px 100px 0px 0px;
}
#base {
	float: right;
	width: 780px;
	font-size: 0.9em;
	background-color: #0099FF;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	margin: 0px 20px 0px 0px !important;
	margin: 0px 10px 0px 0px;
}
#footer {
	float: right;
	width: 780px;
	font-size: 1em;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px 20px 0px 0px !important;
	margin: 0px 10px 0px 0px;
}
#footer p {
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #AFAFAF;
}
#nav {
	float: left;
	width: 780px;
	padding: 0px;
}
#nav ul {
	list-style-type: none;
	text-align: center;
	margin-top: 8px;
	padding: 0;
}
#nav li {
	font-size: 1.3em;
	display: inline;
	text-align: center;
	margin: 0 5px;
}
#nav li a {
	padding: 1px 7px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	text-decoration: none;
}
#nav li a:hover {
	color: #000000;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
#nav li a#current {
	color: #000000;
	border: 1px solid #0099FF;
	border-top: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;
}
