a { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        color: #FE6A15; 
        text-decoration: none; 
}

a:hover { 
        color: #333333; 
        text-decoration: none; 
}


.site{
	padding:10px;
	background:#ffffff;
}
.cellPadding{
	padding:0px;
	padding-bottom:5px;
}
.cellBottom{
	padding:0px;
}
.carbonLeft{
	background-image:url(/files/iea08/sitestyle/img/carbonleft.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
.carbonRight{
	background-image:url(/files/iea08/sitestyle/img/carbonright.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.header{
	background-image:url(/files/iea08/sitestyle/img/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.headerArticle{
	background:#333333;
	background-image:url(/files/iea08/sitestyle/img/border.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding:3px;
	padding-left:10px;
}
.greyBar{
	background-image:url(/files/iea08/sitestyle/img/greyBorder.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.content{
	padding-right:5px;
	margin-right:5px;
}

.formcontent{
	height:100%;
	overflow:auto;
	padding-right:5px;
	margin-right:5px;
}

--Menu styling
.menu{
	width:301px;
}
.menutd{
	height:20px;
	width:301px;
	padding-bottom:2px;
}
.menulink{
	display:block;
	height:20px;
	width:100%;
	background:#fe6104;
	padding-left:5px;
	padding-top:3px;
}
a.menulink:hover{
	background:#c84c03;
	color:#ffffff;
}

.menulinkOver{
	display:block;
	height:20px;
	width:100%;
	background:#c84c03;
	padding-left:5px;
	padding-top:3px;
	background-image:url(/files/iea08/sitestyle/img/arrowOver.gif);
	background-position: center right;
	background-repeat: no-repeat;

}
a.menuhover{
	background-image:url(/files/iea08/sitestyle/img/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
a.menuhover:hover{
	background-image:url(/files/iea08/sitestyle/img/arrowOver.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


.submenu{
	width:170px;
	background:#333333;
}
.submenutd{
	height:20px;
	width:170px;
	padding-bottom:2px;
}
.submenulink{
	display:block;
	height:20px;
	width:100%;
	background:#c84c03;
	padding-left:5px;
	padding-top:3px;
}
a.submenulink:hover{
	background:#a33e02;
}

.sidebox{
	background:#333333;
	background-image:url(/files/iea08/sitestyle/img/sidebg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding:7px;
}
.sidebox_header {
	display:block;
	padding-bottom:10px;
	
}
.sidemenu{
	padding:0px;
	height:22px;
	width:188px;
	padding-bottom:2px;
}
.sidemenulink{
	display:block;
	height:22px;
	--width:181px;
	background:#000000;
	padding-left:7px;
	padding-top:5px;
}
a.sidemenulink:hover{
	background:#fe6104;
}
