
	/* mac hide\*/
	html, body {height:100%}
	/* end hide */
	/*-----------------------------------------------------------------------------------*/
	/*body settings*/
	/*-----------------------------------------------------------------------------------*/
	body {
		padding:0;
		margin:0;
		text-align:center;
		min-width:760px;/* for mozilla*/
		background-color: #fff;
		color: #000;
		/*line-height: 1.5;
		display: inline-block;*/
	}
	/*-----------------------------------------------------------------------------------*/
	/*outer settings*/
	/*-----------------------------------------------------------------------------------*/
	#outer{
		border: 0px solid #000;
		height:100%;
		min-height:100%;
		width:758px;
		color: #000000;
		text-align:left;
		margin:auto;
		position:relative;
	} 
	html>body #outer{
		height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/
	
	/*-----------------------------------------------------------------------------------*/
	/*innerwrap settings*/
	/*-----------------------------------------------------------------------------------*/
	#innerwrap {/* enables content first */
		float:left;
		width:750px;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*header settings*/
	/*-----------------------------------------------------------------------------------*/
	#header{
		display:none;
		
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*left settings*/
	/*-----------------------------------------------------------------------------------*/
	#left {
		display:none;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*right settings*/
	/*-----------------------------------------------------------------------------------*/
	#right {
		display: none;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*footer settings*/
	/*-----------------------------------------------------------------------------------*/
	#footer {
		display:none;
	
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*centrecontent settings*/
	/*-----------------------------------------------------------------------------------*/
	#centrecontent {
		width: 603px;
		float: left;
		margin: 0px 0px 10px 4px;
		padding: 10px 10px 0px 10px;
		border: 0px solid #000;
		background: #FFCC00;
		
	}
	
	#centrecontent p{
		font-family: arial, helvetica, verdana;
		font-size: 9pt;
		color: #000;
		border: 0px solid #000;
		line-height: 1.5em;
	}
	#centrecontent li{
		font-family: arial, helvetica, verdana;
		font-size: 9pt;
		color: #000;
		border: 0px solid #000;
		line-height: 1.5em;
		list-style-type: disc;
	}
	.displayNone{
		display: none;
	}
	/*-----------------------------------------------------------------------------------*/
	/*clearfooter settings*/
	/*-----------------------------------------------------------------------------------*/
	#clearfooter {
		width:100%;
		height:52px;
		clear:both
	} /* to clear footer */
	/*-----------------------------------------------------------------------------------*/
	/*NewsHeadline settings*/
	/*-----------------------------------------------------------------------------------*/
	#NewsHeadline{
		display:none;
	}
	
	/*-----------------------------------------------------------------------------------*/
	/*selectedAlpha settings*/
	/*-----------------------------------------------------------------------------------*/
	#centrecontent .selectedAlpha {
		margin: 0px;
		padding: 0px;
	}
	#centrecontent .selectedAlpha li{
		list-style-type: none;
		font-family: arial, helvetica, verdana;
		font-size: 11px;
		color: #000;
		margin: 0px 0px 0px 5px;
		padding: 0px;
	}
	#centrecontent .selectedAlpha li a{
		text-decoration: none;
		color: #000;
		
	}
	#centrecontent .selectedAlpha a:hover{
		text-decoration: underline;
	}
	/*-----------------------------------------------------------------------------------*/
	/*Search settings*/
	/*-----------------------------------------------------------------------------------*/
	.Search{
		padding: 0px 0px 0px 20px;
	}
	h1.title_searchResults{
		width: 346px;
		height: 30px;
		margin: 20px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		border: 0px solid #000;
		color: #333;
		display: none;
	}
	h1.title_searchArticle {
		font-family: arial, helvetica, verdana;
		font-size: 9pt;
		font-weight: normal;
		font-size: 10px;
		margin: 0px 0px 0px 0px;
		padding: 40px 0px 0px 0px;
		height: 25px;
	}
	h1.title_searchArticle a{
		font-family: arial, helvetica, verdana;
		font-size: 9pt;
		font-weight: bold;
		font-size: 11px;
		color: #666;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#pager{
		float: right;
		color: #333;
		font-family:  verdana, arial, helvetica;
		font-size: 11px;
	}
	#pager input{
		color: #333;
		font-family: verdana, arial, helvetica;
		font-size: 11px;
		width: 17px;
		border: 1px solid #fff;
		padding: -4px 0px 0px 0px
	}
	#pager a{
		color: #333;
		text-decoration: underline;
	}
	/*-----------------------------------------------------------------------------------*/
	/*general settings*/
	/*-----------------------------------------------------------------------------------*/
	div,p {
		margin-top:0
	}/*clear top margin for mozilla*/
	#noscript{
		display: none;
	}
	#object_Description{
		display: none;
	}
	hr{
		color: #dbdbdb;
		height: 1px;
		border-style: solid none none none;
	}
