* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-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:1em;
	text-align:center;
}
h2,h3,h4,h5,h6{
	margin-bottom:1em;
}
p{
	margin-bottom:0.5em;
}
h1 {
	font-size:1.5em;
}
h2,h3,h4,h5, h6{
	font-size:1em;
}
ol, ul{
	margin-left:15px;
	padding-left:0;
}
li{
	margin-bottom:0.1em;
}
#page {
	margin: 0 auto 0 auto;
	padding:0;
	width: 851px;
	text-align: left;
}
/*------ Panel positioning -------------*/
#banner{
}
#menubar{
	height:31px;
}
#mainpanelwrapper{
	position:relative;
	height:600px;
}
#mainpaneltext{
	position:absolute;
	top:0px;
	left:430px;
	width:415px;
	height:600px;
}
#mainpanelimage{
	position:absolute;
	top:0;
	left:5px;
	width:424px;
	height:598px;
}
#footer{
	height:6px;
	margin-bottom:12px;
}
/*-------- Panel styling --------------*/
#banner{
	font-size:0;
}
#menubar{
	color:#fff;
	background-color:#161e69;
	background-image:url(images/menubar-1.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu{
	float:left;
	margin-top:7px;
	margin-left:51px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	list-style:none;
}
#menu li{
	display:inline;
	margin-right:15px;
}
#menu li a{
	padding:0 6px 0 6px;
	color:#fff;
	text-decoration:none;
}
#menu li a:hover {
	color:#ccc;
	text-decoration:none;
}
#mainpanelwrapper{
	background-image:url(images/pageMid-1.gif);
	background-repeat:repeat-y;
}
#mainpanelcontent{
	padding:12px;
}
#mainpanelimage{
}
#mainpanelimage img{
	float:left;
	margin:1px 0 0 1px;
}
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;
}
