body {
  background-color: #FFFFFF;
  font-family: 'Arial Unicode MS';
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  text-align:center;
}
#content {
	width: 980px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #ffffff;
	border: 0px;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 980	x; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
#menul {
	width: 30%; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #ffffff;
	border: 0px;
	float:left;
	} 
	
#menur {
	padding: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: 0px;
	margin-left: 0px; 	
	/* opera does not like 'margin:20px auto' */
	background: #ffffff;
	border: 0px;
	text-align: right;
	float: right;
	} 

#topline {
	padding: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #ffffff;
	border: 1px solid;
	font-size: 90%;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 980	x; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#colorbar {
	width: 980px;
	height: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #e5ffe5;
	border: 0px;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 980	x; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	}

.menuitem1 {
	background: #bebed1; 
	font-size: 90%;
	float: left;
	}

.menuitemf {
	background: #beced1; 
	font-size: 90%;
	float: left;
	}
	
html>body #content {
	width: 980px; /* ie5win fudge ends */
	}

a {
  text-decoration:none;
}

a:hover {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}


