/*
	Layout CSS Document
	..........
	
	Controls positioning of design elements only. No Typesetting in this document.
*/
BODY {
	margin: 0px;
	
	/* Sky Colour for the header & white overall page background */
	background-color: #FFFFFF;
	
	background-image: url(../images/4D/bg.04.png);
	background-repeat: repeat-y;
}

.Header {
	text-align: right;
	
	height: 147px;
	
	background-image: url(../images/4D/bg.02.png);
	background-position: center top;
	background-repeat: repeat-x;
}

#Footer {
	font-size: 11px;
	color: #FF9933;
	
	border-top: 1px solid #FFFF99;
	background-color: #FFFFCC;
}
#Footer .Line1, #Footer .Line2 {
	padding: 4px;
}
#Footer .Line1 {
	float: left;
}
#Footer .Line2 {
	float: right;
}
#Footer EM {
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	color: #CC6600;
}

#Logo {
	position: absolute;
	top: 30px;
	left: 30px;
}

.Content  {
	padding-left:  244px;
	background-image: url(../images/4D/bg.03.png);
	background-repeat: repeat-x;
}

.PageContent {
	clear: both;
	display: block;
	
	margin-top: 40px;
}

.PageTitle {
	height: 40px;
}

.PageTitle H1 {
	position: absolute;
	left: 240px;
	top: 150px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
}
#HeaderImage1 {
	display: block;
	float: right;
	clear: right;
	padding-right: 156px;
}

#PageMenu {
	position: absolute;
	top: 147px;
	left: 0px;
	
	height: 200px;
	width: 244px;
	
	background-image: url(../images/4D/MenuImage.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#PageMenu UL {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#PageMenu UL LI {
	list-style: none;
}
#PageMenu LI A {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
	display: block;
	
	margin: 6px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding: 5px;
	padding-bottom: 4px;
	
	border-bottom: 1px solid #FDE6B5;
}
#PageMenu LI UL {
	padding-left: 10px;
}

#PageMenu LI UL LI A {
	font-size: 10px;
	color: #999999;
	display: block;
	
	border-bottom: 1px solid #FEF0D3;
}

#PageMenu LI A:hover {
	color: #006699;
	
	margin-left: 0px;
	margin-right: 1px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 9px;
	
	border: 1px solid #99CCFF;
	border-right: 5px solid #99CCFF;
	
	background-color: #FFFFFF;
}

.breadcrumb A {
	color: #CCC;
}

.breadcrumb A:hover {
	color: #666;
}

.breadcrumb {
	color: #CCC;
	background: #ECECEC;
	padding: 3px;
	float: right;
	margin-bottom: 4px;
}

table.styled {
	margin-top: 21px;
	border: #FEAE0A 1px solid;
}

table tr td {
	border-bottom: #FEEECD 1px solid;
}

table tr td.header {
	border-bottom: #FECF70 1px solid;
	background: #FEE1A5;
}
