body, html {
	height:100%;
}
body {
	margin:0px;
	background:#CADCBD url(/images/common/page_bg.png) repeat left top;
	color:#1F501E;
	font:11px/150% Verdana, sans-serif;
	text-align:center;/*ie centre hack*/
}
h1 {
	display:none;
}
h2 {
	display:none;
}
h3 {
font-style:bold;
text-transform:uppercase;

}
a {
	color:#1F501E;
}
a.file {
	font-weight:bolder;
	text-decoration:none;
}
a.file:hover {
	text-decoration:underline;
}
a.file img {
	vertical-align:middle;
}
img, table {
	border:0px none;
}
ul {
	list-style:square;
	padding:0px;
	margin:20px 0px;
}
li {
	padding:0px;
	margin:0.2em 0px;
}
#wrapper {
	margin:0px auto;
	width:769px;
	height:100%;
	text-align:left;/*ie centre hack*/
	background:white url(/images/common/shadow_main.png) repeat-y left top;
}
#all {
	position:absolute;
	width:769px;
	background:white url(/images/common/shadow_main.png) repeat-y left top;
}
#nav {
	padding:1px 5px 0px;
	background:url(/images/common/shadow_top.png) no-repeat left top;
	height:133px;
	overflow:hidden;
}
#nav img {
	background-color:#487F41;
	color:white;
	display:block;
	overflow:hidden;
}
#nav img.bg, #nav a {
	position:absolute;
	z-index:0;
}
#nav a {
	display:block;
	z-index:10;
	/*opacity:0.5;*/
 text-decoration:none;
}
#nav a.home {
	margin:22px 0px 0px 24px;
}
#nav a.top {
	margin:18px 0px 0px 601px;
}
#nav a.members {
	margin-left:663px;
}
#nav a.pri {
	margin:68px 0px 0px 256px;
}
#nav a.news {
	margin-left:353px;
}
#nav a.policy {
	margin-left:405px;
}
#nav a.industry {
	margin-left:460px;
}
#nav a.membership {
	margin-left:565px;
}
#nav a.media {
	margin-left:660px;
}
#therest {
	padding:0px 5px 10px;
	background:url(/images/common/therest_bg.jpg) no-repeat 5px 0px;
	min-height:350px;
}
* html #therest {/*ie hack*/
	height:350px;
}

/* Sidenav */

#sidenav ul{
 padding: 0px 10px 0px 10px;
 margin: 0px;
 list-style: square outside;
}
#sidenav .high, #sidenav .high a{
 color: red;
}

#sidenav, #content {
	margin-bottom:100px;
}
#sidenav {
	float:left;
	width:184px;
	padding:66px 10px 0px 29px;
}
#content {
	float:left;
	width:532px;
	padding:58px 0px 0px 0px;
}
#sidenav .head {
	display:block;
	font-weight:bolder;
	font-size:1.2em;
	padding:0px;
	margin:0px 0px 0.3em 0px;
}
#sidenav .sidepic {
	display:block;
	padding:0px 0px 9px;
	margin:0px 0px 0.5em 0px;
	background:url(/images/common/shadow_pics.png) repeat-x left bottom;
}
#sidenav .sidepic.alpha {
	background-image:url(/images/common/shadow_pics32.png);
}

#content .head {
	display:block;
	color:#D1A12D;
	font-weight:bolder;
	font-size:1.4em;
	padding:0px;
	margin:0px 0px 0.3em 0px;
}
#rule {
	background:white url(/images/common/heading_rule.png) no-repeat left top;
	height:1px;
	margin:0px 0px 1.5em 0px;
}
#rule hr {
	display:none;
}
#content p {
	padding:0px 50px 0px 0px;
	margin:0px 0px 1.5em 0px;
}
#content ul {
	margin-left:25px;
		margin-right:25px;
}
#content li {
	list-style:square outside;
}
#foot {
	clear:both;
	margin:100px 0px 0px;
	text-align:center;
	font-size:9px;
}
#foot a {
	text-decoration:none;
}
#foot a:hover {
	text-decoration:underline;
}
/* Menu */

#dropmenudiv {
	position:absolute;
	visibility: hidden;
	line-height: 24px;
	z-index: 100;
	border-bottom: 2px solid #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	margin-top:19px;
}
#dropmenudiv a {
	text-align:left;
	text-indent:4px;
	display: block;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: #fff;
}
#dropmenudiv a:hover { /*hover background color*/
	background-color: #B4BFB7;
	color: white;
}
