body {
	margin : 10 0 0 0;
	background: #016787 url(../graphics/bg.gif);
}
.headercolour, h1 {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : bold;
    color : #0093C1;
}
/* h1 class used on What's On? page (generated from MarkDown-treated input) */
h1 {
	width: 95%;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid navy;
	padding-top: 3px;
}
.text {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : normal;
    color : #333333;
}
.textbold {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : bold;
    color : #333333;
}
.menusubtitles {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : bold;
    color : #016787;
}
.white {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : normal;
    color : #FFFFFF;
}
.lgray {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : normal;
    color : #999999;
}
.line {
	background-color : #016787;
	height : 1px;
	padding : 0;
}
.lline {
	background-color : #d9d3d3;
	height : 1px;
	padding : 0;
}
.footer {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color : #ffffff;
}
.footerlink {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color : #ffffff;
	text-decoration : underline;
}
a.footerlink:hover {
    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 8pt;
    font-weight : normal;
    color : #ffffff;
	text-decoration : underline;
}
.bg1 {background-color : #EFEFEF;} /* Main Page background */
.bg2 {background-color : #4DB4D4;} /* Navigation background */
.bg3 {background-color : #0093C1;} /* Footer background */
.bg4 {background-color : #FFFFFF;} /* White line background */

a:link, a:active, a:visited {
    color : #00516A;
    text-decoration : underline;
}
a:hover {
    color : #00516A;
    text-decoration : none;
}

.whitebold {

    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 7.5pt;
    font-weight : bold;
    color : #FFFFFF;
}
.subheading {

    font-family : 'Verdana', 'Geneva', 'Arial', 'Helvetica', sans-serif;
    font-size : 9pt;
    font-weight : bold;
    color : #333333;
}

/* Styles created for admin and other dynamic pages */
#content, #content p, #content td, #content th, #content li, #content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	padding: 10px;
	background-color: white;
}
#uiflash_messages {
	background: #cec;
    border: 1px solid #444;
    padding: 0.5em 1em 0.5em 1.5em;
    margin: 1em 5% 10px;
}
#uiflash_errors {
    background: #ecc;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0.5em 0.5em 0.5em 1.5em;
}
#uiflash_notices {
	background: #eec;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0.5em 0.5em 0.5em 1.5em;
}
