@charset "utf-8";
/* CSS Document */

	html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		margin:0px;
		background-color:#E2EBED;
		height:100%;
		text-align:center;
	}
	#header{ 
		height:200px;
		width:1067px; 
	}
	#main_container{  
		width:1006px; 
		text-align:left;
	}
	#navigation{  
		background-color:#CAFF70; 
		padding:10px 0px 10px 10px;
		width:246px;
	}
	#main_table{
		width:1006px;
	}
	#content{ 
		 width:760px;
		 background-color:#EEEEEE; 
		 padding:10px 0px 10px 10px;
	}
	#menu{ 
		width:205px;
		padding:10px;
	}
	#menu a{	
		margin-top:1px;
		border:1px solid #030303;
		background-color:#66CBFF;
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;
	}	
	.toplevel { 
		font-weight:bold; 
	}
	.nodisplay{
		display:none;
	}
	.nodisplay a{
		font-weight:normal;
		margin-top:1px;
		margin-left:10px;
	}
