BODY {
	font-size:101%;
	font-family:"Trebuchet MS", Arial, Verdana;
	margin:5px auto;
	width:970px;
	background-color:#4f5157; 
}
BODY, TD, P { font-size:0.9em; }
H1, H2, A { color:#f89828; }
H1 { font-size:1.4em; margin:15px 0; font-weight:normal; }
H2 { font-size:1.2em; margin:5px 0 0 0; font-weight:normal; }
P { padding:0; margin:5px 0; }
LI { padding:0; margin:10px 0; }
DIV { padding:0; margin:0; }

DIV#divHeader {
	height:89px;
	overflow:hidden;
	background-image:url(images/top-bg.gif);
}
DIV#divMainNav {
	float:left;
	padding:65px 0 0 0;
}
DIV#divBody {
	background-color:#FFFFFF;
	background-position:top right;
	background-repeat:no-repeat;
	padding:2px;
}
DIV#divHome {
	display:block;
}
DIV#divFooter {
	font-size:0.8em;
	padding:7px 10px;
	text-align:center;
}

A.mainNav {
	color:#FFF;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:2px;
	padding:0 40px 0 0;
}
A { text-decoration:none; }
A:hover { text-decoration:underline; }

.top { vertical-align:top; }
.bottom { vertical-align:bottom; }
.centre { text-align:center; }
.right { text-align:right; }
.bold { font-weight:bold; }
.pad0 { padding:0; }
.small { font-size:0.7em; }
.white { color:#FFF; }
.black { color:#000; }
.orange { color:#f89828; }
.floatL { float:left; }
.floatR { float:right; }
.clearB { clear:both; }

UL.fancyList {
	list-style-image:url(images/bullet-folder.gif); 
	list-style-position:outside;
}
LI.fancyList {
	padding-left:15px;
}
/* HOME PAGE SPECIAL STYLING */
UL.Home {
	margin-top:30px;
}
LI.Home {
	padding:3px 0;
	color:#f89828;
}