	#container{ 
		background-color: transparent;
		text-align: center;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block; 
	}
	
	.newsblock{
	
	padding:10px;
	border:1px solid #FFFFCC;
	background:#CCFFFF
	
	
	}
	.newsblock>h2{
	padding:0px;
	margin:0px;
	
	}
	
	
	#main { 
		position: absolute; 
		text-align: left;
		margin-left: -512px;
		left: 50%;
		top:20px;
		width: 1024px; 
		height: 672px;
	}  	
	
	#menu {	
		position:absolute;
		top:130px;
		left:141px;
		width:61px;
		height:17px;
	}

	.style1 {
		font-size: 10;
		color: #666666;
	}	
	
	td img {
		display: block;
	}
	
	body,td,th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	body {

		background-color: #EFEEEA;
		padding:0;
		margin:0;
	}
	
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 150px; /* Width of Menu Items */
		border: 0px solid #ccc;
	}
		
	ul li {
		position: relative;
	}
		
	li ul {
		position: absolute;
		left: 0px; /* Set 1px less than menu width */
		top: 20px;
		display: none;	background:#FBDD09;
	}
	
	ul li a {
		display: block;
		text-decoration: none;
		color: #FFF;
	
		padding: 3px;
		border: 0px solid #EEBC63; /* IE6 Bug */
		border-bottom: 0;
		height:23px;
	}
		
	* html ul li { float: left; height: 1%; }
	* html ul li a { height: 1%; }
		
	li:hover ul, li.over ul { 
		display: block; 			
	} 
	
	h1 {
		font-size: 21px;
		color: #FC0AF2;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-weight: bold;
	}
	
	a:link {
		color: #FC0AF2;
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color: #FC0AF2;
	}
	
	a:hover {
		text-decoration: underline;
		color: #FC0AF2;
	}
	
	a:active {
		text-decoration: none;
		color: #FC0AF2;
	}
	
	a {
		font-size: 12px;
		font-weight: bold;
	}
	
	h2 {
		font-size: 14px;
		color: #FC0AF2;
	}
