body {
	padding: 0px;
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background: #FDFDF2 url(images/body-background.jpg) repeat-x;
}
/*--LAYOUT---------------------------------------------------*/
#wrapper {
	width: 700px;				/* Overall Width*/
	padding: 0px;
	margin-right: auto;			/* Centralises if not XML */
	margin-left: auto;			/* Centralises if not XML */
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 150px;
	border-top: 1px solid #0033CC;
	border-right: 1px solid #0033CC;
	border-left: 1px solid #0033CC;
}
div.home  {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
#pagebody {
	margin: 0px;
	padding: 0px;
	color: inherit;
	background: #FFFFFF url(images/background.jpg) repeat-x;
	border-right: 1px solid #0033CC;
	border-left: 1px solid #0033CC;
}
#leftCol {
	/*border: 1px solid blue;		TEMPORARY for LAYOUT */
	width: 150px;
	padding: 0px;
	margin: 10px;
	float: left;
}
#mainCol {
	/*border: 1px solid red;	TEMPORARY for LAYOUT */
	margin: 0px 0px 0px 162px;  /* Moves it over the width of the MENU  */
	padding: 20px;
	text-align: left;
	color: inherit;
}
/*---------------------------------------------------*/
#pageFooter {
	margin: 0px;
	font-size: 0.7em;
	height: 100px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #0033CC;
	border-bottom: 1px solid #0033CC;
	border-left: 1px solid #0033CC;
}
#footer-left, #footer-right {
	/*border: 1px solid green;		TEMPORARY for LAYOUT */
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 0.6em;
	background:inherit;
	height: 20px;
	color: inherit;
}
#footer-left {
	float:left;
}
#footer-right {
	float:right;
}
/*--Different style links in the Footer--------------*/
#pageFooter a, #footer-left a, #footer-right a {
	color: #0033CC;
	text-decoration: none;
	background-color: inherit;
}
#pageFooter a:hover, #footer-left a:hover, #footer-right a:hover  {
	text-decoration: underline;
}
#links td {
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
#links a {
	font-size: 12px;
	font-weight: normal;
}
#links li {
	padding: 2px;
}

/*--Main TEXT STYLES---------------------------------*/
h1  {
	font-size: 30px;
}
.hide  {
	display: none;
}
h2  {
	margin-top: 0;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	font-size: 16px;
	line-height: 24px;
	color: #0066CC;
	background-color: inherit;
}
h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	color: #0066CC;
	background-color: inherit;}
p, p.dropcap {
	font-size: 11px;
	color: #333;
	background-color: inherit;
	line-height: 24px;
}
p.dropcap:first-letter {
	color:#0066CC;
	font-size:20px;
	font-weight: normal;
	background-color: inherit;
}
p.small {
	font-size: 10px;
	color: #333;
	background-color: inherit;
	line-height: 16px;
	text-align: left;
}
img {
	margin-top: 0px;
	margin-bottom: 10px;
}
.left {
	float: left; 
	margin-right: 15px;
}
.right {
	float: right; 
	margin-left: 15px;
}
/*
.dropcap {
	color:#0066CC;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
}
*/
a  {
	color: #0033CC;
	background-color: inherit;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
/* ---MENU-------------------------------------*/
#menu, #menuImage {
	width:100%;
	margin:0;
	padding:0;
}
#menu ul {
	list-style: none;
	margin:0;
	padding:0px;
	border: 1px solid #0033CC;
	font-size: 0.8em;
	color: #333;
	background-color: inherit;
}
#menu li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	color: inherit;
}	
#menu li a {
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;					/* MENU text colour */
	text-decoration: none;
	width: 100%;
	height:16px;
	/*width: auto; */ 				/* This 'pads' top/bottom on IE*/
}
#menu li a.active {
	color: #0033CC;
	font-weight:bold;
	background-color: #DDEEFF;		/* faded Blue */
}
html>body #menu li a {				/* Firefox overshoots on right without this */
	width: auto;
}
#menu li a:hover {
	color: #0033CC;
	font-weight:bold;
	background-color: #FAFAE0;		/* faded Yellow */
}
