/* 	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: #0D201E;
	}

p, ul, ol {
	font-size: 75%;
	color: #000000;
}


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: #0000201;
	font-size:70%;
    letter-spacing: 0.2em;
    margin: 1px;
	}

a:link {
  text-decoration: none;
  color:#53480A;
}

a:visited {
  text-decoration: none;
  color:#53480A;
}

a:active {
  text-decoration: underline;
  color:#53480A;
}

a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------*/

/*ID Selectors*/

#BackgroundTable 
/*just has plays a border role */
	{
	border:#CCCCCC 1px solid;
	background-color: #FFFFFF;
	}


/*Top Table defns: Contains Primary nav + login*/

#TopTable
 {
	background-color:#666600;
}

#TopTableLeftCell {
  background-image: url(images/TopLeftCorner.jpg);
  	background-position:top left;
	background-repeat:no-repeat;
}

#TopTableLeftCell p {
  margin: 0;
  padding:0;
  font-size: 70%;

}

#TopTableLeftCell a:link,#TopTableLeftCell a:visited,#TopTableLeftCell a:active
{
	color:#FFFFFF;
}


#TopTableRightCell {
  background-image: url(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: #2d403c	

}

#CentreNavCellRight
{
	background-color:#2d403c
}

#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: #666600;
}




#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 {
	color:#53480A;
	font-size: 90%;
	font-weight: bold;
	}
