/*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;
}

/* content section */
#leftcontent {
	font-weight: bold;
	font-size: 11px;
	color: #002049;
}

#centrecontent {
	color: #002049;
	font-size: 11px;
	font-weight: normal;
}
.maindateitem {
	color: #ff1b45;
}

p.quote {
	line-height: 150%;
        font-size: x-small;
	font-weight: normal;
        font-style: italic;
	text-align: left;
}

#rightcontent {
	color: white;
	font-size: 11px;
	font-weight: normal;
}

input {
	border: 1px 1px 1px 1px;
}
label {
	font-weight: bold;
	color: white;
	font-size: 12px;
}
/******************
LINKS
******************/

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

#breadcrumb-right {
	font-size:12px;
	font-weight: bold;
}

#breadcrumb-right-sub {
	font-size: 10px;
	font-weight: bold;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active, #topmenu a:hover,#breadcrumb-right-sub li:after {
	color:#002049;
	text-decoration:none;
}
#topmenu a:hover {
	color: white;
}
#topmenu ul li a:hover {
	background-color: #315768;
}

#leftcontent a {
	color:#002049;
	text-decoration:none;
}
#rightcolumn a,.DropdownContainer, .DropdownContainerOver, .DropdownContainerOut {
	color:white;
	text-decoration:none;
	font-weight: bold;
}

#leftcontent a:hover, #leftcontent ul li a:hover {
	background-color: #B8C5CC;
}

#rightcolumn a:hover,.DropdownContainerOver,#rightcontent .DropdownList a {
	color: #FFE098;
}

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

#rightcontent .DropdownList a:hover {
	color: white;
}

/******************
FOOTER
******************/

/* contact details and legal info */

#legalinfo {
        text-align:center;
        color:#ffffff;
}

#legalinfo a {
        color:#ffffff;
}

#legalinfo a:hover {
text-decoration: underline;
}

#legalinfo a:visited {
        color:#ffffff;
}

.footerinforight {
        float: right;
        color: #002049;
        font-weight: bold;
        text-align: right; 
}

.footerinforight a {
        color: #002049;
}


.footerinfoleft {
        color: #002049;
        font-weight: bold; 
}

.footerinfoleft p.address{
        font-weight: normal;
        color: #000000;
}
