#header {
	width:810px;
	height:126px;
	background-image:url(images/ir/header.jpg);
}
#menu {
	color:#FFFFFF;
	position:relative;
	width:1024px;
	top:15px;
	height:100px;
	background-image:url(../images/ir/header2.jpg);
}
#menu ul{
	position:relative;
	top:0px;
	float:left;
	border-left:1px #d8e6f0 solid;
	padding-left:10px;
	padding-right:20px;
}
#menu ul li{
	list-style:none;
}
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:underline;
}
#subMenu {
	width:750px;;
	border-top:#4b677c 1px solid;
}
#subMenu ul{
	position:relative;
	left:-60px;
	padding-bottom:10px;
	padding-top:10px;
}
#subMenu ul li{	
	list-style:none;
	display:inline;
	padding-left:20px;
	padding-right:10px;
	border-right:1px solid #999999;
}
#subMenu ul li a{
	color:#999999;
	text-decoration:none;
}
#subMenu ul li a:hover{
	color:#333333;
}
#footer {
	width:100%;
	height:40px;
	background-color:#999999;
	margin-bottom:0px;
	clear:both;
}
#footer p{
	color:#FFFFFF;
	font-size:9px;
	position:relative;
	top:5px;
	left:230px;
	width:570px;
}
#scrolling {
	width:100%;
	height:20px;
	background-color:#d8e6f0;
}
#leftPanel {
	position:static;
	width:230px;
	height:100%;
	float:left;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#rightPanel {
	position:static;
	width:780px;
	height:auto;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
#newsBox {
	width:270px;
	height:100%;
	background-color:#d8e6f0;
	text-align:center;
	padding-bottom:20px;
	float:left;
}
#newsBox p{
	display:block;
	margin:0px 0px 0px 0px;
}
#newsBox p a{
	display:block;
	width:230px;
	position:relative;
	top:0px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	border-bottom:1px solid #bdceda;
	color:#4b677c;
	text-decoration:none;
	background-color:#d8e6f0;
}
#newsBox p a:hover{
	color:#1a3950;
	background-color:#eef7fd;
}
#welcome {
	width:450px;
	height:100%;
	text-align:justify;
	padding-bottom:20px;
	color:#002844;
	padding-left:0px;
	padding-right:20px;
	padding-top:20px;
	float:right;
}
.date {
	color:#333333;
}
#pageBody {
	background-color:#FFFFFF;
	position:relative;
	padding-top:5px;
	padding-left:20px;
	width:750px;
	color:#002844;
	float:right;
}
#pageBody p {
	width:95%;
	text-align:justify;
	padding-bottom:40px;
}

