/* CSS made by Definitive Labs */

body {
   	font-size: 70%; /* Resets 1em to 11px */
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 20px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

p {
	margin: 0 0 10px 0;
	
}

h1 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 10px 0 10px;
}

/* Custom Made CSS */

.centre {
	margin: 0 auto;
}

.latestnews {
	background-image: url(../images/latestnews_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.latestnews ul {
	padding: 0;
	margin: 0;
	padding-top: 35px;
	padding-left: 8px;
}

.latestnews ul li {
	list-style: none;
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	padding: 0 3px 3px 13px;
}

.latestnews img {
	margin: 2px 0 0 0;

}

.topnav {
	background-image: url(../images/topnav.gif);
	background-repeat: no-repeat;
	background-position: 0 9px ;	
	
}

ul.nav {
	margin: 0;
	padding: 0;
	padding-top: 23px;
}

.nav li{
	width: 143px;
	height: 18px;
	border-style:solid solid none;
	border-width:1px;
	border-top-color: #E0E0E0;
	list-style: none;
	border-right-color: #E0E0E0;
	border-left-color: #E0E0E0;
	font-size: 110%;
}

.nav li a {
  text-decoration: none;
  display: block;
  padding-left: 5px;
  padding-top: 2px;
  display:block;
  width: 138px;
  height: 17px;
}

.nav li a:hover {
	background-color: #FD0000;
	color: #FFF;
}

.topspace {
	margin: 8px 0 0 0;
}

.maintext p {
	margin: 0 10px 0 10px;
}

.footer {
	font-size: 90%;
}

.banners img {
	padding: 0 0 5px 0;
}