body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	color: black;
	}

body, table
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* PARAGRAPHS */

h1, h2, h3, h4 h5, h6, p
	{
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	line-height: 150%;
	}

h1
	{
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	}

h2
	{
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	margin-top: 2em;
	padding-bottom: 2px;
	border-bottom: 1px solid rgb(153,0,51);
	color: rgb(153,0,51);
	}

h3
	{
	font-size: 1em;
	font-weight: bold;
	}

p
	{
	font-size: 1em;
	}

/* LISTS */

ul
	{
	list-style: circle;
	}

/* TABLES */

table
	{
	width: 100%;
	margin: 0 0 1em 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	}

td, th
	{
	vertical-align: top;
	}

/* FORMS */

.full
	{
	width: 97%;
	}

/* LAYOUT */

#header
	{
	display: block;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/topbar.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
	}

#logo
	{
	display: block;
	width: auto;
	}

#strapline
	{
	display: block;
	position: absolute;
	text-align: right;
	right: 10px;
	top: 50px;
	width: 500px;
	color: black;
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	}

#navigation
	{
	display: block;
	position: absolute;
	left: 0;
	width: 173px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}

#content
	{
	display: block;
	margin: 0 0 0 173px;
	padding: 30px 10% 50px 10%;
	border: 0;
	background-image: url(../images/curve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#footer
	{
	display: none;
	}

/* NAVIGATION */

#navigation ul
	{
	display: block;
	margin: 20px 0 50px 0;
	padding: 0;
	border: 0;
	list-style: none;
	}

#navigation ul li
	{
	margin: 0;
	padding: 2px 20px 3px 20px;
	text-align: right;
	background-image: url(../images/gradient.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

#navigation ul li a
	{
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

#navigation ul li a:hover
	{
	color: rgb(153,0,51);
	}

#navigation p
	{
	text-align: center;
	font-size: 0.8em;
	}

/* TABLE GRID */

table.grid td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

table.grid th {
	border: 1px solid #FFCCCC;
	padding: 5px;
	background-color: #FFCCCC;
}

/* IMAGES */

img { border: 0 }

/* POSITION */

.centre, .center { text-align: center }

.right { text-align: right }

.error
{
	color:#ff0000;
}