html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	text-align:center;
	background-color: #B5B4B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url("background_images/page.jpg");
	background-repeat: repeat-x;
	background-position: top;
}

#centreContent {
	width: 990px;
	height: auto;
	min-height: 100%;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	background-color: #DEDEDE;
}

#header {
	background-image: url("background_images/header.jpg");
	width: 990px;
	_width: 990px;
	height: 142px;
	_height: 249px;
	color: white;
	text-align:left;
	float: right;
	padding-top: 107px;
	background-repeat:no-repeat;
}

#header a {
	margin-left: 14px;
	text-decoration: none;
	color: #CDCDCD;
}

#header a:hover {
	color: white;
}

#mainContent {
	clear:both;
	width: 990px;
	min-height: 450px;
	height: auto;
	padding-bottom:65px;
	overflow: visible;
	border-top: 1px solid white;
	border-bottom: none;
	text-align:left;
}

#rightColumn {
	float: right;
	display:inline;
	width: 283px;
	max-width: 256px;
	border-left: none;
	height: auto;
	min-height: 100%;
	overflow:visible;
	background-image: url("background_images/newsbox.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #B8B8B8;
	text-align:justify;
	padding: 15px;
}

#footer {
	height: 14px;
	width: 990px;
	max-width: 982px;
	background-color: black;
	font-size: 10px;
	color: white;
	padding: 4px;
	text-align: left;
	clear:both;
	border-top:1px solid white;
}

#footer a {
	margin-left: 40px;
	color:white;
	text-decoration:none;
}

#topNote {
	background-image: url("background_images/mainbox.jpg");
	background-repeat: no-repeat;
	width: 655px;
	_width: 685px;
	height: auto;
	overflow:auto;
	*overflow:visible;
	margin-bottom: 9px;
	text-align:justify;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-position: bottom left;
	padding-bottom: 15px;
	display:block;
}

#leftColumn {
	margin-right:10px;
	margin-left: 15px;
	width: 325px;
	height: 290px;
	border-right: 1px solid #B4B4B4;
	padding-right:10px;
	text-align:justify;
	float:left;
	display:inline;
}

#midColumn {
	float: left;
	display:inline;
	text-align: justify;
	width: 325px;
	padding-bottom:20px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

.moreLinks {
	font-size: 11px;
	margin-top: 10px;
}

#midColumn div {
	float:left;
	margin-right: 10px; 
	margin-bottom: 10px;
	text-align:center;
	display:inline;
}

#hanging {
	position:absolute;
	margin-top: 35px;
	z-index:1;
	width: 260px;
	text-align:right;
	font-size: 12px;
	line-height: 18px;
}

td {
	font-size: 13px;
}

#topNote ul {
	padding-left: 10px;
	text-align: left;
	width: 200px;
}

li {
	margin-left: 10px;
	padding: 0px;
}

#quotesBox {
	background-image:url("background_images/quotes.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px;
	width: auto;
	min-height: 220px;
	overflow: visible;
	_height: 200px;
}

a {
	color:#5555BB;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}