html {
	overflow:auto;
}

body	{
	background: #ffffff url(../sharedimages/tile.gif) repeat;
	width:1024px;
	height:768px;
	font-size: 75%;
	color: #000000;
	font-family: Verdana, arial, sans-serif;
	text-align: left;
	overflow: auto;
	margin:0;
	padding:0;
}

#header {
	background-color:#ffffff;
	color: #000000;
	height:60px;
	border-bottom:11px solid #009999;
}

#businesslogo {
	display:inline;
	float:left;
	padding: 60px 0 0 0;
	overflow:hidden;
	background: url(../sharedimages/HMRC_ML_1CS.gif) no-repeat;
	width:135px;
	height:0px !important;
	height /**/:60px;
}

#projectlogo {
	display:inline;
	float:right;
	padding: 60px 0 0 0;
	overflow:hidden;
 	background: url(../sharedimages/hdr_swl.gif) no-repeat;
	width:500px;
	height:0px !important;
	height /**/:60px;
}

#title {
	background:#56c0c0 url(../sharedimages/titlebackground.gif) right no-repeat;
	border-bottom:1px solid white;
	height:67px;
}

#moduletitle {
	display:block;
	color:white;
	background-color:transparent;
	font-family:arial;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:20px 0 0 15px;
}

#sectiontitle {
	display:block;
	color:white;
	background-color:transparent;
	font-family:arial;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:20px 0 0 15px;
}

#orientation {
	background-color:#dcf1f1;
	height:47px;
	border-bottom:1px solid white;
}

#breadcrumbtrail {
	padding:15px 0 0 13px;
	float:left;
	margin:0;
}

#breadcrumbtrail li {
	font-family: verdana;
	font-size:11px;
	display:inline;
	color:black;
}

#breadcrumbtrail a {
	display:inline;
	color:black;
	text-decoration:none;
}

#breadcrumbtrail a:hover {
	display:inline;
	color:blue;
	text-decoration:underline;
}

#pagenumber {
	display:block;
	float:right;
	margin:16px 120px 0 0;
	text-align:right;
	font-size:11px;
}

.container {
	background:#e7e7e7 url(../sharedimages/bg_vertical_sq.gif) repeat;
 	height:545px;
	overflow:hidden;
}

.content {
	background:white url(../sharedimages/bg_horizontal_sq_new.gif) repeat-y;
	width: 647px;
	height:524px;
	overflow:auto;
	padding:20px 0 0 135px;
}

h2	{
	color: #009999;
	background-color: white;
	font-size: 110%;
	font-weight: bold;
	margin-bottom:1em;
	padding-right:37px;
	}

h3	{
	color: #009999;
	background-color: white;
	font-size: 100%;
	font-weight: bold;
	margin-bottom:1em;
	clear:both;
	margin-top:1em;
	}

p {
	clear:both;
	margin-bottom:1em;
	padding-right:37px;
}

.content ul {
	margin-left:10px;
	margin-bottom:1em;
	padding:0 37px 0 10px;
}

li {
	margin-bottom:1em;
}

ul ul {
	margin-top:1em;
	margin-bottom:1em;
}

p img {
	float:left;
	margin-right:5px;
}

input {
	display:block;
	margin-bottom:1em;
	height:1.2em;
 }

 label {
	display:block;
	width:580px;
	height:1.2em;
	margin-top:-2.2em;
	margin-left:30px;
	margin-bottom:1em;
}

#navigation {
	position: absolute;
	left:0px;
	top: 732px;
	color:black;
	background:#a3dab0 url(../sharedimages/bg_navbar.gif) repeat;
	height:36px;
	width:1024px;
}

#navigation a {
	margin-top: 7px;
	display:block;
	height:19px;
	width:80px;
	background: #a3dab0 url(../sharedimages/bg_button.gif) repeat;
	color: black;
	border: 1px solid #66cccc;
	text-decoration: none;
	font-family: verdana;
	font-size:12px;
	text-align:center;
}

#navigation a:active {
	background: #f3fff6;
}

#navigation a:hover {
	background: #e0ffde;
}

#navigation span {
	display:none;
}

#navigation span.u {
	display:inline;
	text-decoration:underline;
}

#navigation b {
	display:block;
	margin-top:2px;
}

#exit {
	margin-left:5px;
	float:left;
}

#close {
	margin-left:5px;
	float:left;
	visibility:hidden;
}

#menu {
	margin-left:10px;
	float:left;
}

#next {
	margin-left:10px;
	margin-right:5px;
	float:right;
}

#previous {
	float:right;
}

td a {
	display:block;	
	background-color:#dcf1f1;
	width:31px;
	height:23px;
 	padding:7px 1px 1px 1px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	margin:1px;
}

td a:hover, td a:active {
	background:#56c0c0;
	color:white;
}

hr {
	width:95%;
	height: 1px;
}