#globalcontainer,
* html #globalcontainer{
	width: 940px;
	height: 733px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	position: relative;
}
h1 {
	color: black;
	border: 0;
}
.csc-form-fieldcell select {
	width: 50px;
}

#linkHeader,
* html #linkHeader{
	display: none;
}

#contentcontainer,
* html #contentcontainer{
	margin-left: 0px;
	width: 600px;
	margin-top: 0px;
	background-color: #ffffff;
	text-align: left;
	float:left;
}

#mainmenu,
* html #mainmenu{
	width: 730px;
	height: 58px;
	margin-top: 5px;
	margin-left: 45px;	
	background-color: #FCF4D9;
	display: none;
}

#menuEntry,
* html #menuEntry{
	border-right: solid 1px;	
}

#pathway,
* html #pathway{
	height: 20px;
	margin-left: 72px;
	padding-left: 5px;
	color: black;
	font-weight: bold;
	font-size: 11px;
	display: none;
}

#header,
* html #header{
	width: 98%;
	margin-top: 1px;
	height: 95px;
	margin-left: auto;	
	margin-right: auto;
	display: none;
	/*background-color: #cccccc;*/
}

#search,
* html #search{
	width: 250px;
	height: 95px;
	margin-left: 5px;
	display: none;
	float: left;
}

#news,
* html #news{
	width: 630px;
	height: 95px;	
	right: 10px;
	position: absolute;
	display: none;
	overflow: auto;
}

#maincontent,
* html #maincontent{
	width: 600px;
	overflow: visible;
	margin-top: -120px;

	position: static;

	clear: left;
}

#footermenu,
* html #footermenu{
	clear: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border-top: 1px solid;
	font-size: 12px;
	display: none;

}
/***************************\
*IE specific div definitions*
\***************************/

* html #globalcontainer {
	width: 940px;
	/*height: 733px;*/
	/*padding-top: 126px;*/
        background-color: #FFFFFF;
}

* html #contentcontainer {
	width: 600px;
	position: relative;
	float: right;
	margin-right: 3px;


}

* html #news {
	width: 600px;
	height: 95px;	
	margin-left: 245px; 
	display: none;

}

* html #maincontent {

       position: static;
       width: 600px;
}