/*home page*/

/*
dark blue: #002049
mid blue: #315768
light blue: #B8C5CC
yellow: #FFE098
*/

/********************
DISPLAY
********************/
body {
	font-family:Arial, Helvetica, sans-serif;
	background: white;
	margin:0;
	padding:0;
	font-size: 12px;
	color: white;
}

/********************
DISPLAY CONTENT
********************/
h1 {
	font-size: 18px;	
	font-weight: bold;
	padding:0;
	margin:0 0 12px 0;	
	color: #002049;
}

#centrecolumn h1 {
	color: white;
}
h2 {
	display: inline;
	font-size: 14px; 
	font-weight: bold;
	padding-left: 1em;
}

/* content section */
#leftcontent {
	font-weight: bold;
	color: black;
}

#centrecontent {
	color: white;
	font-size: 11px;
	font-weight: bold;
}
#centrecontent hr {
	width: 100%;
	border:1px solid #B8C5CC;
	margin: 10px auto;
}
#centrecontent h2 {
	color: #B8C5CC;
	font-size: 10px;
	font-weight: lighter;
}

#rightcolumn {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

#rightcolumn h2 {
	color: #002049;
	font-size: 10px;
	font-weight: lighter;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
/* standard */
a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}

#topmenu a {
	font-size: 12px;
	color:#FFE098;
	text-decoration:none;
	color: white;
	font-weight: bold;
}
#topmenu a:hover {
	color: #315768;
}
#breadcrumb-right ul li a:hover {
	background-color: white;
}

/* left/right pane */
#leftcontent a,  #rightcolumn a {
	color:#002049;
	font-weight: bold;
	text-decoration:none;
}
#leftcontent a:hover, #rightcolumn a:hover {
	color: #B8C5CC;
}

/* centre pane */
#centrecolumn a {
	color: #FFE098;
}
#centrecolumn a:hover {
	color: #B8C5CC;
}
