body { 
	background-color: #00235d; 
	margin: 0; 
	padding: 0;
	}
p { 
	font: normal 12px arial, sans-serif;
	color: #00235d; 
	margin-top: 0px; 
	text-align: justify;
	}

p.footright {
	font-size:8px;
	white-space:nowrap;
	float:right; 
	}
p.footleft { 
	font-size:9px;
	white-space:nowrap;
	float:left;
	}
h3 { 
	font: normal 15pt arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 10; 
	color: #00235d;
	}

h4 { 
	font: normal 13pt arial, sans-serif;
	margin-bottom: 10; 
	color: #00235d;
	}
h5 { 
	font: normal 10pt arial, sans-serif;
	font-weight:bold;
	margin-bottom: 10; 
	color: #00235d;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ac8741;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #deb887;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #cc9966;
	}

#container {
	position:relative;
	width: 800px;
	height: auto;
	min-height: 800px;
	left:50%;
	margin-left:-390px;
	padding: 10px 0px 0px 0px;
	background: #b9c2d3 url(images/bg.jpg) repeat-x top;
	z-index:100;
	}

#pageheader {
	position:relative;
	height:112px;
	width:448px;
	margin-left: 180px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	background:#fff url(images/header.jpg) no-repeat;
	}


#left_menu {
	float:left;
	width:123px;
	height:150px;
	margin-left:0px;
	padding-left: 5px;
	margin-top: 30px;
	}

#main_page {
	position:relative;
	width:565px;
	height:auto;
	min-height:645px;
	margin-left: 133px;
	margin-top:0px;
	padding: 10px 20px 20px 20px;
	background-color:#ffffff;
	}
#ASXlogo {
	position:relative;
	text-align:center;
	width:565px;
	height:50px;
	margin-left: 0px;
	margin-top:440px;
	padding: 0px 0px 0px 0px;
	background:#fff url(images/ASX.jpg) no-repeat bottom;
}
#footer {
	position:relative;
	width:565px;
	height:auto;
	min-height:20px;
	margin-left: 133px;
	margin-top:0px;
	padding: 0px 20px 0px 20px;
	background-color:#ffffff;
	text-align: center;
}


ul#sidenav, ul#sidenav li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	white-space:nowrap;
}

ul#sidenav {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000099;	
}

ul#sidenav li a {
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	display: list-item;
	padding: 8px 0px 8px 0px;
}

ul#sidenav li a:visited {
	color:#000099;
}


ul#sidenav li a:hover {
	color:#ac8741;
}


ul#sidenav li.selected a {
	text-decoration: underline;
}

ul#pagelist {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color:#000099;
}

ul#pagelist, ul#pagelist li {
	list-style: circle inside;
	margin: 0px 0px 0px 10px;
	padding: 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
 
#top_menu{
	position:relative;
	width:605px;
	height:38px;
	margin-left:133px;
	margin-top:0px;
	padding: 0px 0px 0px 0px;
}
 
#top_menu ul{
	margin: 0;
	float: left;
	width: 605px;
	height: 40px;
	padding: 0px;
	font: 15px Arial;
}
 
* html #top_menu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin-bottom: 1em;
	margin-left: 7px; /*menu offset from left edge of window in IE*/
}
 
#top_menu ul li{
	display: inline;
}
 
 
#top_menu ul li a{
float: left;
color: white;
font-weight: 500;
padding: 12px 0px 7px 0px;
text-align:center;
text-decoration: none;
width: 121px;
}
 
#top_menu ul li a.left_menu{
float: left;
color: white;
background: url(images/leftend.gif) bottom left no-repeat; /*optional right round corner*/
}
 
#top_menu ul li a.left_menu:hover{
float: left;
color: #00235d;
background: url(images/leftend_hover.gif) bottom left no-repeat; /*optional right round corner*/
}

#top_menu ul li a.center_menu{
float: left;
color: white;
background: url(images/center.gif) bottom left no-repeat; /*optional right round corner*/
}
 
#top_menu ul li a.center_menu:hover{
float: left;
color: #00235d;
background: url(images/center_hover.gif) bottom left no-repeat; /*optional right round corner*/
}
 
#top_menu ul li a.right_menu{
float: left;
color: white;
background: url(images/rightend.gif) bottom right no-repeat; /*optional right round corner*/
}

#top_menu ul li a.right_menu:hover{
float: left;
color: #00235d;
background: url(images/rightend_hover.gif) bottom right no-repeat; /*optional right round corner*/
}
 
#top_menu ul li a:visited{
color: white;
}