body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
	
}

:link { color: #0000ff }
:visited { color: #0000aa }
a:hover { color: #ff5555; }

div {
	margin: 0;
	padding: 0;
}

div.titleholder, div.righthead {
	background-image: url("images/colourbar.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

div.titleholder {
	background-color: #333333
	}

div.righthead, div.right {
	float: right;
	width: 30%;
	background-color: #cccccc;
	}

div.right {
	background-image: url("images/corner50.png");
    background-repeat: no-repeat;
    background-position: left bottom;
	background-color: #cccccc;
	}
		
div.inside {
	padding: 0 0.5em 0 0.5em;
	text-align: justify;
	font-size:0.9em
	}

div.insideright, div.toolbar {
	padding: 0.5em 1em 0.5em 1em;
	font-size: 85%;
	}

div.insideright{
	padding-bottom: +1em;
	}

div.toolbar {
	border-top: thick double #bbbbbb;
	padding-left: +50px;
	text-align: right;
}

div.main {
	margin: 0 31% 1.0em 1%;
	}

div.mainnoside {
	margin: 0 1% 0 1%;
	}

div.simplebox, div.simpleboxnoright, div.simpleboxgrey {
	padding: 10px;
	border: ridge;
	border-width: 2px;
	border-color: #aaaaaa;
	text-align: justify;
	margin: 1em 0em 0em 0em;
	font-size:0.9em
	}

div.simpleboxgrey {float:left;width:440px;background-color: #eee;border:1px solid #aaa;	}
.outline{border:1px solid #333}
.breaker{clear:both;height:1px;overflow:hidden}

div.simpleboxnoright {
	border-right-style: none;
	}

div.floatimageright {
 float:right; 
 padding: 0 0 1.0em 1.0em;
 }

p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}

ul {
	text-align: left;
}

p.title {
	padding: 2em 0.25em 16px 0.25em;
	margin: 0;
	font-size: 120%;
	color: #ffffff;
	}

p.printtitle {
	padding: 2em 0.25em 16px 0.25em;
	margin: 0;
	font-size: 120%;
	color: #000000;
	}

p.righttitle {
	padding: 2em 0.25em 16px 0.25em;
	margin: 0;
	font-size: 120%;
	color: #000000;
	text-align: center;
	}

p.quote {
	padding: 1.5em 0 0 0;
	margin-bottom: 0;
	font-style: italic;
}

p.quotetop {
	padding: 0;
	margin-bottom: 0;
	font-style: italic;
}

p.inlineright {
	padding: 0;
	margin: 0;
	text-align: right;
}

p.linkcode {
	font-weight: bold;
	text-align: left;
	font-family: courier;
	font-size: 115%;
	}

h1,h2,h3,h4,h5{ text-align: left; }

h1 { font-size: 130%; font-weight: bold; }
h2 { font-size: 120%; font-weight: bold; }
h3 { font-size: 110%; font-weight: bold; }
h3.drop { margin-top: +3em; }
h4, h5 { font-weight: bold; margin: 1em 0 0 0; padding: 0; }
h4 { font-size: 100%; text-decoration: underline; text-transform: uppercase; }
h5 { font-size: 95%; }
#latestnews h4 { text-transform:none;text-decoration:none;color:#55}

p.subtext, p.subtextcentre { font-size: 80%; }
p.subtextcentre { text-align: center; }

div.prog {
	margin: 1em 0 1.2em 0;
}

p.drop, h4.drop, h5.drop {
	margin-top: +2em;
}

p.toolbarurl {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	font-style: italic;	
}

p.toolbartoolbox {
	font-weight: bold;
	text-align: right;
	font-size: 110%;
}

p.subtitle, p.dateplace {
	margin: 0.15em 0 0.1em 1em;
	padding: 0;
}

p.subtitle {
	font-weight: bold;
}

p.confsubtitle {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	font-style: italic;
}

p.formerror {
	color:red;
}

div.progpageheaders {
	text-align: center;
	margin-bottom: +2em;
}
