html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center; background-color:#eee;}
p{margin:0 10px 10px}
a{color: #003366;}
h1 {
	color: #003366;
	font: 125% arial,sans-serif;
	font-weight: bold;
	margin: 10px 10px;
	padding: 0;
}
h6 {
	color: #007FFF;
	font: 125% arial,sans-serif;
	font-weight: bold;
	margin: 10px 10px;
	padding: 0;
}
#headertop {
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(images/header-top.jpg);
	background-repeat: no-repeat;
}
#headertop p {line-height:1.4; padding: 5px 15px}
#headertop a {line-height:1.4; padding: 2px 0px}
#header{
	height: 143px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#container{
	text-align:left;
	border-left: solid; 
	border: #FFF solid 5px;
	width:760px;
	margin:0 auto; 
	background-color:#FFF
}
#navigation{
	width: 760px;
	height: 42px;
	margin: 0 auto;
	background-image: url(images/nav-back.jpg);
	color: #003366;
}
#navigation ul {
	margin: 0 5px ;
	padding: 0;
	list-style: none;
	width: 730px;
}
#navigation ul a {
	display: block;
	margin: 0;
	padding: 0 1.25em;
	line-height: 3em;
	text-decoration: none;
}
#navigation ul li {
	float: left;
}
#content p {line-height:1.4}
#content ul li {line-height:1.4}
#news{background:white; color: #003366; float:right;width:250px; margin: 15px 0; text-align: left; line-height:1.4}
#help{background:white; color: #003366; float:right;width:250px; margin: 55px 0; text-align: left; line-height:1.4}
#right{background:white; color: #003366; float:left;width:325px; margin: 25px 20px; text-align: left; line-height:1.4}
#extra{background:white; color: #007FFF;float:right;clear:right;width:250px; margin: 15px 0; text-align: left; line-height:1.4}
#footer{color: Gray;}
#footer p{margin:0;padding:10px 25px}
#content-narrow{
	float: left;
	width: 350px;
	padding: 15px 15px;
	color: Gray;
	border-right: 1px dashed #ccc;
	text-align: left;
}
#content{
	float: left;
	width: 470px;
	padding: 15px 15px;
	color: Gray;
	border-right: 1px dashed #ccc;
	text-align: left;
}
#content-wide{
	float: left;
	width: 100%;
	padding: 15px 15px;
	color: Gray;
	text-align: left;
}
#footer{clear:both;width:100%}
fieldset {
	width: 90%;
	margin:1em 0;
	padding: 1em 1em;
	border: 1px solid #ccc;
	}
legend {
	font-weight: bold;
	color: #003366;
	padding: 1.5em 0;
	}
label {
	display:block;
	}
	
input.radio, input.checkbox, input.submit {
	float: left;
	width: auto;
	}

input.radio {
	float: left;
	display: block;
	margin-right: 1em;
	}
	
fieldset#favouritevcolour {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

#favouritecolour{
	font-weight: normal;
	color: #003366;
	float: left;
	font-size: 1em;
	}
	
#favouritecolour h2{
	float: left;
	font-size: 1em;
	font-weight: normal;
	}

#favouritecolour div {
	width: 8em;
	float: left;
	}

.clear {
	clear:both
	}

#favouritecolour label {
	width: 3em;
	float: none;
	display: inline;
	}

#favouritecolour p {
	margin: 0.3em;
	}
	
.red {
	font-weight: bold;
	color: red;
	}
	
/* Table */
	
table {
	border-collapse: collapse;
	width: 95%;
	border: 1px solid #003366;
}

th, td {
	padding: 0.1em, 1em;
}

caption {
	color: #007FFF;
	font: 125% arial,sans-serif;
	font-weight: bold;
	margin: 10px 10px;
	padding: 15px 0;
	text-align: left;
}

col {
	border-right: 1px solid #ccc;
}

col#pdfCol {
	border: none;
}

.odd {
	background-color: #edf5ff;
}

tr:hover {
	background-color: #eee;
	color: #000;
}

thead {
	border-bottom: 10px solid #ccc;
	background-color: transparent;
}
.FormReadOnly {
	background-color: #ccc;
	}