/*########## general layout ##########*/
body {
	background:url(/images/bg_ds.png) repeat-y #EDF0F9 top center;
	_background:#FFF;/*IE only*/
	color:#000;
	font-family:helvetica, arial, sans-serif;
	margin:0;
	padding:0;
}
#screen_reader{
	height:1px;
	left:0px;
	overflow:hidden;
	position:absolute;
	top:-500px;
	width:1px;
}
#header,#wrapper,#footer{
	border-left:1px solid #9FA1A7;
	border-right:1px solid #9FA1A7;
	margin:0 auto;
	max-width:1280px;
	min-width:800px;
}
#content {
	margin-left: 185px;
}
#inner_content {
	margin:0 222px 0 0;
	padding:0;
}
/*########## text and headings ##########*/
#title{
	border-bottom:1px solid #036;/*EDIT* - title underline colour*/
	margin-bottom:10px;
	padding:5px 0;
}
h1,h2,h3,h4{
	color:#03C;/*EDIT* - headings colour*/
}
h1 {
	font-size:1.4em;
}
h2{
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
#text{
	width:99%;
}
#text a:link, #text a:active, .clearing a:link, .clearing a:active{
	color:#00F;
	text-decoration:underline;
}
#text a:visited, .clearing a:visited{
	color:#369;
	text-decoration:underline;
}
#text a:hover, .clearing a:hover{
	color:#900;
	text-decoration:underline;
}
/*########## tables ##########*/
table{
	border-collapse:collapse;
	font-size:1em;
	margin:0;
	padding:0;
}
table.wide{
	/table-layout:fixed;
}
td,th{
	margin:0;
	padding:5px;
	vertical-align:top;
}
th {
	background-color: #036;/*EDIT* - table header colour*/
	color: #FFF;/*EDIT* - table header text colour*/
}
.tborder td,.tborder th{
	border:1px solid #014;/*EDIT* - table border colour*/
}
.tdBackground{ 
	background-color:#003;
	color: #fff;
	font-weight:bold;
}
.tdLightest{
	background-color:#CCF;
	color: #000;
}
/*########## misc ##########*/
.clearing {
	clear: both;
	text-align:right;
}
.lastupdate {
	color: #333;
	padding-right:.3em;
}
#change_fs{
	clear:right;
	float:right;
	padding:15px 15px 0 0;
}
img{
	border:none;
}
hr {
	background:#036;/*EDIT* - horizontal rule colour*/
	border:0;
	color:#036;/*EDIT* - horizontal rule colour*/
	height:1px;
	margin:0;
	padding:0;
}
.red{
	color:#F00;
}
/*########## gallery ##########*/
.gallery{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
.gallery ul {
	font-size:.8em;
	padding:0;
	margin:0;
	margin-top:2px;
	text-align:center;
}
.gallery li {
	color:#666;
	float:left;
	list-style:none;
	margin-top:5px;
	padding:0 6px;
	width:20.5em;
}
.gallery img {
	background:#fff;
	border:1px solid #999;
	padding:.5em;
	vertical-align:bottom;
}
.gallery span {
	color:#000;
	display:block;
	height:5em;
	margin-top:6px;
}
.gallery li a:hover img,.gallery li a:active img,.gallery li a:focus img,.gallery a:hover {
	background:#BBB;
}
/*########## file type footer ##########*/
.files{
	color:#444;
	font-size:.8em;
	width:98%;
	clear:both;
}
.files p{
	margin:0;
	padding:5px;
}
.files hr {
	background:#999;
	border:0;
	color:#999;
	height:1px;
	margin:10px 0 0 0;
	padding:0;
}
.files img{
	padding-bottom:5px;
}