/*
Colour scheme:
Dark colour:#0033CC 	
Medium colour: #D4DAEC
Grey for left menu:#484848 	
Light Colour:#E5E4F6 	
th: #160BB3 	
td1: #E5E8FA 	
td2: #EAEAEE 
Nice green:#3EA529 
Rusty brown:#A9212A 
*/
html{
	height:100%;
}
body {
	/*text-align:center;*/
	background-color:#dcdcdc;
	font-family: Arial, Helvetica, MS Gothic, Sans-Serif;
	word-wrap:break-word;
    /*font-size:11px;*/
	color:#0e3f6d;
	height:300%;
}
blockquote
{
    margin-left:20px;
}

#wrapper {
	text-align:left;
	width:956px;
	margin:0 auto;
	background-image:url('images/bg_wrapper.jpg');
}


table 
{
    border:1px solid #5765AB ;
    width:100%;
}
td
{
    vertical-align:top
}
.left
{
     background-color:#EAEAEE;
     text-align:left;
}
.right
{
    background-color:#E5E8FA;
    text-align:right;
}
.centred
{
    background-color:#E5E8FA;
    text-align:center;    
}


#footer {
	float:left;
	width:956px;
	background-image:url('images/bg_footer.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFF;
	text-align:center;
	line-height:45px;
	height:60px;
	color:#ffffff;
	font-size:10px;
}

#footer a {
	color:#ffffff;
	text-decoration:underline;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
