	body {
		margin:10px 46px 0px 46px;
		padding:0px;
		background:#12d7e3;
		font-family:verdana;
		font-size:90%;
		}
	

	#navbar {
		position: absolute;
		left:46px;
		/*top:50px;*/
		top:101px;
		/*width:200px;*/
		width:190px;
		background:#d7b7b2;
		border:1px solid #999;
		}

	#center {
		background:#07add6;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #999;

		/* css hack from http://www.glish.com/css/hacks.asp because IE is different*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		margin-top:9px;
		}
	html>body #center {
   		margin-left: 201px;
   		margin-right:201px;

		}

	#rightcontent {
		position: absolute;
		right:46px;
		/*top:50px;*/
		top:101px;
		/*width:200px; */
		width:190px;
		background:#84ec26;
		border:1px solid #999;
		}
	/* Why is IE so weird? */
	html>body #rightcontent {
		right:46px;
		}
	
	#banner {
		background:#fff;
		height:81px;
		border:1px solid #999;
		overflow:hidden;
		voice-family: "\"}\"";
		voice-family: inherit;
		/*height:39px + 41*/
		height:80px;
		}
	
	#banner a {
		display:block;
		/*background img and color*/
		background: #5577C1 url('images/bannerrandBlue.jpg') no-repeat top left;
		}
	


	html>body #banner {
		/* height:39px + 41; */
		height:80px;
		}
		
	#center h2,p,td,pre,h3 {
		margin:10px 10px 10px 20px;
		}

	#center td {
		padding:0px 25px 0px 0px;
		vertical-align:top;
		}

	#navbar p,h1,h2,td,pre {
		margin:10px 10px 10px 10px;
		font-family:; 
		}
		
	h1 {
		font-size:20px;
		padding-top:10px;
		font-weight:bold;
		}
	
	h2 {
		font-size:16px;
		padding-top:5px;
		}

	#navbar p {
		color:#ebed39;
		font-weight:bold;
		}

	#navbar a {
		text-decoration:none;
		color:#61e1e2;
		font-weight:bold;
		display:table;
		}

	/*ie*/
	*+html #navbar a {
		display:block;
	}

	#navbar a:active {
		color:#191242;
		}

	#navbar a:hover {
		background-color:#adf02b;}
		
	#banner {
		font-size:30px;
	/*	padding:10px 10px 10px 10px;*/
		margin:0px;
		}

	#banner img {
		border:0px;
		{

	
	#rightcontent p {
		font-size:14px
		}

