/*########## 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:950px;
	min-width:800px;
}
#wrapper{
	background:url(/images/bg_wrapper.png) repeat-y;
}
#content {
	margin-left: 185px;
}
#inner_content {
	margin:0 182px 0 0;
	padding:0;
}
/*########## text and headings ##########*/
#title{
	border-bottom:1px solid #0062A1;/*EDIT* - title underline colour*/
	margin-bottom:10px;
	padding:5px 0;
}
h1,h2,h3,h4{
	color:#369;/*EDIT* - headings colour*/
}
h1 {
	font-size:1.4em;
}
h2{
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
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: #549623;/*EDIT* - table header background colour*/
	color: #FFF;/*EDIT* - table header text colour*/
}
.tborder td,.tborder th{
	border:1px solid #036;/*EDIT* - table border colour*/
}
table ul{
	margin-top:0;
}
/*########## misc ##########*/
.clearing {
	clear: both;
	text-align:right;
	padding-bottom:3px;
	font-size:.75em;
}
.lastupdate {
	color: #333;
	padding-right:.3em;
}
#change_fs{
	float:right;
	padding:15px 15px 0 0 ;
}
img{
	border:none;
}
img.frame{
	padding:4px;
	border:1px solid #D4D4D4;
	background:#FFF;
	margin-left:5px;
}

hr {
	background:#0062A1;/*EDIT* - horizontal rule colour*/
	border:0;
	color:#0062A1;/*EDIT* - horizontal rule colour*/
	height:1px;
	margin:0;
	padding:0;
}
.red{
	color:#F00;
}
/*########## file type footer ##########*/
.files{
	color:#444;
	font-size:.8em;
	width:98%;
	border-top:1px solid #999;
	padding:0 0 5px 0;
}
.files p{
	margin:0;
	padding:5px;
}
/*########## step by step ##########*/
.step{text-align:center;font-size:.8em;}
.step_box,.step_box_last{float:left;width:98px;margin:0 0 20px 0;background:url(/images/green_arrow.png) no-repeat 98px 30px;padding-right:21px}
.step_box_last{padding-right:0;}
.step h4{background:#43578f;padding:6px 0;color:#FFF;margin:0;}
.step p{background:#D7DBE8;margin:0;padding:6px 6px 12px 6px;font-weight:bold;}
#text .step a,#text .step a:visited,#text .step a:active{color:#000;text-decoration:none;}
#text .step a:hover{text-decoration:underline;}