@import url(Miller.css);

/************ Global page design ************/

/************ Top / bottom navigation area ************/
DIV#TopNavigation,
DIV#BottomNavigation
{
	background-color: #286785;
}

DIV#TopNavigation UL LI A,
DIV#BottomNavigation UL LI A
{
	border-color: #286785;
}
DIV#TopNavigation UL LI A.selected
{
	color: #286785;
}
DIV#BottomNavigation UL LI A.selected
{
	color: #286785;
}
DIV#TopNavigation UL LI A:hover,
DIV#BottomNavigation UL LI A:hover
{
	background-color: #51B2BC;
	border-color: #51B2BC;
}

/************ Left navigation area ************/
DIV#LeftNavigation UL LI A:link,
DIV#LeftNavigation UL LI A:visited
{
	color: #286785;
}
DIV#LeftNavigation UL LI A.subselected:link,
DIV#LeftNavigation UL LI A.subselected:visited,
DIV#LeftNavigation UL LI A.subselectedchilds:link,
DIV#LeftNavigation UL LI A.subselectedchilds:visited
{
	background-color: #286785;
}
DIV#LeftNavigation UL LI A:hover,
DIV#LeftNavigation UL LI A.subselected:hover,
DIV#LeftNavigation UL LI A.subselectedchilds:hover
{
	background-color: #51B2BC;
}

/************ Left column content************/

/************ Main center content************/

/************ Search box / top header ************/

/************ Coloured boxes ************/

/************ Article lists ************/
UL.articlelist LI H4,
DIV.articlecontent H4,
UL.articlelist LI H4 A:link,
UL.articlelist LI H4 A:visited
{
	color: #286785;
}
