@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

div {
	position: relative;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #0000a0;
}

a:visited {
	text-decoration: none;
	color: #0000a0;
}

a:focus {
	text-decoration: none;
	color: #0000a0;
}

a:hover {
	text-decoration: none;
	color: #a0a0a0;
}

a:active {
	text-decoration: none;
	color: #0000a0;
}

ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 3px 0px 5px 0px;
}

li {
	margin-left: 2.5em;
	padding: 2px 0px;
}

body {
	background-color: #404040;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

#pagecontainer {
	width: 780px;
	margin: 10px auto;
}

#header {
	width: 780px;
	height: 240px;
	background-image:url(images/header.png);
}

#titleimg {
	position: absolute;
	left: 30px;
	top: 40px;
}

#tagline {
	position: absolute;
	right: 110px;
	top: 60px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	height: 82px;
}

#icaewlogo {
	position: absolute;
	right: 10px;
	top: 23px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	height: 82px;
}

#dateline {
	position: absolute;
	right: 87px;
	top: 20px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}

#pagemenu {
	display: block;
	position: absolute;
	left: 6px;
	bottom: 10px;
	list-style-type: none;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
}

#pagemenu a:link, .darkpanel a:link {
	color: #FFFFFF;
}

#pagemenu a:visited, .darkpanel a:visited {
	color: #FFFFFF;
}

#pagemenu a:focus, .darkpanel a:focus {
	color: #FFFFFF;
}

#pagemenu a:hover, .darkpanel a:hover {
	color: #c0c0c0;
}

#pagemenu a:active, .darkpanel a:active {
	color: #FFFFFF;
}

#pagemenu li {
	display: block;
	float: left;
	width: 149px;
	height: 90px;
	text-align: center;
	background-image:url(images/button.png);
	margin-left: 4px;
}

#pagemenu li.inactive {
	background-image: url(images/button_disabled.png);
}

#pagemenu li .menuitem {
	display: block;
	width: 149px;
	height: 60px;
	padding-top: 30px;
}

#footer {
	clear: both;
	width: 780px;
	height: 15px;
	padding-top: 2px;
	margin-bottom: 10px;
	background-image:url(images/footer.png);
	font-size: 0.7em;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #ffffff;
}

.rightcolumn {
	margin: 10px 0;
	float: right;
	width: 290px;
}

.leftcolumn {
	margin: 10px 0;
	float: left;
	width: 480px;
}

.rightpanel {
	width: 290px;
	background-image: url(images/rightpanel_top.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 15px;
}

.rightpanel .spacer, .widepanel .spacer {
	height: 251px;
	float: left;
	width: 0px;
}

.rightpanel .decorationbot {
	clear: both;
	background-image: url(images/rightpanel_bot.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 8px;
}

.rightpanel h2, .widepanel h2 {
	text-align: center;
	margin-bottom: 35px;
	color:#993300;
}

.rightpanel h3, .widepanel h3 {
	margin: 10px 20px;
	color:#993300;
}

.rightpanel h2 a:link, .widepanel h2 a:link, .rightpanel h3 a:link, .widepanel h3 a:link {
	color:#993300;
}

.rightpanel h2 a:visited, .widepanel h2 a:visited, .rightpanel h3 a:visited, .widepanel h3 a:visited {
	color:#993300;
}

.rightpanel h2 a:focus, .widepanel h2 a:focus, .rightpanel h3 a:focus, .widepanel h3 a:focus {
	color:#993300;
}

.rightpanel h2 a:hover, .widepanel h2 a:hover, .rightpanel h3 a:hover, .widepanel h3 a:hover {
	color:#ff4400;
}

.rightpanel h2 a:active, .widepanel h2 a:active, .rightpanel h3 a:active, .widepanel h3 a:active {
	color:#993300;
}

.rightpanel p, .widepanel p, .darkpanel p {
	margin: 10px 20px;
	text-align: justify;
}

.widepanel {
	width: 480px;
	background-image: url(images/widepanel_top.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 15px;
}

.widepanel .decorationbot {
	clear: both;
	background-image: url(images/widepanel_bot.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 8px;
}

.darkpanel {
	margin-top: 10px;
	padding-top: 15px;
	width: 290px;
	background-image: url(images/darkpanel_top.png);
	background-repeat: no-repeat;
	background-color: #030303;
	color: #FFFFFF;
}

.darkpanel .spacer {
	height: 135px;
	float: left;
	width: 1px;
}

.darkpanel .decorationbot {
	clear: both;
	background-image: url(images/darkpanel_bot.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 8px;
}

.darkpanel h2 {
	text-align: center;
	margin: 5px auto;
}
