* {
	margin: 0;
	padding: 0;
}
body {
	background: #7f7f7f;
	font-size:90%;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	color:#333;
}
a{
	color:#666;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{
	color:#666;
}
h1{
	margin-bottom:2em;
}
h2,h3,h4,h5,h6{
	margin-bottom:1em;
}
p{
	margin-bottom:2em;
}
h1 {
	font-size:1.1em;
}
h2,h3,h4,h5, h6{
	font-size:1em;
}
ol, ul{
	margin-left:15px;
	padding-left:0;
}
li{
	margin-bottom:0.3em;
}
#page {
	margin: 0 auto 0 auto;
	padding:0;
	width: 854px;
	text-align: left;
}
/*------ Panel positioning -------------*/
#header {
	height:6px;
}
#menubar{
	position:relative;
	height:58px;
}
#menubarlogo{
	position:absolute;
	top:0px;
	left:100px;
}
#mainpanel {
	position:relative;
	height:600px;
}
#mainpanelwrapper{
	position:absolute;
	top:0px;
	left:0px;
	width:438px;
	height:600px;
}
#mainpanelimage{
	position:absolute;
	top:0px;
	left:438px;
	width:404px;
	height:600px;
	background-color:#52534e;
}
#footer{
	height:6px;
	margin-bottom:12px;
}
/*-------- Panel styling --------------*/
#header{
	background-image:url(images/pageTop-1.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#menubar{
	color:#fff;
	background-color:#000;
	
}
#menubarlogo img.logo{
	position:absolute;
	z-index:20;
}
#menubarlogo img.glow{
	position:absolute;
	top:0px;
	left:100px;
	z-index:10;
	display:none;
}
#menu{
	float:right;
	margin-top:20px;
	margin-right:24px;
	font-size:18px;
	text-transform:uppercase;
	list-style:none;
}
#menu li{
	display:inline;
	margin-right:3px;
}
#menu li a{
	padding:0 6px 0 6px;
	color:#fff;
	text-decoration:none;
}
#menu li a:hover {
	color:#ccc;
	text-decoration:none;
}
#main{
	background-image: url(images/pageMid-1.gif);
	background-position:left;
	background-repeat: repeat-y;
	padding-left:6px;
	padding-right:6px;
}
#mainpanelwrapper{
	background-image: url(images/BackgroundH-3.gif);
	background-position:top left;
	background-color:#fff;
}
#mainpanelcontent{
	padding:72px 36px 12px 36px;
}
#mainpanelimage{
	background-color:#52534e;
}
a img{
	border:none;
}
#footer{
	background-image:url(images/pageBottom-1.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.centre{
	text-align:center;
}
.clear{
	clear:both;
}
address{
	font-size:100%;
	font-style:normal;
	margin-left:50px;
}
.red{
	color:#ff0000;
}
.small{
	font-size:0.8em;
}
.right{
	float:right;
}
.assist{
	display:none;
}
p.singlegap{
	margin-bottom:1em;
}
.floatleft{
	float:left;
	margin-right:24px;
}
.floatright{
	float:right;
	margin-left:24px;
}
table.contact td{
	padding:3px;
}
table.contact td.prompt{
	font-size:0.8em;
	text-align:right;
	margin-right:1em;
	vertical-align:top;
}
