@charset "utf-8";

/*style sheet for Bondi Migration*/

/*-------------colour guide-----------------

#022C5E : dark blue | use for background colour on menu, and H1 headers
white : use for menu titles, and background colour in main editable region, i.e. main body
blue : use for links
red : use for hover over links, except links on menu bar
*/

/*-------------TOC-------------------------
Template 
	Menu bar
	Footer copy
	Footer navigation
	Editable region
		Header
		Paragraph
			
Global constants
CSS reset
Global classes
Home page layout
Top-level layout
Region detail styles*/




body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:1em;
	margin: 0;
	padding: 0;
 color:;
}

.MENU {
	background-color:#022C5E;
	
}

.MENU a {
	color:white;
	text-decoration:none;
	}

.MENU a:hover {
	background-color:white;
	color:black
}

table {

}

table td {
}

a {
	color:blue;
	text-decoration:none
}

a:hover {
	color:red;
}

H1 {
	font-size: x-large;
}

H2 {
	font-size: 150%;
}

H3 {
	font-size: large;
}

H4 {
	font-size: 110%;
	margin-top:5px;
	margin-bottom:0px
}

h1, h2, h3, h4 {
	color:#022C5E;
	font-weight:bolder;
	margin-left:6px;
	text-align: left;
}

h2 {
	margin-top:10px;
	margin-bottom: 0px;
}

h3 {
	margin-bottom: 0px;
	color: black;
	font-weight: bold;
}

p {
	margin-top:0px;
	margin:1px;
	margin-left:16px;
}

P.footer {
	font-size:80%
}

.HomePageHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	/* [disabled]font-size:2em; */
}

li {
	margin-left:25px;
	padding-top: 0px;
	list-style: disc;
}
.LinkTable {margin-left:0px;}

.QuoteHome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

.QuoteHomeAuthor {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	font-style:normal;
	font-weight:bolder;
	text-align:center;
}

.FOOTER {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.FOOTER_MENU {
	background-color:#022C5E;
}

.LOGO {
	background-color:#FFFFFF;
}

.MENU list {
	list-style: none;
}

