/* This is an adaptation of E521 ~/it/web/experiments/twoColumns/twocols2.css  */

body {
	margin: 0;
	padding: 0;
	text-align: center:  /* Hack to get centred in IE */
	background: #ffffff;	
}
body * {
	text-align: left; /* Undo centering for descendants */
}
/*  a {
	background: #9094ad;
	color: #ffffff;
	font: normal arial, sans-serif;
}  */
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
/*	height: 600px; */
	background: #e0e0ea;
	border: 1px solid #cccccc;
}
#logo {
	float: left;
	background: transparent;
	font: bold 24pt arial, sans-serif;
	color: #cc3300;
	margin-top: 0px;
	margin-left: 0px;
}
#pageHeader {
	background-color: #edd891;
	margin-left: 115px;
	height:120px;
	padding: 15px;
	}
#pageHeader h1 {
	font: bold 24pt arial, sans-serif;
	line-height: 20pt;
	color: #cc3300;
	margin-left: 10px;
}
#pageHeader h2 {
	font: bold 18pt arial, sans-serif;
	color: #cc3300;
	margin-left: 35px;
}
#navList {
	clear: both;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 210px;
	background:  url(images/dugong_bkg02.jpg) no-repeat;
}
#navList ul {
	list-style-type: none;
	padding: 0px;
}
#navList li {
	list-style-type:none;
	color: #ffffff;
	background: transparent;
	font: bold italic 12pt arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px solid #cc3300;
}
#navList a {
	background-color: transparent;
	width: 200px;
	text-decoration: none;
	color: #ffffff;
	font: normal arial, sans-serif;
}
#navList a:hover {
	background-color: #76778b;
	color: #ffffff;	
}
#navList h4 {
	font: bold italic 14pt/10pt arial, sans-serif;
	border-bottom: 1px solid #cc3300;
	padding-bottom: 5px;
	color: #cc3300;
}
#navList p {
	font: 10pt arial, sans-serif;
	color: #cc3300;
}
#detail {
	float: left;
	width: 512px;
	padding-right: 10px;
	padding-left: 20px;
	font: 12pt arial, sans-serif;
/*	border: 1px solid #0000ff; */
}
#detail h2 {
	font: bold 18pt arial, sans-serif;
	color: #cc3300;
/*	margin-left: 35px;  */
}
#detail ul {
	list-style-type: none;
	padding: 0;
}
#detail li {
/*	float: left;  */
	margin-bottom: 0px;
	color: #000000;
}
#detail a {
	float: left;
	background-color: #9899ad;
	color: #ffffff;
	width: 175px;
	margin-bottom: 15px;
	margin-right: 20px;
	text-align: center;
	text-decoration: none;
}
#detail a.single {
	float: left;
	width: 450px;
	text-align: left;
	padding-left: 5px;
}
#detail a:hover {
	background-color: #76778b;
	color: #ffffff;
}

/*  #footer {
	clear: both;
	padding: 15px;
	background: #b2b6cf;	
}  */
#footer {
	clear: both; /* Starts the footer below the floated content. */
	background: #b2b6cf;
	margin: 10px 0 10px 0;
	font: italic 0.9em "Trebuchet MS", Arial, sans-serif;
}
#footer table {  /* Yes, it can be done without a table - but a table seems simpler here.  */
	width: 100%;
}
#footer td {
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.grey {
	color: #666666;
}
.right {
	text-align: right;
}
.cleardiv {
	clear: both;
}
img.fixed {
	position: absolute;
	margin-top: 0px;
	margin-left: 375px;
}
.listhead {
	font: bold italic 16pt/12pt arial, sans-serif;
	border-bottom: 1px solid #cc3300;
	color: #cc3300;
}