/*Link to skip past navigation to main content
Helps blind users of screen readers & people who use keyboards or keyboard substitute devices like switches or head mounted pointers*/

DIV.skipnav		{
				height:auto;
				background-color: #FFFFFF;
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				text-align:left;
				}

/*Base styles for anchors in skipnav div*/
DIV.skipnav a		{
				font-size:85%;
				font-weight:100;
				line-height:100%;
				color:black;
				text-decoration:none;
				}

/*Link while mouse pointer hovers over it within skipnav div*/
DIV.skipnav a:hover {
				background-color: #C4CBDA;
				text-decoration:underline;
				}

/*Visited link within skipnav div*/
DIV.skipnav a:visited {
				color:#5050FF;				
				}


/*Box for image etc. above nav panel*/
/*Margins are top, right, bottom, left i.e. tarball*/

/*Box for all side elements*/
Div.SidePanel		{
				float:left;
				width:13em;
				margin:0ex 1em 0ex 0em;
				background-color: white;
				text-align:left;			
				border-right: 2px solid #002d57;
				border-bottom: 2px solid #002d57;
				}

/*Box for logo, within SidePanel*/
DIV.LogoHolder		{
				width:12em;				
				padding:.5ex .5em .5ex .5em;
				background-color: white;
				text-align:left;
				}

/*Images inside head*/
DIV.LogoHolder IMG	{
				width:100%;
				min-width:50px;
				height:100%;
				min-height:50px;				
				}


/*Container for nav links*/
DIV.nav			{
				width:12em;
				margin:0ex 0em 0ex 0em;
				padding:0ex .5em 0ex .5em;
				background-color: white;
				text-align:left;
				}

/*Nav panel header*/
#NavTitle		{
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				font-size:150%;
				font-weight:900;
				color:white;
				line-height:100%;
				}

/*Base styles for anchors not in nav panel*/

A				{
				text-decoration:underline;
				font-weight:300;
				}

/*Link while mouse pointer hovers over anchor if not in nav panel*/
A:hover			{
				color:black;
				background-color:#C8E6FF;
				}

/*Base styles for all anchors within nav panel*/
DIV.nav a		{
				display:block;
				padding:.5ex .5em .5ex 1em;
				margin:0ex 0em 0ex 0em;
				text-decoration:none;
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				font-size:85%;
				font-weight:600;
				line-height:100%;
				}

/*Unvisited link within nav panel*/
DIV.nav a:link 	{
				color: black;
				}

/*Link while mouse pointer hovers over it within nav panel*/
DIV.nav a:hover {
				background-color: #C4CBDA;
				text-decoration:underline;
				}

/*Visited link within nav panel*/
DIV.nav a:visited {
				color:#5050FF;				
				}

/*MALSSA colours from logo: burnt orange = #fa981d, muddy cobalt = #002d57*/
/*MALSSA pamphlet colours: burnt orange = #d57627, muddy cobalt = #2a2b46*/
DIV.PageTitle
			{
				margin:0ex 0em 0ex 2em;
				padding:.5ex 2em .5ex 5em;
				border-bottom: 2px solid #002d57;
				background-color: #fa981d;
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				font-size:100%;
				}

DIV.PageTitle P
				{
				color:#002d57;
				font-size:300%;
				font-weight:900;
				margin-top:0.5em;
				margin-bottom:0.5em;
				}

/*Main content area*/

DIV.content		{
				margin:0ex 0em 0ex 2em;
				padding:.5ex 2em .5ex 5em;
				border-left: 2px solid #002d57;
				background-color: #FFFFD5;
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				font-size:100%;				
				}

DIV.content IMG	{
				float:left;
				padding-right:1em;
				padding-bottom:1ex;
				border:0;
				width:40%;
				min-width:100px;
				min-height:100px;
				}

/*MALSSA colours from logo: burnt orange = #fa981d, muddy cobalt = #002d57*/

 /*Box for copyright, credits etc.*/
DIV.footer		{
				padding:.5ex 0 .5ex 0;
				border-top: 2px solid #002d57;
				background-color: #002d57;
				color: #fa981d;
				text-align:center;
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				font-size: 75%;
				font-weight:900;
				}

Div.footer a			{
				color:white;
				}

Div.footer a:visited		{
				font-weight:300;
				}

Div.footer a:hover		{
				background-color:#fa981d;
				}


/*Text styles*/

H1, H2, H3		{
				color:#fa981d;
				}

H1				{
				font-size:200%;
				font-weight:900;
				margin-top:2ex;
				margin-bottom:0ex;
				}

H2				{
				font-size:150%;
				font-weight:600;
				margin-top:1ex;
				margin-bottom:0.5ex;
				}

H3				{
				font-size:100%;
				font-weight:600;
				margin-bottom:0%;
				}

P				{
				color:black;
				line-height:2.5ex;
				margin-top:0ex;
				margin-bottom:2ex;
				}

CAPTION			{
				font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
				font-size:150%;
				font-weight:600;
				color:#CC0000;
				line-height:150%;
				}

LI				{
				color:black;
				margin-left:1em;
				}

LI P			{
				margin-left:1em;
				}

/*MALSSA colours from logo: burnt orange = #fa981d, muddy cobalt = #002d57*/
/*MALSSA colours from pamphlet scan: burnt orange = #d57627, muddy cobalt = #2a2b46*/
/*Styesheet created by David Morrell Consultant
http://www.davidmorrell.ozweb.net  (c) 2007*/
