 	body{
 		text-align: center;
 		font: 10px/20px verdana,sans-serif;
		color: #404040;
		padding: 0px;		
		margin: 0px;
		background: #F0F0D0; /*#E0FFE0;*/
 	}
	table, td{
 		font: 10px verdana,sans-serif;			
	}
 	#page{
		background: #FFF;
		position: absolute;
		left: 50%;
		margin-left: -394px;
		vertical-align: top;
		text-align: left;
		empty-cells: show;
		table-layout: fixed;
		border-collapse: collapse;
		border-spacing: 0px;
 	}
	#header{
		height: 60px;
	}
	#subheader{
		height: 40px;
	}
	
	.left{
		width: 102px;
		vertical-align: top;
	}
	.center{
		vertical-align: top;
		width: 520px;
	}
	.right{
		width: 175px;
		vertical-align: top;
	}

/* ===========================================
		Sub Navigation markup
	===========================================*/	
	#navigation{
		list-style: none;
		padding: 0em;
		margin: 0em;
		background: #99CC66;
	}
	#navigation li{
		float: left;
		height: 40px;
		background: #99CC66;
		width: 65px;
		text-align: center;
	}
	#navigation li a{
		color: #006633;
		text-decoration: none;
		height: 32px;
		line-height: 16px;
		width: 62px;
		display: block;
	}
	#navigation li a:hover{
		color: #FFF;
	}
	#navigation li b{
		color: #FFF;
		font-weight: normal;
		height: 32px;
		line-height: 16px;
		width: 62px;
		display: block;
	}		
	
/* ===========================================
		Sub Navigation markup
	===========================================*/	
	#subNavigation{
		background: #006633 url(/C12571070037C82E/images/bg-subnavigation.jpg) no-repeat right top;
	}
	#subNavigation ul{
		list-style: none;
		padding: 0em 2px 0em 0em;
		margin: 0px 0em 0em 0em;
	}	
	#subNavigation ul li{
		padding: .5em .25em .5em .5em;
		border-bottom: 1px solid #007733;
	}
	#subNavigation ul li A{
		color: #99CC66;
		text-decoration: none;
	}
	#subNavigation ul li A:hover{
		color: #FFF;
	}
	#subNavigation ul li B{
		color: #FFF;	
	}	

	/* ===========================================
		Content markup
	===========================================*/
	#content{
		text-align: left;
		line-height: 150%;
	}
	
	#content div.contentPadding{
		padding: 1em 2em 5em 2em;
	}
	
	#content h2.title{
		color: #FFF;
		margin: 0em 0em .5em 0em;
		background: #006633;
		font-size: 1.4em;
		line-height: 25px;
		padding: 0em .5em 0em .5em;
	}

	h2.whatsnew{
		color: #006633;
		margin: .5em .5em 0em .5em;
		padding: 0em;
		line-height: 1.5em;
		font-size: 1em;
		background: #99CC66;
		border-bottom: 1px solid #99CC66;
	}
	h2.whatsnew strong{
		padding: 2px;
		font-size: 1.3em;
		line-height: 1em;
		display: block;
	}

	.rightColumn{
		width: 100px;
		float: left;
	}
	.whatsnew p{
		margin: 2px;
		text-align: left;
		padding: 5px;
		color: #006633;
		background: #FFF;
		font-weight: normal;
	}
	.whatsnew img{
		width: 246px;
		margin: 2px;
		border-bottom: 2px solid #99CC66;
		float: left;
	}

	.whatsnew A{
		color: #006633;
		text-decoration: none;
	}
	.whatsnew A:hover{
		background: #99CC66;
		color: #fff;
	}

	#newsColumn{
		width: 260px;
		background: #FFF;
		overflow:hidden;
		float: left;
	}
	#language, #contact{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	#language{
		background: #FFF;
		height: 25px;
		line-height: 25px;
	}
		
	#contact{
		list-style: none;
		padding: 0em;
		margin: 0em;
		background : #669999;
		clear: both;

		height: 40px;
	}
	#contact li{
		float: left;
		height: 40px;
		background: #669999;
		width: 62px;
		text-align: center;
	}
	#contact li a{
		color: #fff;
		text-decoration: none;
		height: 32px;
		line-height: 16px;
		width: 62px;
		display: block;
	}
	#contact li a:hover{
		color: #006633;
	}
	#contact li b{
		color: #006633;
		height: 32px;
		line-height: 16px;
		width: 62px;
		display: block;
	}		
		
	#language li{
		float: left;
		text-align: center;
		width: 8em;
	}
	#language li.left{		

	}
	#language li strong{
		text-decoration: none;
		color: #669999;
		font-weight: normal;
	}		
	#language li a{
		text-decoration: none;
		color: #808080;
	}
	#language li a:hover{
		color: #000;
	}
	#search{
		background: #D3E4DE;
		height: 60px;
		line-height: 19px;
		margin: 0em;
		padding-left: 1em;
		color: #006633;
		overflow:hidden;
	}	
	#search input{
		border : 0px none;
		margin-top: 2px;
	}
	#search a{
		text-decoration: none;
		color: #006633;
		font-size: 10px;
	}
	
	#side{
		background: #99CCCC;
	}
	
	#side h3{
		width: 165px;
		background: #669999; 
		color: #FFF;
		font-weight: normal;
		font-size: 1em;
		line-height: 20px;
		height: 20px;
		margin: 1em 0em 0em 0em;
		text-align: center;
	}
	#side a img{
		border: 0px none;
		max-width: 165px;
	}
	#side .logo{
		margin: 5px;
	}
	
	#side .recent{
		margin: 0px 0px 10px 5px;
		width: 165px;
		color: #669999;
		letter-spacing: -1px;
		text-align: left;
	}
	.sidebar{
		margin: 5px;
		width: 165px;
		text-align:left;
	}
	
	.sidebar img{
		margin: 2px 0px 2px 0px;
	}

	.sidebarContent{
		width: 155px;
		border: 1px solid #88bbbb;
		background: #aadddd;
		display: none;		
		padding: 5px;
		text-align: left;
	}	
	
	h2.slogan{
		background: #669999;
		color: #FFF;
		font-size: 1.1em;
		line-height: 14px;
		text-align: center;
		font-family: Arial;
		margin: 0px;
		padding: 6px;
		border-right: 2px solid #006633;
	}

	.row{
		border: 1px solid #FFF;
		overflow:hidden;
		clear: left;
		cursor: pointer;
		height: 3em;
		line-height: 1.5em;
		text-align: left;
	}
	.row span{
		float: left;
		-moz-user-select:none;
	}
	
	.row span.colLast{
		display: block;
		width: 70%;
	}

	.col1{
		width: 25%;
	}
	.col2{
		width: 70%;
	}	

	.row span.resultColLast{
		display: block;
		width: 85%;
	}

	.resultCol1{
		width: 10%;
	}
	
	.hover{
		background: #bbeeee; 
		border: 1px solid #aadddd;
	}
/*****************************************************************/
/********************** HACKS ************************************/
/*****************************************************************/
	#slogan{
		floa\t: left;
	}	