/* 	Webster Ltd Style Sheet - Internal Pages
	Copyright 2006, Fearless Media Group Pty Ltd
	http://www.fearless.net.au
	All rights reserved
	
	Colours used:
	
	Main blue: #093AAC
	Mid blue: #7C9DC8
	Pale blue: #C9D0E2
	Orange: #FF6600
	Green: #007557
	
	*/

/* Useful Spans */

.MainBlue {color:#093AAC}
.MidBlue {color:#7C9DC8}
.PaleBlue {color:#C9D0E2}
.Orange {color:#FF6600}
.Green {color:#007557}


/* HTML Definitions */

body{
	font-family: Verdana,Arial, Helvetica, sans-serif;
    background-color: #093AAC;
	}

p, ul, ol {
  font-size: 75%;
}


h1, h2, h3, h4 {
	font-family:"Trebuchet MS";
}

h1 {
	font-size:115%;
	}

h2 {
	font-size: 110%;
    letter-spacing: 0.1em;
    color: #7C9DC8;
    margin-top: 0px;
	}
	
h3 {
	font-size:100%;
	letter-spacing: 0.1em;
    color: #7C9DC8;
	}

h4 {

    color: #FFFFFF;
	font-size:70%;
    letter-spacing: 0.2em;
    margin: 1px;
	}

h4 a:link {	text-decoration:none;}
h4 a:visited{	text-decoration:none;}
h4 a:active {	text-decoration:underline;}
h4 a:hover {	text-decoration:underline;}

h5 {
	margin-bottom: -5px;
	font-size: 70%;
	}

a:link {
  text-decoration: none;
  color: #000000;
}

a:visited {
  text-decoration: none;
  color: #000000;
}

a:active {
  text-decoration: underline;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: #000000;
}

/*----------------------------------------------------*/

/*ID Selectors*/

#BackgroundTable 
/*just has plays a border role */
	{
	border:#CCCCCC 1px solid;
	}


/*Top Table defns: Contains Primary nav + login*/

#TopTable
 {
	background-color:#C9D0E2;
}

#TopTableLeftCell {
  background-image: url(/Corporate/Images/TopLeftCorner.jpg);
  	background-position:top left;
	background-repeat:no-repeat;
}

#TopTableLeftCell p {
  margin: 0;
  padding:0;
  font-size: 70%;

}


#TopTableRightCell {
  background-image: url(/Corporate/Images/TopRightCorner.jpg);
  background-position:top right;
  background-repeat:no-repeat;
  margin: 0;
  padding-right:16px;
  font-size: 70%;
}

/*----------------------------------------------------*/

/*Contains Logo */



/*Centre Navigation Bar */

#CentreNavCell {background-color:#007557}
#CentreNavCellRight {background-color:#007557}

#CentreNavCell p{
	font-size: 75%;
	margin: 0;
	padding-bottom:4;
	color:#FFFFFF;
	line-height: 2em;	
	}

#CentreNavCellRight p{
	font-size: 75%;
	margin: 0;
	padding-bottom:4;
	color:#FFFFFF;
	line-height: 2em;	
	}


#CentreNavCell a:link {
  text-decoration: none;
  color: #FFFFFF;
}

#CentreNavCell a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

#CentreNavCell a:active {
  text-decoration: underline;
  color: #FFFFFF;

}

#CentreNavCell a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}




/* Footer - separate table */

#FooterTable {background-color:#C9D0E2}

#FooterLeft {

}

#FooterLeft p{
    font-size: 65%;
    line-height:.5em;
    margin: 0;
    padding:0;
}

#FooterRight {

}

#FooterRight p{
    font-size: 55%;
    line-height:.5em;
    margin: 0;
    padding:0;
	color:#7C9DC8;
	text-align:center;
}

#FooterRight a:link{color:#7C9DC8; text-decoration:underline}
#FooterRight a:visited{color:#7C9DC8; text-decoration:underline}
#FooterRight a:active{color:#000000; text-decoration:underline}
#FooterRight a:hover{color:#000000; text-decoration:underline}

/* Classes */


.Date {
	margin:6px 0 -10px 0;
	color:#723836;
    font-size: 70%;
	font-weight: bold;
	}
