





/* Top menu COLOURS */
#centeredmenu {
	background:#ddd;	
}
#centeredmenu ul li a {
background:#ddd;
color:#444;
}

#centeredmenu ul li a:hover {
	background:#36f; /* Top menu items background colour */
	color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#36f; /* Top menu items background colour */
	color:#fff;
}

/* Sub menu colours */
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	background:#ddd;
	color:#444;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#36f; /* Sub menu items background colour */
	color:#fff;
}

#centeredmenu ul li a {
	border-bottom:1px solid #00688B;
}

#centeredmenu ul li a:hover {
	border-bottom:1px solid #00688B;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	border-bottom:1px solid #00688B;
}

#header {
	background:#104E8B;

}

#altertext {
	background:#eee;
	color:#FF0000;
	font-weight: bold;
	font-size:100%;
}
#redtext {
  color:red;
}	


a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
}
#footer {
	background:#fff;
}

.col2 h2 {
background:none repeat scroll 0 0 #BEBEBE;
}
.col2 h3 {
background:none repeat scroll 0 0 #BEBEBE;
}

#header {
	border-bottom:1px solid #00688B;
}
#altertext {
	border-top:4px solid #00688B;
}
#centeredmenu {
	border-bottom:1px solid #00688B;
	border-top:4px solid #00688B;
}
