/*	
	It is most likely that only these top styles will be used as all other styling should be removed
	however I will leave the rest in as a reference 
*/
	
body {								
	
			background-image:url(/img/BackgroundGradient.jpg);
	color: #05347a;
}

a:link, a:hover, a:visited,
ul li a:link, ul li a:hover, ul li a:visited, 
div#aboutus ol li, 
div#aboutus ol li a, 
p,li,h1,h2,h3,h4,h5{
	color: #05347a;
	background-color: #ffffff;
}

/******************************/
/* Set text colors here */
/******************************/

/* Header */
div#banner,
div#banner a {
	color: #ffffff;
}

/* Navigation menu */
div.menu,
div.menu ul,
div.menu a {
	color: #ffffff;
}

/* Breadcrumb and filepath */
div#breadcrumbandfilepath,
div#breadcrumbandfilepath div#filepath,
div#breadcrumbandfilepath div#filepath p,
div#breadcrumbandfilepath ul,
div#breadcrumbandfilepath a {
	color: #05347A;
}

/* Main pane - To left of sidebar, underneath breadcrumb/filepath and aboce footer */
div#aboutus, 
div#aboutus a, 
div#aboutus table#tablelinks th, 
div#aboutus table#tablelinks td, 
div#aboutus dl.glossarylist,
div#aboutus dt.glossaryitem, 
div#aboutus dd.glossaryitem, 
div#aboutus dl.glossarylist dd.mainheader, 
div#aboutus dl.glossarylist dt.mainheader {
	color: #05347a;
}

/* Sidebar header areas */
div#sidebar dl.donation dt span.dtrounded, 
div#sidebar dl.donation dt span.dtrounded a, 
div#sidebar dl dt, 
div#sidebar dl dt a {
	color: #ffffff;
}

/* Sidebar main text areas */
div#sidebar dl a, 
div#sidebar dl {
	color: #05347a;
}

/* Footer */
div#footer,
div#footer a {
	color: #05347a;
}

/* Ordered lists (usually used as a sub-menu) and latest news main text area */
div#sidebar dl#latestnews dd, 
ol, 
div#aboutus ol li, 
div#aboutus ol li a {
	color: #00347B;
}

/* Latest news header area */
div#sidebar dl.donation dt span.dtrounded, 
div#sidebar dl.donation dt span.dtrounded a, 
div#sidebar dl#latestnews dt, 
div#sidebar dl#latestnews dt a {
	color: #ffffff;
}

/******************************/
/* Set background colors here */
/******************************/

/* Header */
div#banner div#accessbanner,
div#banner div#accessbanner a {
	background-color: #9C9A9C;
}

/* Navigation menu */
div.menu,
div.menu ul,
div.menu a {
	background-color: #00347B;
}

/* Hovered status for a navigation menu item */
div.menu ul li a:hover {
	background-color: %navigationbackgroundhover%;
}

/* Breadcrumb and filepath */
div#breadcrumbandfilepath,
div#breadcrumbandfilepath div#filepath,
div#breadcrumbandfilepath div#filepath p,
div#breadcrumbandfilepath ul,
div#breadcrumbandfilepath a {
	background-color: #ffffff;
}

/* Main pane - To left of sidebar, underneath breadcrumb/filepath and aboce footer */
div#aboutus, 
div#aboutus a, 
div#aboutus table#tablelinks th, 
div#aboutus table#tablelinks td, 
div#aboutus dl.glossarylist,
div#aboutus dt.glossaryitem, 
div#aboutus dd.glossaryitem, 
div#aboutus dl.glossarylist dd.mainheader, 
div#aboutus dl.glossarylist dt.mainheader {
	background-color: #ffffff;
}

/* Sidebar header areas */
div#sidebar dl.donation dt span.dtrounded, 
div#sidebar dl.donation dt span.dtrounded a, 
div#sidebar dl dt {
	background-color: #00347B;
}

/* Sidebar main text areas */
div#sidebar dl {
	background-color: #DEDBEF;
}

/* Footer */
div#footer,
div#footer ul,
div#footer a {
	background-color: #ffffff;
}

/* Ordered lists (usually used as a sub-menu) and latest news main text area */
div#sidebar dl#latestnews dd, 
ol, 
div#aboutus ol li, 
div#aboutus ol li a {
	background-color: #DEDBEF;
}

/* Latest news header area */
div#sidebar dl.donation dt span.dtrounded, 
div#sidebar dl.donation dt span.dtrounded a, 
div#sidebar dl#latestnews dt, 
div#sidebar dl#latestnews dt a {
	background-color: #00347B;
}

