/* CSS stylesheet */


body {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-image: url("images/bg-gradient.gif");
	background-repeat: repeat-x;
	background-color: #000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

h1 {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	padding-right: 5px;
	display: inline;
	visibility: hidden;
}

h2 {
	margin: 0;
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: normal;
	visibility: hidden;
}

h3 {
	margin: 0;
	float: left;
	font-size: 22px;
	color: #FF0000;
}

h4 {
	margin: 0;
	font-size: 16px;
	color: #FF0000;
}

h5 {
	margin: 0;
	font-size: 14px;
	color: #FF0000;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

p.first {
	line-height: 1.5em;
	text-align: justify;
	padding-top: 5px;
}

.redcentre {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.pblack {
	color: #000;
	font-weight: bold;
	text-align: center;
}

a {
	text-decoration: none;
	color: #F60;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 800px;
	height: 100px;
	background-image: url("images/topbanner.jpg");
	background-repeat: no-repeat;
}
	
#banner {
	width: 780px;
	height: 200px;
	padding: 0;
	margin-left: 10px;
	background-color: #FFF;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat
}

#IEspacer {
	height: 170px;
	width: 780px;
}

#nav {
	list-style: none;
	text-align: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#nav li {
	float: right;
	text-align: center;
}

#nav li a {
	font-size: 11px;
	display: block;
	width: 73px;
	text-decoration: none;
	color: #333;
	padding: 8px 0;
	background-color: #FFF;
	}	

#nav li a:hover {
	background: url("images/navlink.png") no-repeat;
	text-decoration: none;
	color: #FF0000;
}

#container {
	width: 800px;
	background-color: #FFF;
	height: 200px;
}

#contentholder {
	padding: o;
	margin: 0;
	overflow: hidden;
	position: relative;
	background-image: url("images/content-fill.jpg");
	background-repeat: repeat-y;
}

#content {
	float: left;
	padding-top: 10px;
	padding-bottom: 3px;
}

.box {
	width: 540px;
	padding: 10px 15px 0px 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #000;
}

.box a {
	color: #FF0000;
	text-decoration: none;
}

.box img.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 6px;
}

.box img.left {
	float: left;
	padding-right: 15px;
	padding-bottom: 6px;
}

.docs {
	width: 540px;
	padding: 10px 15px 10px 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #333;
	text-align: left;
}

.featureimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

#sidebartext {
	height: 150px;
	padding: 10px;
	margin-top: 10px;
	background-image: url("images/dates.jpg");
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
}

#footer {
	width: 800px;
	height: 25px;
	clear: both;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	color: #333;
	font-size: 10px;
	padding-top: 5px;
}

#footer2 {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	color: #999;
	text-align: center;
}
