@media screen{
body{
background-image:url(../images/Simple_Rectangles_background.gif);
background-repeat:no-repeat;
background-position:top left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
}
div{
padding:0px;
margin:0px;
}
#title{
position:absolute;
top:10px;
left:175px;
}
#logo{
	vertical-align:middle;
	text-align:center;
	width:175px;
}
img{
	margin-left:auto;
	margin-right:auto;
	border:0px;
}

#mainContent{
float:left;
padding:10px;
margin-top:20px;
width:575px;
z-index:15;
height:360px;
clip:rect(auto, auto, auto, auto);
overflow:auto;
}
.centredText{
	text-align:center;
}
.emphasisedText{
	font-weight:bold;
	font-size:larger;
}


#footer{
position:absolute;
top:560px;
left:10px;
}
h1{
font-size:x-large;
}
h2{
font-size:large;
}
.noDisplay{
display:none !important;
}

a{
	color:#3300CC;
}
a:hover{
	color:#CC0033;
	text-decoration:none;
}



#leftNav{
float:left;
padding:10px;
margin-top:8px;
width:175px;
}
#leftNav a{
	color:#ffffff;
}
#leftNav a:hover{
	color:#ffffff;
	text-decoration:none;
}
}
@media print{
div{
display:block;
position:relative;
top:auto;
left:auto;
width:auto;
height:auto;
overflow:visible;
color:#000000;
background-image:none;
}
#logo, #title{
float:left;
}
#title{
clear:right;
}
#mainContent{
clear:both;
}
#title img{
	display:none;
}
body{
width:17cm;
}
#leftNav{
display:none;
}
#footer{
display:none !important;
}
}