/* HTML tags */

body {
	background:none;
	color:#333;
}

a:link {color:#23408e;}
a:visited {color:#23408e;}
a:hover {color:black;}
a:active {color:#23408e;}

/* Page layout */

#outerwrapper {
	background:url(../newlfac/images/bg-outerwrapper-light.jpg) repeat-y  0 600px;
}
#innerwrapper {
	background:url(../newlfac/images/bg-outerwrapper-light.jpg) no-repeat;
}
#header {
	background:url(../newlfac/images/logo-light.png) 45px 27px no-repeat;
}
#ourcentres {
	background:#d0cfea;
	border-top:1px solid #BCBDC0;
	border-bottom:1px solid #BCBDC0;
	margin-bottom:10px;
}
#ourcentres p {
	color:#000;
}
#ourcentres h2 {
	color:#7573a9;
}
#footer {
	background:url(../newlfac/images/bg-footer-light.jpg) no-repeat center bottom;
}
#accessibility a {
	color:#333;
}

h4 {
	color:#7573a9;
}

/* Navigation */

#navlist a {
	border-top:1px solid #BBB;
	background:#FFF;
	color:#000;
}
#navlist a:hover {
	background:#d0cfea;
}

#navlist ul a{
	color:#23408e;
	background:#FFF;
	border-top:1px dotted #adadca;
}
#navlist ul a:hover {
	background:#e1e1f4;
	color:#000;
}
#navlist a.current {
	background:#d0cfea;
	color:#23408F;
}

/* Textbox */

#textright {
	background-color:#d0cfea;
}

#textright h2{
	color:#7573a9; 
}

#textright h3{
	color:#23408e; 
}

/* Accessibility */

#accessibility {
	background:#d0cfea;
}
