body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin:0px;
	min-width:800px;
	background-color:black;
	background-image: url(../images/MenuColour.gif); 
	background-repeat:repeat-y;
}

#siteTop {
	background-color:#000000;
	color:white;
	height:234px;
	width:799px;
	border-right:1px solid white;
}

#siteTitle {
	height:100px;
	border-bottom:1px solid white;
	background-position:20px 60px;
	background-image:url(../images/site_title.gif);
	background-repeat:no-repeat;
}

#siteTitleImages {
	margin-left:20px;
	margin-right:20px;
	margin-top:8px; margin-bottom:8px;
}

#footer {
	clear:left;
	text-align:center;
	padding-top:70px;
	font-size:8pt;
}

#footer a{
	text-decoration:none;
	color:black;
}

#footer a:hover{
	text-decoration:underline;
}

#primaryContent {
	position:absolute;
	left:171px;
	top:234px;
	width:580px;
	margin-top:23px;
	margin-left:15px;
	margin-right:20px;
}

#primaryContent a{
	font-weight:bold;
}

/* MENU */
#menu {
	float:left;
	width:171px;
	margin-top:23px;
}

.menuItem {
	color:black;
	background-color:transparent;
	padding-left:24px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
	margin-top:2px;
}

.menuItem a {
	font-family:"Trebuchet MS", Arial;
	font-size:8.5pt;
	text-decoration:none;
	color:black;
}
.menuItem a:hover {
	color:white;
}

.menuItem:hover {
	background-color:#fb9e66;
	color:white;
}
.menuItem:hover > a {
	background-color:#fb9e66;
	color:white;
}

/* TEXTUAL */

.largeHeading_R {
	font-family:"Times New Roman", Times, serif;
	font-size:24pt;
}

.InTextHeading {
	font-size:12pt;
}

/* LINKS */

a {
	color:#ea8d55;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}