/* ----- Main Page Layout ---- */
*{
	margin: 0;
	padding: 0;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-color: #000000;
	background-color: #ABDEAC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
/* 	background-image: url(../image.jpg);
	background-repeat: repeat-y;
	background-position: center; */
	height: 100%;
	width: 100%;
}
img {
	margin-left: 2em;
	margin-right: 2em;
}

dt {
	float: left; 
	clear: both;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

dl {
	float: left; 
	clear: both;
	margin-left: 1.5em;
	margin-right: 0.5em;
}

dd {
	float: left;
	clear: both;
	margin-left: 2.5em;
	margin-right: 0.5em;
}

#MainPageContainer {
	background: #ABDEAC /* url(/images/imagename.gif) repeat-y */;
	text-align: left;
	width: 100%;
/*	min-height: 100px; */
	height: auto !important;
	height: 84px;
/*	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

/* ---- Menu stuff ---- */

#Banner{
	vertical-align: top;
	position: fixed;
	width: 100%;
	background: #000000 /* this is the background colour for the
	main text of the menu, could also use the image path */
}
/*
#menuBanner{
	width: 100%;
	background: #000000;
}
#upperBanner {
	vertical-align: top;
	background: #000000;
	height: 84px;
}
*/
#menuStripe.Gradient{
	background: #b2b2b2 repeat-y; /*this is the colour of the stripes framing
	the body of the page */
	height: 10px;
}
#middleBanner {
	position: static;
	color: #000000;
	margin: 10px;
	padding: 10px;
	background: #ABDEAC no-repeat;
/*	min-height: 650px; /* this seems to govern the size of the middle bit */
}
#newFooter {
	color: #FDB402;
	padding-top: 0px;
	max-height: 50px;
	height: 50px;
	min-height: 20px;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0 auto;
	position: fixed; /* this value and the one below make the footer stick */
	bottom: 0; /* this bit makes the fotter stick to the bottom of the page */
	vertical-align: bottom;
	background-color: #000000;
}
#newFooter div.footerText {
	display: block;
	vertical-align: bottom;
	font-size: 10px;
	line-height: 20px;
	float: left;
	width: 100%;
	text-align: center;
}
/* ----- Main Link Handling ---- */
a{
	color: #000000; /* Link text colour in main page */
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menuBanner a{
	font-size: 11px;
	color: #FDB402;
	font-weight: normal;
	text-decoration: none;
}
#menuBanner a:hover{
	color: #FDB402;
	font-weight: bold;
	text-decoration: none;
}
#menuBanner li li a{
	color: #FDB402;
	font-weight: normal;
	text-decoration: none;
}
#menuBanner li li a:hover{
	color: #FDB402;
	font-weight: bold;
	text-decoration: none;
}
#lowerBanner a{
	font-size: 10px;
	font-weight: bold;
	color: #e1e1e1;
}
#lowerBanner a:hover{
	color: #bbb;
}
#newFooter a{
	color: #FDB402;
	font-weight: normal;
	text-decoration: none;
}
#upperBanner a:hover, #newFooter a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

