html,body {
	font-family:Arial, Geneva, Helvetica, sans-serif;
	color:#000000;
	background:#787878;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	}
	
table#main {
	height:100%;
	width:716px;
	margin-left:auto;
	margin-right:auto;
	}

table#onehundred {
	height:100%;
	}

table#content {
	height:626px;
	border:solid 2px #000000;
	background-color:#A4D4E3;
	}
	
p#heading {
	padding:0;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;

	color:#FFFFFF;
	}

TD
{
	font-size:12px;
	color:#FFFFFF;
}
p#manitext {
	padding:0;
	font-size:13px;
	color:#FFFFFF;
	}

p#smalltext {
	padding:0;
	font-size:9px;
	color:#FFFFFF;
	}


#menuitem {
	background-image:url(../images/menuitem.gif);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	height:26px;
	padding:0 0 0 12px;
	vertical-align:middle;
	}
	
/* REDBOX items */
#redbox_top {
	background-image:url(../images/redbox_top.gif);
	background-repeat:repeat-x;
	}
	
#redbox_right {
	background-image:url(../images/redbox_right.gif);
	background-repeat:repeat-y;
	}
	
#redbox_bottom {
	background-image:url(../images/redbox_bottom.gif);
	background-repeat:repeat-x;
	}
	
#redbox_left {
	background-image:url(../images/redbox_left.gif);
	background-repeat:repeat-y;
	}
	
#redbox_main {
	background-color:#8A0A07;
	/* THIS HEIGHT VALUE OF 342px IS IMPORTANT FOR IE */
	height:342px;
	color:FFFFFF;
	vertical-align:top;
	}
/* Link Colours for the menu (right) */	
a:link {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#A4D4E3;
	}
	
a:active {
	color:#FFFF00;
	}

/* Link Colours for the menu half */	
a#menu:link {
	color:#FFFFFF;
	text-decoration:none;
	}
	
a#menu:visited {
	color:#ffffff;
	text-decoration:none;
	}
	
a#menu:hover {
	color:#A4D4E3;
	}
	
a#menu:active {
	color:#FFFF00;
	}

.subheaders
{
	padding-left:5px;
	padding-bottom:15px;
	font-size:12px;
	color:#FFFFFF;
}
