body {
	text-align: center; /*center hack*/
	height: 100%;
}

#wrap {
	width: 950px; /*center hack*/
	margin: 0 auto; /*center hack*/
	text-align: left;
}

#header {
	width: 950px; /*center hack*/
}

#main {
	width: 950px;
}

#left {
	width: 254px;
	float: left;
}

#centre {
	width: 696px;
	float: right;
}

.inside-left{
	padding: 48px 0px 30px 54px;
}

.inside-centre{
	padding: 30px 55px 30px 55px;
}

#footer {
	clear: both;
	margin-top: 0px;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	background-color: #ffffff;
	margin: 0px;
	margin-top: 13px;
	line-height: 1.5em;
	background: url(../images/top_bg.jpg) repeat-x;
}

#wrap {
	background-color: white;
}

/*Listamatic*/
a.submenu {
	color: #003A7A;
}

#sub_navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width: 200px;
}

#sub_navcontainer li {
	display: block;
	line-height: 45px;
	background: url(../images/menu_bg.jpg);
	font-size: 12px;
	text-align: left;
	text-indent: 15px;
	margin-top: 5px;
}

#sub_navcontainer a {
	text-decoration: none;
	display: block;
	height: 45px;
	width: 200px;
	font-weight: bold;
	color: #656665;
}

#sub_current {
	color: #003a7a;
	font-weight: bold;
}

#sub_navcontainer a:hover {
	color: #003a7a;
}

/*End Listamatic*/
/*Active menu styling*/
body#p1 a#n1, body#p2 a#n2, body#p3 a#n3, body#p4 a#n4, body#p5 a#n5 {
	color: #003a7a;
}

/*typography*/
a {
	text-decoration: underline;
	color: Blue;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
	color: Red;
}

a:active {
}

a.footer{
	color: #878DFE;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
	color: #003A7A;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #003A7A;
}

h2 {
	font-size: 1.3em;
	margin: 1em 0em;
	font-weight: bold;
	color: #003A7A;
}

h3 {
	font-size: 1.4em;
	margin: 0em;
	font-weight: normal;
	color: #003a7a;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	color: #003A7A;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.5em;
	margin: 0px;
}

img {
	border: 0;
}

ol, ul, li {
	font-size: 1.0em; /*
	list-style: none;*/
}

p {
	font-size: 1em;
}

pre {
	font-family: monospace; /*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
	color: #003A7A;
}

/*Customise layout	*/
#header {
	padding: 0;
	margin: 0;
}

#divisions{
	text-align: center;
}

#wrap{
	background-color: #fff;
}

#main {
}

#footer {
	background: url(../images/footer_cbg.jpg);
	text-align: center;
	padding-top: 10px;
	width: 950px;
	background-color: #ffffff;
	font-size: 0.8em;
	color: #878DFE;
	height: 91px;
}

#footer-bg {
height: 100%;
	background: url(../images/footer_bg.jpg) repeat-x;
}

hr {
	border: 0;
	color: #E8E9FE;
	background-color: #E8E9FE;
	height: 1px;
	width: 100%;
	text-align: center;
}

/*Box stuff for highlighting text blocks perhaps*/
.box1 {
	border: 1px solid #E8E9FE;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.box2 {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 60%;
	color: #656665;
	border-top: 1px solid #E8E9FE;
}

.box3 {
	font-size: 0.95em;
}

.images {
	float: right;
	margin-top: 42px;
	margin-left: 20px;
	width: 210px;
}

img {border: 0;}