body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	background-image: url(Images/bgrd1.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 50px;
}

a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	color: #333333;
	text-decoration: underline;
}

.h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	color:#3399CC;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-style:italic;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	color:#3399CC;
}

.bgrdcolour {
	background-color: #fdf8ce;
}

/* Nav Menu */

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	}
.menu ul{
	background: #d4bc76;
	height:45px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#d4bc76 url("images/separator.gif") center right no-repeat;
		color:#000;
		display:block;
		font-weight:normal;
		line-height:46px;
		margin:0px;
		padding:0px 10px 0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #d4bc76 url("images/hover.gif") left center no-repeat;
			color: #fdf8ce;
			text-decoration:none;
			}
	.menu li ul{
		background: #000;
		display:none;
		height:25px;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:140px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background: #000 url("images/separator.gif") center right no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:140px;
		}
	.menu li:hover li a{
		background:none;
		line-height:25px;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:100%;
		font-style:normal;
		margin:0px;
		padding: 0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#000 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#d4bc76;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
/* Nav Menu */

.navcontainer {
	float: left;
	height: 46px;
	width: 264px;
	padding: 0px;
	background-color:#d4bc76;
	margin: 0px;
}
